Diff for /loncom/html/adm/help/tex/Authoring_Output_Tags.tex between versions 1.6 and 1.7

version 1.6, 2005/11/14 23:34:31 version 1.7, 2007/05/21 16:43:17
Line 100  The following attributes: Line 100  The following attributes:
 \item \textbf{displaytitle}\index{displaytitle}: This will insert the title  \item \textbf{displaytitle}\index{displaytitle}: This will insert the title
 of the problem from the metadata of the problem. Only the first \textbf{displaytitle}  of the problem from the metadata of the problem. Only the first \textbf{displaytitle}
 in a problem will show the title; this allows clean usage of \textbf{displaytitle}  in a problem will show the title; this allows clean usage of \textbf{displaytitle}
 in stylesheets.  in LON-CAPA style files.
 \item \textbf{window}\index{window}: The text inbetween is put in a pop-up  
 javascript window.  \item \textbf{window}\index{window}: This creates a link that when clicked shows the intervening information in a pop-up window. By default the window will be 500 pixels wide and 200 pixels tall, and the link text will be a superscript * (so as to look like a footnote). These can be changed using the attributes
   
   \begin{itemize}
   \item[width] controls the starting width of the popup window
   \item[height] controls the starting height of the popup window
   \item[linktext] the text that should appear as the link that causes the creation of the window
   \end{itemize}
   
   When printing this included text will get turned into a real footnote.
   
   
 \item \textbf{m}\index{m}: The inside text is \LaTeX{}, and is converted  \item \textbf{m}\index{m}: The inside text is \LaTeX{}, and is converted
 to HTML (or MathML) on the fly. If the attribute \textbf{eval} is set  to HTML (or MathML) on the fly. If the attribute \textbf{eval} is set

Removed from v.1.6  
changed lines
  Added in v.1.7


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