-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
From william....@gmail.com on February 22, 2009 05:10:39
Comments in the .tex preamble cannot contain unbalenced curly braces.
(Reported by Julien Cornebise.) What steps will reproduce the problem? 1. Save the following lines in foo.tex:
\documentclass{article}
% { Ceci est une parenthèse qui ne devrait pas poser de problème
\begin{document}
Exemple
\end{document}
- load the file with latexdaemon What is the expected output? What do you see instead? It should precompile the preamble with no error. Instead the precompilation
fails.
Original issue: http://code.google.com/p/latexdaemon/issues/detail?id=9
Reactions are currently unavailable