[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex CAPA_LON-CAPA_function_diffs.tex Problem_LON-CAPA_Functions.tex all_functions_table.tex
www
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 21 Mar 2008 00:10:34 -0000
www Thu Mar 20 20:10:34 2008 EDT
Modified files:
/loncom/html/adm/help/tex CAPA_LON-CAPA_function_diffs.tex
Problem_LON-CAPA_Functions.tex
all_functions_table.tex
Log:
LaTeX syntax
Index: loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex
diff -u loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.6 loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.7
--- loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.6 Fri Feb 15 12:00:21 2008
+++ loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex Thu Mar 20 20:10:34 2008
@@ -61,7 +61,7 @@
Not in CAPA & \&cas(\$s,\$e) & \\
\hline
-Not in CAPA & \&implicit_multiplication(\$f) & \\
+Not in CAPA & \&implicit\_multiplication(\$f) & \\
\hline
web(``a'',''b'',''c'') or web(a,b,c) & \&web(``a'',''b'',''c'') or \&web(\$a,\$b,\$c) & \\
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.14 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.15
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.14 Thu Mar 20 19:54:46 2008
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex Thu Mar 20 20:10:34 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 \\
Index: loncom/html/adm/help/tex/all_functions_table.tex
diff -u loncom/html/adm/help/tex/all_functions_table.tex:1.9 loncom/html/adm/help/tex/all_functions_table.tex:1.10
--- loncom/html/adm/help/tex/all_functions_table.tex:1.9 Fri Feb 15 12:04:04 2008
+++ loncom/html/adm/help/tex/all_functions_table.tex Thu Mar 20 20:10:34 2008
@@ -52,7 +52,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
-Not in CAPA&\&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)&\\
+Not in CAPA&\&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) &\&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 & \\
\hline