Created
June 14, 2015 15:18
-
-
Save silgon/615e1afe95129682b908 to your computer and use it in GitHub Desktop.
TEXI2DVI tilde error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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