Annotation of loncom/html/adm/help/tex/Print_Options.tex, revision 1.3

1.1       sakharuk    1: \label{Print_Options}
                      2: 
1.2       sakharuk    3: Here you can find some useful tips how to make your printing 
1.1       sakharuk    4: output looking prettier.
                      5: 
                      6: \emph{Print output oriented attributes of standard HTML/LON CAPA tags}
                      7: 
                      8: \begin{itemize}
                      9: 
1.2       sakharuk   10: \item \ref{TEXsize_attribute} <h1>-<hN> \textbf{TeXsize} attribute
                     11: \item \ref{TEXsize_attribute} <basefont> \textbf{TeXsize} attribute
                     12: \item \ref{TEXsize_attribute} <font> \textbf{TeXsize} attribute
                     13: \item \ref{TEXwidth_attribute} <hr> \textbf{TeXwidth} attribute
                     14: \item \ref{TEXwidth_attribute} <table> \textbf{TeXwidth} attribute
                     15: \item \ref{TEXDropEmptyColumns_attribute} <table> \textbf{TeXDropEmptyColumns} attribute
                     16: \item \ref{TEXwidth_attribute} <td> \textbf{TeXwidth} attribute
                     17: \item \ref{TEXwidth_attribute} <th> \textbf{TeXwidth} attribute
1.1       sakharuk   18: \item \ref{IMAGE_TEX_attribute} <img> \textbf{TeXwidth} attribute
                     19: \item \ref{IMAGE_TEX_attribute} <img> \textbf{TeXheight} attribute
1.3     ! foxr       20: \item \ref{IMAGE_TEX_attribute} <img> \textbf{TeXwrap} attribute  This attribute
        !            21:                          controls how the generated LaTeX attempts to wrap
        !            22: 			 text around figures when a horizontal alignment
        !            23: 			 has been requested in the IMG tag.  Unfortunately, \LaTeX is 
        !            24: 			 not really built to do this and there are no known perfect
        !            25: 			 solutions.  This attribute has two possible values:
        !            26: 	\begin{itemize}
        !            27: 	   \item{parbox} - (the default) uses \newline and \parbox to position the
        !            28: 	     image.  This positioning method ensures that the image is placed at
        !            29: 	     the appropriate side of the page, however very little or no text wrapping
        !            30: 	     is attempted.  On the other hand, this method will never place text
        !            31: 	     on top of the image.
        !            32: 	   \item{parpic} - uses the picins package \parpic to attempt to get text to
        !            33: 	     wrap around the image.  This method places the remainder of the text of
        !            34: 	     the paragraph containing the picture to the left or right of the picture.
        !            35: 	     This scheme has two drawbacks:  If the remainder of the paragraph text is
        !            36: 	     insufficient to fill the area to the side of the image, the text from the
        !            37: 	     following paragraph will run through the image,  parpic also seems to not
        !            38: 	     do a good job of honoring the end of the page, and images can spill below
        !            39: 	     the page footers generated by Lon-CAPA.
        !            40: 	\end{itemize}
        !            41: 			 
1.1       sakharuk   42: 
1.3     ! foxr       43: \end{itemize}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>