[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Problem_LON-CAPA_Functions.tex
www
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 20 Mar 2008 23:54:46 -0000
www Thu Mar 20 19:54:46 2008 EDT
Modified files:
/loncom/html/adm/help/tex Problem_LON-CAPA_Functions.tex
Log:
LaTeX Syntax Error
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.13 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.14
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.13 Thu Mar 20 12:59:13 2008
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex Thu Mar 20 19:54:46 2008
@@ -68,7 +68,7 @@
\&cas(\$s,\$e)&Evaluates the expression \$e inside the symbolic algebra system \$s. Currently, only the Maxima symbolic math system is implemented. Example: \&cas('maxima','6*7')\\
\hline
-\&implicit_multiplication(\$f)&Adds mathematical multiplication operators to the formula expression \$f where only implicit multiplication is used. Example: \&implicit_multiplication('2(b+3c)') returns 2*(b+3*c) \\
+\&implicit\_multiplication(\$f)&Adds mathematical multiplication operators to the formula expression \$f where only implicit multiplication is used. Example: \&implicit_multiplication('2(b+3c)') returns 2*(b+3*c) \\
\hline
\&web(``a'',''b'',''c'') or \&web(\$a,\$b,\$c) & Returns either a, b or c depending on the output medium. a is for plain ASCII, b for tex output and c for html output \\