[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Problem_LON-CAPA_Functions.tex
lira
lira at source.lon-capa.org
Thu Oct 17 23:43:14 EDT 2013
lira Fri Oct 18 03:43:14 2013 EDT
Modified files:
/loncom/html/adm/help/tex Problem_LON-CAPA_Functions.tex
Log:
add an escape character that was missing, that prevents proper build
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.26 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.27
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.26 Tue Aug 27 21:15:59 2013
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex Fri Oct 18 03:43:14 2013
@@ -248,5 +248,5 @@
The \&EXT() function can be used to obtain values for the same parameters as are retrived by some of the other (newer) helper functions
summarized in the table above, such as \&firstname() which is equivalent to \&EXT(`environment.firstname'),
and \¶meter\_setting(\$name,\$partid) is equivalent to \&EXT(`resource.'.\$partid.`.'.\$name).
-In such cases the newer (specialized) functions are preferred to &EXT() on the basis of ease of use.
+In such cases the newer (specialized) functions are preferred to \&EXT() on the basis of ease of use.
More information about the LON-CAPA-cvs
mailing list