diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/docbook.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/docbook.4ht | 76 |
1 files changed, 65 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/docbook.4ht b/Master/texmf-dist/tex/generic/tex4ht/docbook.4ht index 87ea8077f52..28ae1b46f1f 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/docbook.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/docbook.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% docbook.4ht 2006-11-15-02:45 % -% Copyright (C) 2000--2006 Eitan M. Gurari % +% docbook.4ht 2007-01-03-22:30 % +% Copyright (C) 2000--2007 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2006-11-15-02:45} +\immediate\write-1{version 2007-01-03-22:30} \exit:ifnot{Preamble,% algorithmic,% @@ -135,9 +135,36 @@ texinfo} {} {} {\ht:special{t4ht=></graphic>}} -\Configure{PictureAlt*+} - {\ht:special{t4ht@[}} {\ht:special{t4ht@]}} \Configure{pic-halign}{} +\Configure{PictureAlt*+} + {\let\sv:HtmlPar=\HtmlPar \let\HtmlPar=\empty + \def\PsCode##1{{\ht:special{\PsCodeSpecial##1}}}% +% + \iffalse{\fi +\let\sv:halign=\halign +\let\sv:cr=\cr +\let\sv:crcr=\crcr +\iffalse}\fi +\RecallTeXcr \let\halign =\TeXhalign +% + \NoFonts\csname PauseMathClass\endcsname \SUBOff \SUPOff + \let\HCode=\:gobble + \let\EndPicture=\empty + \ht:special{t4ht@[}% + } + {\ht:special{t4ht@]}% + \let\HCode=\:HCode + \let\EndPicture=\:UnDef \let\HtmlPar=\sv:HtmlPar \SUBOn \SUPOn + \csname EndPauseMathClass\endcsname \EndNoFonts + \iffalse{\fi +\let\halign=\sv:halign +\let\cr=\sv:cr +\let\crcr=\sv:crcr +\iffalse}\fi +% + \let\PsCode=\relax +% + } \Configure{TocLink}{\Link{#2}{#3}\EndLink#4} \ScriptCommand{\CssFile}{% \immediate\write-1{--- file \aa:CssFile\space ---}% @@ -311,6 +338,15 @@ texinfo} {\IgnorePar\EndP\HCode{<blockquote role="flushright">}\par\ShowPar} {\IgnorePar\EndP\HCode{</blockquote>}\par\ShowPar} {} {\par\ShowPar} +\ConfigureEnv{minipage} + {%\IgnorePar\EndP + %\HCode{<note><para role="minipage">}% + {\ifnum 0=`}\fi + } + {\ifnum 0=`{\fi}% +% \EndP\HCode{</para></note>}% + } + {}{} \ConfigureEnv{section} {\IgnorePar\EndP\HCode{<section role="minipage">}} {\IgnorePar\EndP\HCode{</section>}\ShowPar} @@ -557,6 +593,12 @@ texinfo} {\setbox\tmp:bx=\hbox\bgroup} {\egroup} \ifx \tmp:bx\:UnDef \csname newbox\endcsname \tmp:bx \fi +\Configure{underline} + {\HCode{<emphasis role="underline">}\:gobble} + {\HCode{</emphasis>}} +\Configure{overline} + {\HCode{<emphasis role="overline">}} + {\HCode{</emphasis>}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2310,6 +2352,12 @@ texinfo} \Hnewline \%docbook.dtd; \Hnewline ] >\Hnewline }} +\Configure{underline} + {\HCode{<emphasis role="underline">}\hbox\bgroup \:gobble} + {\egroup \HCode{</emphasis>}} +\Configure{overline} + {\HCode{<emphasis role="overline">}} + {\HCode{</emphasis>}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2389,8 +2437,6 @@ texinfo} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fancyvrb} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2412,7 +2458,6 @@ texinfo} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{color} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -2512,6 +2557,10 @@ texinfo} + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{dcolumn} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3285,6 +3334,11 @@ texinfo} + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{prosper} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3303,6 +3357,7 @@ texinfo} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{beamer} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3550,6 +3605,7 @@ texinfo} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{pgf} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3580,6 +3636,7 @@ texinfo} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{algorithmic} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3626,8 +3683,6 @@ texinfo} - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{listings} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -3744,6 +3799,5 @@ texinfo} - \endinput |