Skip to content

Instantly share code, notes, and snippets.

@silgon
Created June 14, 2015 15:18
Show Gist options
  • Save silgon/615e1afe95129682b908 to your computer and use it in GitHub Desktop.
Save silgon/615e1afe95129682b908 to your computer and use it in GitHub Desktop.
TEXI2DVI tilde error
This is an excellent tool when you're compiling latex files. Nevertheless, there's a bug when you insert a tilde as a nbsp. Something that needs to be modified in ''/usr/bin/texi2dvi'', and that's this part of code ''catcode_special=true'' to''catcode_special=false''. After that, a nice example for your latex file is:
texi2dvi --pdf --clean --verbose --batch file.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment