summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg')
-rw-r--r--Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg29
1 files changed, 5 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg b/Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg
index 54985bf6219..a1d82ef8f8d 100644
--- a/Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg
+++ b/Master/texmf-dist/doc/texlive/texlive-cz/live4ht.cfg
@@ -1,12 +1,9 @@
% tex4ht configuration file for the TeX Live documentation.
% Accumulated over many years. Public domain.
%
-% html specifies the main output format.
-% info for extra debugging info in the log files.
-
-% better approach is to have html in one piece (including footnotes).
-% also the newest TeX4ht could produce UTF-8 output (-utf8 option)
-\Preamble{charset=utf8,html,info,fn-in}
+% We specify all tex4ht options on the htlatex command line; see ./Makefile.
+% \Preamble still needs to be invoked, though.
+\Preamble{}
% add extra stylesheet
\Configure{@HEAD}{\HCode{%
@@ -19,8 +16,8 @@
\EndPreamble
-% simplify output for HTML. We leave TeX and LaTeX alone, since tex4ht
-% actually does the lowered E (and raised A) in CSS.
+% simplify output for HTML. For Czech, TeX and LaTeX are redefined
+% in texlive-cz.tex, since that's the only place they are effective.
\def\OMEGA{Omega}
\def\LaTeXe{LaTeX2e}
\def\eTeX{e-\TeX}
@@ -29,19 +26,3 @@
\def\BibTeX{BibTeX}
\def\warningbox{}
\def\endwarningbox{}
-
-\newif\ifhackliterals
-\ifx\tldocenglish\undefined \else \hackliteralstrue \fi
-\ifx\tldocrussian\undefined \else \hackliteralstrue \fi
-\ifx\tldocgerman\undefined \else \hackliteralstrue \fi
-%
-\ifhackliterals
- % these definitions cause "missing } inserted" at \end{tabularx} in
- % French and Czech. don't know why.
- %
- % don't make these into links, as happens with \path. We only have a couple
- % special characters that actually occur.
- \def\dirname{\texttt\bgroup\catcode`\$=12 \catcode`\_=12 \finishliteral}
- \def\finishliteral#1{#1\egroup}
- \let\filename=\dirname
-\fi