[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Numerical_Response_Randomization.tex
raeburn
raeburn at source.lon-capa.org
Mon Sep 2 17:28:55 EDT 2013
raeburn Mon Sep 2 21:28:55 2013 EDT
Modified files:
/loncom/html/adm/help/tex Numerical_Response_Randomization.tex
Log:
- per code previously included within lyxcode begin/end within verbatim
begin/end instead.
Index: loncom/html/adm/help/tex/Numerical_Response_Randomization.tex
diff -u loncom/html/adm/help/tex/Numerical_Response_Randomization.tex:1.3 loncom/html/adm/help/tex/Numerical_Response_Randomization.tex:1.4
--- loncom/html/adm/help/tex/Numerical_Response_Randomization.tex:1.3 Fri Oct 12 13:26:55 2012
+++ loncom/html/adm/help/tex/Numerical_Response_Randomization.tex Mon Sep 2 21:28:55 2013
@@ -11,11 +11,13 @@
%
\begin{figure}
-\$a~=~\&random(1.0,10.0,1.0);
+\begin{verbatim}
+$a = &random(1.0,10.0,1.0);
-\$b~=~\&random(-10.0,~-3.0,~1.0);
+$b = &random(-10.0,-3.0,1.0);
-\$answer~=~\$a+\$b;
+$answer = $a+$b;
+\end{verbatim}
\caption{Sample \texttt{Random} Calls \label{Sample Random Calls figure}}
\end{figure}
More information about the LON-CAPA-cvs
mailing list