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

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
        !            21: \item \ref{Problem_LON-CAPA_Image_Options} \texttt{<img>} \textbf{TeXwrap} attribute  This attribute                         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.
1.3       foxr       40: 	\end{itemize}
1.5     ! felicia    41:                                                                                                     
        !            42:                                                                                                     
        !            43: \end{itemize}
        !            44:                     
1.1       sakharuk   45: 

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