Skip to content

{ Tag Archives } latex

Unicode Characters in Mendeley Bibliography Breaking Latex?

I use Mendeley for my reference and citation management. I use TexClipse for (most) of my editing, ViM otherwise. I use Xelatex / pdflatex for project building. These don’t always work so well together. 

Also tagged , , , , , , , ,

Mendeley Repeated Citations in BibTeX Library

Problem: Had two citations with slightly different information appearing in library.bib, causing bibtex to shit itself, but only one citation appeared in the desktop / web interfaces Cause: ‘Deleted’ Library items still appear in library.bib, so old (custom) version of citation still persisted after being ‘removed’ Solution: Empty trash

Also tagged , , ,

Vim Latex Suite Install on Ubuntu

Ubuntu doesn’t manage vim’s addons, so installing the vim-latexsuite package doesn’t actually put all the relevant hooks into your vim installation. To do that, (after installing the package) execute; sudo vim-addons -w install latex-suite

Also tagged , , , ,