--- loncom/html/adm/help/tex/Authoring_Output_Tags.tex 2013/07/23 03:06:00 1.18 +++ loncom/html/adm/help/tex/Authoring_Output_Tags.tex 2016/08/20 16:06:50 1.21 @@ -135,8 +135,8 @@ between the start and the end tag. By de \begin{itemize} \item \textbf{heading} heading text of the box, by default no heading \item \textbf{headerbg} background color of the header, by default white -\item \textbf{showtext} the text that appears to make the box visible, by default the translation of 'show' -\item \textbf{hidetext} the text that appears to hide the box again, by default the translation of 'hide' +\item \textbf{showtext} the text that appears to make the box visible, by default the translation of `show' +\item \textbf{hidetext} the text that appears to hide the box again, by default the translation of `hide' \end{itemize} When printing, the included text will be rendered in a visible box. @@ -146,13 +146,13 @@ When printing, the included text will be to HTML (or MathML) on the fly. The default is to convert to the display mechanism that the user has selected in preferences. This can be overriden by setting the attribute \textbf{display} to one of -``\textbf{tth}'' or ``\textbf{jsMath}'' or ``\textbf{mimetex}''which +``\textbf{tth}'' or ``\textbf{mimetex}''which will force a specfic display mechanism. Note, however, that setting the attribute \textbf{display} to \textbf{jsmath} is generally discouraged as it works best if users have installed jsmath fonts on their computer. See \\ \texttt{http://www.math.union.edu/\char`~ dpvc/jsmath/}. If you want variables inside of this tag to be evaluated before the tex gets converted, then use eval=``on'' \index{eval=on}. For -example, $<$m eval=``on''$>$\textbackslash{}[\$eqn\textbackslash{}]$<$/m$>$, +example, $<$m eval=``on''$>$\$ \$eqn \$$<$/m$>$, will evaluate the variable \$eqn first and then run it through the TTH\index{TTH} converter. Anytime you use a variable inside of the m tag, you will want to set eval to on. @@ -165,7 +165,7 @@ For example, put the following in a scri and in a text area, you can type: -\texttt{\$eqn} +\texttt{$<$m eval=``on''$>$\$ \$eqn \$$<$/m$>$} You will get the equation rendered with no +-, no matter what value \$b may take on.