[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Library_Scripts.tex

raeburn raeburn at source.lon-capa.org
Sat Aug 20 10:52:57 EDT 2016


raeburn		Sat Aug 20 14:52:57 2016 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Library_Scripts.tex 
  Log:
  - Typo; \texttt for &EXT() calls; LaTeX-style single quotes.
  
  
Index: loncom/html/adm/help/tex/Authoring_Library_Scripts.tex
diff -u loncom/html/adm/help/tex/Authoring_Library_Scripts.tex:1.3 loncom/html/adm/help/tex/Authoring_Library_Scripts.tex:1.4
--- loncom/html/adm/help/tex/Authoring_Library_Scripts.tex:1.3	Sun Aug 18 01:41:37 2013
+++ loncom/html/adm/help/tex/Authoring_Library_Scripts.tex	Sat Aug 20 14:52:57 2016
@@ -76,7 +76,7 @@
 
 Here is some example XML problem code
 which makes a call to the \&cleaneq() routine defined in the library file, passing
-some arguments: \$eq,'x','y','z' in the call to the routine.
+some arguments: \$eq,`x',`y',`z' in the call to the routine.
 
 \begin{verbatim}
 <problem>
@@ -155,10 +155,10 @@
 .library file, this results in an extra id item in the identifier
 required in \&EXT() \index{\&EXT}functions, e.g., if a problem contains two parts with
 ids of a and b respectively, and the id of the $<$import$>$ for the .library is 15, 
-and the *reponse items have ids of 11 and 12 respectively,  the
+and the *response items have ids of 11 and 12 respectively, the
 most recent submissions could be retrieved with the following \&EXT() calls.\index{\&EXT}
 
-\&EXT('user.resource.resource.a.15\_11.submission');
+\texttt{\&EXT(\char`\"{}user.resource.resource.a.15\_11.submission\char`\"{});}
 
-\&EXT('user.resource.resource.b.15\_12.submission');
+\texttt{\&EXT(\char`\"{}user.resource.resource.b.15\_12.submission\char`\"{});}
 




More information about the LON-CAPA-cvs mailing list