--- loncom/html/adm/help/tex/Print_Tricks.tex 2005/09/12 09:38:26 1.2 +++ loncom/html/adm/help/tex/Print_Tricks.tex 2005/09/16 22:13:57 1.4 @@ -1,6 +1,6 @@ \label{Print_Tricks} -When you print a LonCAPA resource, the XML of your resource is translated into +When you print a LON-CAPA resource, the XML of your resource is translated into LaTeX. The LaTeX is then processed and turned into a PDF document which can be displayed with your browser's Acrobat plugin and subsequently printed. @@ -17,15 +17,15 @@ General information about printing withi \emph{\&prettyprint and \&dollarformat look ugly} To make these two functions work correctly within the print translator, it is -necessary to wrap them within a tag. For example: +necessary to wrap them within a tag. For example: \begin{verbatim}

-If I had &dollarformat(100) +If I had &prettyprint(100,'$2f')

\end{verbatim} -Note that the tags must be tightly wrapped around the function call or +Note that the \texttt{} tags must be tightly wrapped around the function call or you will get a syntax error in web presentation mode.