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

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 29 Aug 2002 18:26:28 -0000


bowersj2		Thu Aug 29 14:26:28 2002 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Formula_Response_Example.tex 
                             	Variables_in_Scripts.tex 
  Log:
  Two minor changes to the docs.
  
  
Index: loncom/html/adm/help/tex/Formula_Response_Example.tex
diff -u loncom/html/adm/help/tex/Formula_Response_Example.tex:1.3 loncom/html/adm/help/tex/Formula_Response_Example.tex:1.4
--- loncom/html/adm/help/tex/Formula_Response_Example.tex:1.3	Thu Jul 18 11:52:27 2002
+++ loncom/html/adm/help/tex/Formula_Response_Example.tex	Thu Aug 29 14:26:28 2002
@@ -16,5 +16,5 @@
 \$slope and y-intercept \$yint, what is y equal to?''
 \item In the \textbf{Answer}, place the following: \$answer
 \item Set the Tolerance to .000001.
-\item Set the \textbf{Sample Points} to x@0,1,2,3 .\end{itemize}
+\item Set the \textbf{Sample Points} to x@0;1;2;3 .\end{itemize}
 
Index: loncom/html/adm/help/tex/Variables_in_Scripts.tex
diff -u loncom/html/adm/help/tex/Variables_in_Scripts.tex:1.2 loncom/html/adm/help/tex/Variables_in_Scripts.tex:1.3
--- loncom/html/adm/help/tex/Variables_in_Scripts.tex:1.2	Thu Jul 18 11:52:27 2002
+++ loncom/html/adm/help/tex/Variables_in_Scripts.tex	Thu Aug 29 14:26:28 2002
@@ -17,7 +17,7 @@
 the variable you want to use in the string, like this:
 
 \begin{lyxcode}
-\$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.''
+\$stringVar~=~{}``I~have~a~variable~with~the~value~\$variable.'';
 \end{lyxcode}
 
 This will put the string {}``I have a variable with the value 3.'' into