--- loncom/html/adm/help/tex/Print_Tricks.tex 2013/07/05 18:30:40 1.7 +++ loncom/html/adm/help/tex/Print_Tricks.tex 2015/12/28 04:10:45 1.10 @@ -27,7 +27,7 @@ In particular these functions are: To make these two functions work correctly within the print translator, it is -necessary to wrap them within a \texttt{\textless display\textgreater} tag. For example: +necessary to wrap them within a \texttt{$<$display$>$} tag. For example: \begin{verbatim}

@@ -52,7 +52,7 @@ right side of the figure in the table. The alignment choice affects whether or not the print rendering engine attempts to get text to wrap around the -image. With \texttt{align=``right''} or \texttt{align=``left''}, the print rendering engine +image. With \texttt{align="right"} or \texttt{align="left"}, the print rendering engine attempts to use the {\em wrapfigure} environment to place text around the figure at the appropriate side. If a figure is in a table, then the print engine, by default, @@ -60,11 +60,11 @@ the print engine will use wrapfigure, se unless you override it. Otherwise, the default alignment is ``bottom'' as it is for html, and no wrapping will occur. -\verb+\parpic+ style wrapping is also available by specifying \texttt{TeXwrap=``parpic''} - in the tag. In some limited casese this gives a better result. +\verb+\parpic+ style wrapping is also available by specifying \texttt{TeXwrap="parpic"} + in the \texttt{$<$img$>$} tag. In some limited casese this gives a better result. -Other print specific tag attributes are available (see section \ref{Print_Options}). +Other print specific \texttt{$<$img$>$} tag attributes are available (see section \ref{Print_Options}). \null \noindent\textbf{Variables with tags don't print correctly}