[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Print_Options.tex
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 27 Sep 2005 10:26:27 -0000
foxr Tue Sep 27 06:26:27 2005 EDT
Modified files:
/loncom/html/adm/help/tex Print_Options.tex
Log:
Updated the TeXwrap allowed values to match the current code.
Index: loncom/html/adm/help/tex/Print_Options.tex
diff -u loncom/html/adm/help/tex/Print_Options.tex:1.5 loncom/html/adm/help/tex/Print_Options.tex:1.6
--- loncom/html/adm/help/tex/Print_Options.tex:1.5 Fri Sep 16 18:13:57 2005
+++ loncom/html/adm/help/tex/Print_Options.tex Tue Sep 27 06:26:25 2005
@@ -18,17 +18,16 @@
\item \ref{TEXwidth_attribute} \texttt{<th>} \textbf{TeXwidth} attribute
\item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXwidth} attribute
\item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXheight} attribute
-\item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXwrap} attribute This attribute controls how the generated LaTeX attempts to wrap
+\item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \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.