Fix up manual for htlatex

This commit is contained in:
John Whitington 2023-07-25 15:43:19 +01:00
parent f84268533c
commit 0a5ccc8679
2 changed files with 14 additions and 1 deletions

Binary file not shown.

View File

@ -4193,6 +4193,13 @@ For PNG files, the file must be 24bit RGB with no transparency and no interlacin
\end{framed}} \end{framed}}
\vfill
\ifdefined\HCode
%htlatex code here
Please see the PDF version of the manual for the documentation to this chapter.
\else
\section{Basics} \section{Basics}
We can draw on an existing PDF (or a new one created with \texttt{-create-pdf} from the previous chapter) using the \texttt{-draw} operation. This provides commands for drawing vector graphics, simple text and adding images. For example: We can draw on an existing PDF (or a new one created with \texttt{-create-pdf} from the previous chapter) using the \texttt{-draw} operation. This provides commands for drawing vector graphics, simple text and adding images. For example:
@ -4622,6 +4629,7 @@ The drawing operation \texttt{-newpage} creates a fresh page of the same dimensi
\noindent This will create a two page PDF with "Page 1" written on page one and "Page 2" written on page two. \noindent This will create a two page PDF with "Page 1" written on page one and "Page 2" written on page two.
\fi%End htlatex hack
\clearpage\pagestyle{empty} \clearpage\pagestyle{empty}
%We wanted to call this "Chapter M", but the following commands messed up the PDF bookmarks, so this chapter will simply have to float for now, until we can return to this problem. %We wanted to call this "Chapter M", but the following commands messed up the PDF bookmarks, so this chapter will simply have to float for now, until we can return to this problem.
@ -4974,6 +4982,11 @@ YYYY-MM-DDThh:mm:ssTZD
\end{tabular} \end{tabular}
\pagestyle{fancy} \pagestyle{fancy}
\vfill
\ifdefined\HCode
%htlatex code here
\else
%pdflatex code here
\chapter{Change logs}\pagestyle{empty} \chapter{Change logs}\pagestyle{empty}
\section{CPDF Change Log} \section{CPDF Change Log}
@ -4987,7 +5000,7 @@ YYYY-MM-DDThh:mm:ssTZD
{\footnotesize\begin{alltt} {\footnotesize\begin{alltt}
\input{../camlpdf/Changes} \input{../camlpdf/Changes}
\end{alltt}} \end{alltt}}
\fi
%\backmatter %\backmatter
%\pagestyle{fancy} %\pagestyle{fancy}