--- loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex 2002/07/26 19:53:59 1.1 +++ loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex 2014/05/28 18:37:46 1.4 @@ -4,14 +4,14 @@ HTML and in LaTeX for renderings designe When creating problems, it is possible to use LaTeX directly by using the tag\index{m tag}\index{tag, } (see -\ref{Authoring_M_Tag}). Anything between the tag in a resource +\ref{Authoring_Output_Tags}). Anything between the tag in a resource will be interpreted as .tex. However, this should be used as a last resort for when you wish to do something that is impossible to do in HTML. LON-CAPA will convert to and from LaTeX and HTML whenever necessary, and it is much easier (and therefore more likely to work) to convert HTML to LaTeX then to go the -other direction, because HTML is so much simpler then LaTeX. +other direction, because HTML is so much simpler than LaTeX. Thus, given the choice of @@ -19,7 +19,7 @@ Thus, given the choice of or -\texttt{H\textbackslash{}subscript\{2\}O} +\texttt{$<$m$>$\$ H\textbackslash{}subscript\{2\}O \$$<$/m$>$} it is better to use the HMTL version. @@ -35,4 +35,4 @@ your LaTeX with \index{tex t and your HTML version with \index{web tag}\index{tag, } tags. The stuff placed between the tags will only show on the LaTeX rendering of the resource, and the stuff placed between the - tags will only show on the HTML web rendering of the resource. \ No newline at end of file + tags will only show on the HTML web rendering of the resource.