summaryrefslogtreecommitdiffstats
path: root/src/translator_pl.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-04-09 12:30:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-04-09 12:30:49 (GMT)
commit66a728cdcf50baeef45f78a1180c5ce86fe734af (patch)
treeb528a3cee502c5e5a4805a194479f927cc6a8c7f /src/translator_pl.h
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.zip
Doxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.tar.gz
Doxygen-66a728cdcf50baeef45f78a1180c5ce86fe734af.tar.bz2
Improvement LaTeX output
For a number of languages the output in LaTeX has been improved so the regular documentation can be generated (automatically) in LaTeX / PDF as well.
Diffstat (limited to 'src/translator_pl.h')
-rw-r--r--src/translator_pl.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/translator_pl.h b/src/translator_pl.h
index 421f407..e0ecc8f 100644
--- a/src/translator_pl.h
+++ b/src/translator_pl.h
@@ -44,8 +44,14 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
*/
QCString latexLanguageSupportCommand()
{
- return "\\usepackage{polski}\n"
- "\\usepackage[T1]{fontenc}\n";
+ return "\\usepackage[polish]{babel}\n"
+ "\\let\\lll\\undefined\n"; /* to overcome problems with the <<<
+ symbol as defined in the amssymb
+ package, and the Polish symbol
+ "Latin Small Letter L With Stroke"
+ &lstrok; or &#322; or &#x0142;
+ We take the amssymb symbol as leading.
+ */
}
// --- Language translation methods -------------------