summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-22 16:45:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-22 16:45:20 (GMT)
commitf4544b7508bde732dacb1172e8200e88ac07c82b (patch)
tree52baa80d4964f7da9a2d8af06ea8880c5a5763ef /src/util.h
parentf10c9a42cd3b506cb5bb5cf0192c9e221adafa72 (diff)
downloadDoxygen-f4544b7508bde732dacb1172e8200e88ac07c82b.zip
Doxygen-f4544b7508bde732dacb1172e8200e88ac07c82b.tar.gz
Doxygen-f4544b7508bde732dacb1172e8200e88ac07c82b.tar.bz2
Small problems when having code in LaTeX output
- in formulas it is also possible to have special characters - adding special character '-' for U+2212 - making special characters more system independent (plain latex was not handled) and should be independent of hyperlink setting - without hyperlinks the name of normally linked names with underscore kept e.g. their underscores instead of escaping it - be sure that on the end of a code section the previous line is properly 'closed'.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7cbe5e3..1204b28 100644
--- a/src/util.h
+++ b/src/util.h
@@ -477,6 +477,7 @@ void convertProtectionLevel(
bool mainPageHasTitle();
bool openOutputFile(const char *outFile,QFile &f);
void writeExtraLatexPackages(FTextStream &t);
+void writeLatexSpecialFormulaChars(FTextStream &t);
int usedTableLevels();
void incUsedTableLevels();