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

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}
1.5       felicia     7:                                                                                 
1.1       sakharuk    8: 
                      9: \begin{itemize}
1.5       felicia    10:                                                                                                     
                     11: \item \ref{TEXsize_attribute} \texttt{<h1>-<hN>} \textbf{TeXsize} attribute
                     12: \item \ref{TEXsize_attribute} \texttt{<basefont>} \textbf{TeXsize} attribute
                     13: \item \ref{TEXsize_attribute} \texttt{<font>} \textbf{TeXsize} attribute
                     14: \item \ref{TEXwidth_attribute} \texttt{<hr>} \textbf{TeXwidth} attribute
                     15: \item \ref{TEXwidth_attribute} \texttt{<table>} \textbf{TeXwidth} attribute
                     16: \item \ref{TEXDropEmptyColumns_attribute} \texttt{<table>} \textbf{TeXDropEmptyColumns} attribute
                     17: \item \ref{TEXwidth_attribute} \texttt{<td>} \textbf{TeXwidth} attribute
                     18: \item \ref{TEXwidth_attribute} \texttt{<th>} \textbf{TeXwidth} attribute
                     19: \item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXwidth} attribute
                     20: \item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXheight} attribute
1.6       foxr       21: \item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXwrap} attribute  This attribute  
                     22:                        controls how the generated LaTeX attempts to wrap
1.5       felicia    23:                          text around figures when a horizontal alignment
                     24:                          has been requested in the IMG tag.  Unfortunately, \LaTeX is
                     25:                          not really built to do this and there are no known perfect
                     26:                          solutions.  This attribute has two possible values:
                     27:         \begin{itemize}
1.6       foxr       28:            \item{texwrap} - (the default) uses the texwrap environment to attemp to
                     29: 	   get text to wrap around the picture.  This requires either a ``left'' or
                     30: 	   ``right'' alignment, and works well in most cases.
1.7     ! albertel   31:            \item{parpic} - uses the picins package \verb+\parpic+ to attempt to get text to
1.5       felicia    32:              wrap around the image.  This method places the remainder of the text of
                     33:              the paragraph containing the picture to the left or right of the picture.
                     34:              This scheme has two drawbacks:  If the remainder of the paragraph text is
                     35:              insufficient to fill the area to the side of the image, the text from the
                     36:              following paragraph will run through the image,  parpic also seems to not
                     37:              do a good job of honoring the end of the page, and images can spill below
                     38:              the page footers generated by Lon-CAPA.
1.3       foxr       39: 	\end{itemize}
1.5       felicia    40:                                                                                                     
                     41:                                                                                                     
                     42: \end{itemize}
                     43:                     
1.1       sakharuk   44: 

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