]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/CleanTeX.pm
John's --with-version-suffix
[lyx.git] / lib / reLyX / CleanTeX.pm
index 307a6bb83d61032b3175c738c1f58a0d422ef4c5..001af0cf70dc077f8d3fa1062e88c52c810d6afc 100644 (file)
@@ -170,6 +170,8 @@ sub clean_tex {
 
           # Tokens taking arguments, like '^'
           # ADD '{' if there isn't one before the argument!
+          # TODO can we check whether the command is \label, \include
+          # and not add the braces in that case?
           if (/^BegArgsToken$/) {
               $printstr = $outstr;