August 21, 2016
A quasi-solution to my bib problem
For some time, one of my concerns is bibliography management. See my projects page if you have interest on working with something like that.
In the past, what we had was simply writing all your bibliographies directly on a .tex file. Then, if you needed to write again, you would copy-paste it somewhere. If you made a mistake, you would have to fix it by hand. If the journal changed styles, you would have to change everything by hand.
March 6, 2016
LaTeX tools for revision
This post is just to introduce two new tools I found.
LatexDiff is a tool that compares two tex files and generates a third marking the differences between them. It is great, for instance, when you update a thesis or article, and want to show the differences to your advisor or colleague.
Beware that this tool is not without mistakes. Sometimes it fails to mark a difference, specially in equations.
January 6, 2015
ShareLaTeX e o básico do cabeçalho
Este post serve principalmente para meus alunos e outros interessados em começar a usar o LaTeX. A primeira coisa a se notar é que instalar o compilador é bem chato e complicado, então sugiro usarem o ShareLaTeX que é um editor e compilador de LaTeX online. O ShareLaTeX possui uma boa documentação para quem está começando que infelizmente não está traduzida para português. Uma outra recomendação para quem está querendo ler sobre antes de começar a utilizar é http://en.
June 4, 2014
BibCLI - Command Line Interface to Manage Bibliography
After working with references and citations in latex for a while, with multiple files, I noticed that some things need improvement. First of all, you need to use some way to store your bibliography outside of the tex file. For instance, using bibtex. Second, you probably want some bibliography package, such as biblatex or natbib. Third, you need some way to manage your bibliography entries and verify if they are correct.