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

raeburn raeburn at source.lon-capa.org
Tue Aug 27 14:54:19 EDT 2013


raeburn		Tue Aug 27 18:54:19 2013 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Numerical_Response_Simple_Example.tex 
  Log:
  - replace lyxcode with verbatim to eliminate error messages seen in online 
    help pages rendered using lontexconvert::tth_converted().
  
  
Index: loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex:1.3 loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex:1.4
--- loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex:1.3	Tue Feb 15 14:55:39 2005
+++ loncom/html/adm/help/tex/Numerical_Response_Simple_Example.tex	Tue Aug 27 18:54:18 2013
@@ -20,13 +20,13 @@
 before you use them. Put this program into the \textbf{Script} field of the
 Numerical Response:
 
-\begin{lyxcode}
+\begin{verbatim}
 \$variable~=~3;
-\end{lyxcode}
+\end{verbatim}
 This creates a variable named \textbf{variable} and assigns it the value
 of {}``3''. That's one statement.
 
 \end{itemize}
 Variable names are \emph{case sensitive}, must start with a letter, and can
 only consist of letters, numbers, and underscores. Variable names can be
-as long as you want. 
+as long as you want.




More information about the LON-CAPA-cvs mailing list