[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Print_Tricks.tex
felicia
lon-capa-cvs@mail.lon-capa.org
Fri, 16 Sep 2005 17:11:20 -0000
felicia Fri Sep 16 13:11:20 2005 EDT
Modified files:
/loncom/html/adm/help/tex Print_Tricks.tex
Log:
Some very minor changes for manual consistancy. Also, I replaced the &dollarformat example with a &prettyprint example because Guy told me that he would rather have users use &prettyprint(100,'$2f') instead of dollar format.
Index: loncom/html/adm/help/tex/Print_Tricks.tex
diff -u loncom/html/adm/help/tex/Print_Tricks.tex:1.2 loncom/html/adm/help/tex/Print_Tricks.tex:1.3
--- loncom/html/adm/help/tex/Print_Tricks.tex:1.2 Mon Sep 12 05:38:26 2005
+++ loncom/html/adm/help/tex/Print_Tricks.tex Fri Sep 16 13:11:18 2005
@@ -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,11 +17,11 @@
\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 <DISPLAY> tag. For example:
+necessary to wrap them within a <display> tag. For example:
\begin{verbatim}
<p>
-If I had <display>&dollarformat(100)</display>
+If I had <display>&prettyprint(100,'3e')</display>
</p>
\end{verbatim}