--- loncom/html/adm/help/tex/Print_Options.tex 2005/09/16 22:13:57 1.5 +++ loncom/html/adm/help/tex/Print_Options.tex 2005/09/27 10:26:25 1.6 @@ -18,17 +18,16 @@ output looking prettier. \item \ref{TEXwidth_attribute} \texttt{} \textbf{TeXwidth} attribute \item \ref{Problem_LON-CAPA_Image_Options} \texttt{} \textbf{TeXwidth} attribute \item \ref{Problem_LON-CAPA_Image_Options} \texttt{} \textbf{TeXheight} attribute -\item \ref{Problem_LON-CAPA_Image_Options} \texttt{} \textbf{TeXwrap} attribute This attribute controls how the generated LaTeX attempts to wrap +\item \ref{Problem_LON-CAPA_Image_Options} \texttt{} \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{texwrap} - (the default) uses the texwrap environment to attemp to + get text to wrap around the picture. This requires either a ``left'' or + ``right'' alignment, and works well in most cases. \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.