summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-09 00:11:25 +0000
committerKarl Berry <karl@freefriends.org>2008-07-09 00:11:25 +0000
commitf0b15576f4aaeadfbe1fe33a6265a29f8f3a1b6a (patch)
tree0d835e4defc6634f02811f2703cafc47d6299759 /Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg
parentc25bab2ca473c9f5b7a76c06a34624119e538a80 (diff)
avoid misleading language level (chinese/, english/, ...) here, keep all tl sources together
git-svn-id: svn://tug.org/texlive/trunk@9387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg')
-rw-r--r--Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg47
1 files changed, 0 insertions, 47 deletions
diff --git a/Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg b/Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg
deleted file mode 100644
index 508ccca27c8..00000000000
--- a/Master/texmf-doc/source/russian/texlive-ru/live4ht.cfg
+++ /dev/null
@@ -1,47 +0,0 @@
-% 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=iso-8859-5,html,info,fn-in}
-
-% add extra stylesheet
-\Configure{@HEAD}{\HCode{%
-<link rel="stylesheet" type="text/css" href="\jobname.css" />\Hnewline
-<link rel="stylesheet" type="text/css" href="tex-live.css" />\Hnewline
-}}
-
-% or LaTeX complains it is missing.
-\begin{document}
-
-\EndPreamble
-
-% simplify output for HTML. We leave TeX and LaTeX alone, since tex4ht
-% actually does the lowered E (and raised A) in CSS.
-\def\OMEGA{Omega}
-\def\LaTeXe{LaTeX2e}
-\def\eTeX{e-\TeX}
-\def\acro#1{#1}
-\def\MF{Metafont}
-\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