--- loncom/html/adm/help/tex/Print_Options.tex 2004/09/20 18:48:05 1.1 +++ loncom/html/adm/help/tex/Print_Options.tex 2004/12/28 11:02:11 1.3 @@ -1,21 +1,43 @@ \label{Print_Options} -Here you can find some usefull tips how to make your printing +Here you can find some useful tips how to make your printing output looking prettier. \emph{Print output oriented attributes of standard HTML/LON CAPA tags} \begin{itemize} -\item \ref{HN_TEX_attribute}

- \textbf{TeXsize} attribute -\item \ref{BASEFONT_TEX_attribute} \textbf{TeXsize} attribute -\item \ref{FONT_TEX_attribute} \textbf{TeXsize} attribute -\item \ref{HR_TEX_attribute}
\textbf{TeXwidth} attribute -\item \ref{TABLE_TEX_attribute} \textbf{TeXwidth} attribute -\item \ref{TABLE_TEX_attribute}
\textbf{TeXDropEmptyColumns} attribute -\item \ref{TD_TEX_attribute}
\textbf{TeXwidth} attribute -\item \ref{TH_TEX_attribute} \textbf{TeXwidth} attribute +\item \ref{TEXsize_attribute}

- \textbf{TeXsize} attribute +\item \ref{TEXsize_attribute} \textbf{TeXsize} attribute +\item \ref{TEXsize_attribute} \textbf{TeXsize} attribute +\item \ref{TEXwidth_attribute}
\textbf{TeXwidth} attribute +\item \ref{TEXwidth_attribute} \textbf{TeXwidth} attribute +\item \ref{TEXDropEmptyColumns_attribute}
\textbf{TeXDropEmptyColumns} attribute +\item \ref{TEXwidth_attribute}
\textbf{TeXwidth} attribute +\item \ref{TEXwidth_attribute} \textbf{TeXwidth} attribute \item \ref{IMAGE_TEX_attribute} \textbf{TeXwidth} attribute \item \ref{IMAGE_TEX_attribute} \textbf{TeXheight} attribute +\item \ref{IMAGE_TEX_attribute} \textbf{TeXwrap} attribute This attribute + controls how the generated LaTeX attempts to wrap + text around figures when a horizontal alignment + has been requested in the IMG tag. Unfortunately, \LaTeX is + not really built to do this and there are no known perfect + solutions. This attribute has two possible values: + \begin{itemize} + \item{parbox} - (the default) uses \newline and \parbox to position the + image. This positioning method ensures that the image is placed at + the appropriate side of the page, however very little or no text wrapping + is attempted. On the other hand, this method will never place text + on top of the image. + \item{parpic} - uses the picins package \parpic to attempt to get text to + wrap around the image. This method places the remainder of the text of + the paragraph containing the picture to the left or right of the picture. + This scheme has two drawbacks: If the remainder of the paragraph text is + insufficient to fill the area to the side of the image, the text from the + following paragraph will run through the image, parpic also seems to not + do a good job of honoring the end of the page, and images can spill below + the page footers generated by Lon-CAPA. + \end{itemize} + -\end{itemize} \ No newline at end of file +\end{itemize}