summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-06-10 09:00:51 (GMT)
committerGitHub <noreply@github.com>2018-06-10 09:00:51 (GMT)
commitf8e784bc75a71910e3792452510f544909fe1d4a (patch)
treeee93d139638161660825f7eec72df080856ec472 /src/translator_cz.h
parent8f0fde6620dafc53f2932bd8510df602220961aa (diff)
parent509cf2db2304ee74e3fa1a580f33dbea3cdfca30 (diff)
downloadDoxygen-f8e784bc75a71910e3792452510f544909fe1d4a.zip
Doxygen-f8e784bc75a71910e3792452510f544909fe1d4a.tar.gz
Doxygen-f8e784bc75a71910e3792452510f544909fe1d4a.tar.bz2
Merge pull request #752 from albert-github/feature/bug_782082
Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r--src/translator_cz.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h
index 7c61f58..9d6c489 100644
--- a/src/translator_cz.h
+++ b/src/translator_cz.h
@@ -96,7 +96,13 @@ class TranslatorCzech : public TranslatorAdapter_1_8_15
virtual QCString latexLanguageSupportCommand()
{
return "\\usepackage[T2A]{fontenc}\n"
- "\\usepackage[czech]{babel}\n";
+ "\\usepackage[czech]{babel}\n"
+ "\\usepackage{regexpatch}\n"
+ "\\makeatletter\n"
+ "% Change the `-` delimiter to an active character\n"
+ "\\xpatchparametertext\\@@@cmidrule{-}{\\cA-}{}{}\n"
+ "\\xpatchparametertext\\@cline{-}{\\cA-}{}{}\n"
+ "\\makeatother\n";
}
// --- Language translation methods -------------------