Diff for /loncom/html/adm/help/tex/Authoring_Output_Tags.tex between versions 1.8 and 1.9

version 1.8, 2008/08/04 22:02:26 version 1.9, 2008/09/10 21:00:59
Line 8  This group of tags generates useful outp Line 8  This group of tags generates useful outp
 \begin{verbatim}  \begin{verbatim}
 <algebra>2x^y+sqrt(3/x^2)</algebra>  <algebra>2x^y+sqrt(3/x^2)</algebra>
 \end{verbatim}  \end{verbatim}
 Expressions are displayed using the math expression display mechanism defined in the user's preferences.  The default is tth.  See the section below concerning the $<$m$>$ tag for more information.  Expressions are displayed using the math expression display mechanism defined in the user's preferences.  The default is tth.  See the section below concerning the $<$m$>$ tag for more information on that as well as on the attribute \textbf{display}.
 \item \textbf{chem}\index{chem}: Typesets chemical equation   \item \textbf{chem}\index{chem}: Typesets chemical equation 
 \begin{verbatim}  \begin{verbatim}
   <chem>02 + 2H2 -> 2H20</chem>    <chem>02 + 2H2 -> 2H20</chem>
Line 124  to HTML (or MathML) on the fly. The defa Line 124  to HTML (or MathML) on the fly. The defa
 to the display mechanism that the user has selected in preferences. This can be  to the display mechanism that the user has selected in preferences. This can be
 overriden by setting the attribute \textbf{display} to one of  overriden by setting the attribute \textbf{display} to one of
 ``\textbf{tth}'' or ``\textbf{jsMath}'' or ``\textbf{mimetex}''which  ``\textbf{tth}'' or ``\textbf{jsMath}'' or ``\textbf{mimetex}''which
 will force a specfic display mechanism.  will force a specfic display mechanism. Note, however, that setting the attribute \textbf{diplay} to \textbf{jsmath} is generally discouraged as it requires users to have installed jsmath software on their computer.
   
 If you want variables inside of this tag to be evaluated before the  If you want variables inside of this tag to be evaluated before the
 tex gets converted, then use eval=``on'' \index{eval=on}. For  tex gets converted, then use eval=``on'' \index{eval=on}. For

Removed from v.1.8  
changed lines
  Added in v.1.9


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