diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-06 20:21:33 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-07-06 20:21:33 +0000 |
commit | 6861c2077ec554ea608502c34adbf830ffba994d (patch) | |
tree | 40bd49b5a13049137776e07b5a6321488827eda6 /Master/texmf-doc/source/english/texlive-en/live4ht.cfg | |
parent | 7dd6681a88eba51480e0a8d7060d7e1a2ba9da5d (diff) |
Live:tex: working on installation section
git-svn-id: svn://tug.org/texlive/trunk@9308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source/english/texlive-en/live4ht.cfg')
-rw-r--r-- | Master/texmf-doc/source/english/texlive-en/live4ht.cfg | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-doc/source/english/texlive-en/live4ht.cfg b/Master/texmf-doc/source/english/texlive-en/live4ht.cfg index affcc553fc8..9b21788d1a9 100644 --- a/Master/texmf-doc/source/english/texlive-en/live4ht.cfg +++ b/Master/texmf-doc/source/english/texlive-en/live4ht.cfg @@ -1,6 +1,6 @@ % 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. @@ -13,9 +13,14 @@ <link rel="stylesheet" type="text/css" href="\jobname.css" />\Hnewline <link rel="stylesheet" type="text/css" href="tex-live.css" />\Hnewline }} - +% use png graphics as-is +\Configure{graphics*} + {png} + {\Needs{""}% + \Picture[pict]{\csname Gin@base\endcsname.png}% + } % or LaTeX complains it is missing. -\begin{document} +\begin{document} \EndPreamble @@ -38,7 +43,7 @@ \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} |