[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Spreadsheet_Files.tex Spreadsheet_Functions.tex Spreadsheet_HowTo.tex Spreadsheet_Referencing_Cells.tex Spreadsheet_Referencing_Parameters.tex

www lon-capa-cvs@mail.lon-capa.org
Tue, 14 Oct 2003 16:03:51 -0000


www		Tue Oct 14 12:03:51 2003 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Spreadsheet_Files.tex 
                             	Spreadsheet_Functions.tex 
                             	Spreadsheet_HowTo.tex 
                             	Spreadsheet_Referencing_Cells.tex 
                             	Spreadsheet_Referencing_Parameters.tex 
  Log:
  Bug #2281: need to escape stuff!
  
  
Index: loncom/html/adm/help/tex/Spreadsheet_Files.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.1 loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.2
--- loncom/html/adm/help/tex/Spreadsheet_Files.tex:1.1	Fri Aug 29 17:08:40 2003
+++ loncom/html/adm/help/tex/Spreadsheet_Files.tex	Tue Oct 14 12:03:51 2003
@@ -6,8 +6,8 @@
 \textbf{Default Spreadsheets}
 
 There are three default spreadsheets, one for each level.  These are called
-\texttt{default_classcalc}, \texttt{default_studentcalc}, and 
-\texttt{default_assesscalc}.
+\texttt{default\_classcalc}, \texttt{default\_studentcalc}, and 
+\texttt{default\_assesscalc}.
 These are the starting spreadsheets for every class. 
 
 \textbf{Modified Spreadsheets}
Index: loncom/html/adm/help/tex/Spreadsheet_Functions.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Functions.tex:1.6 loncom/html/adm/help/tex/Spreadsheet_Functions.tex:1.7
--- loncom/html/adm/help/tex/Spreadsheet_Functions.tex:1.6	Fri Oct  3 14:20:26 2003
+++ loncom/html/adm/help/tex/Spreadsheet_Functions.tex	Tue Oct 14 12:03:51 2003
@@ -41,7 +41,7 @@
 \index{SUMMIN}
 
 \item \texttt{\&EXT(expression)} - access to EXT function in lonnet.
-Use &EXT(``system.time'') to retrieve the current time.
+Use \&EXT(``system.time'') to retrieve the current time.
 \index{EXT}
 
 \item \texttt{\&SUMSEQ(column,sequence1,sequence2,sequence3,...)} -
Index: loncom/html/adm/help/tex/Spreadsheet_HowTo.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_HowTo.tex:1.1 loncom/html/adm/help/tex/Spreadsheet_HowTo.tex:1.2
--- loncom/html/adm/help/tex/Spreadsheet_HowTo.tex:1.1	Fri Aug 29 17:08:40 2003
+++ loncom/html/adm/help/tex/Spreadsheet_HowTo.tex	Tue Oct 14 12:03:51 2003
@@ -4,7 +4,7 @@
 
 To take the sum of column ``M'', for example, use \texttt{\&SUM(``M*'')}\index{SUM}
 
-\textbf{Spreadsheet_Lists}
+\textbf{Spreadsheet Lists}
 When you have a list of numbers in a cell, how it is displayed depends
 on how you separate the numbers and how Perl interprets the results.
 
Index: loncom/html/adm/help/tex/Spreadsheet_Referencing_Cells.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Referencing_Cells.tex:1.2 loncom/html/adm/help/tex/Spreadsheet_Referencing_Cells.tex:1.3
--- loncom/html/adm/help/tex/Spreadsheet_Referencing_Cells.tex:1.2	Mon Sep 15 16:20:09 2003
+++ loncom/html/adm/help/tex/Spreadsheet_Referencing_Cells.tex	Tue Oct 14 12:03:51 2003
@@ -27,7 +27,7 @@
 
 There is an additional means of referencing cells most used in the 
 \textbf{template row} (\ref{Spreadsheet_Template_Row}).  
-By using a ``#'' in the place of a row number
-the spreadsheet will replace the # with the current row number.  For example
-\texttt{B#} will be replaced with the contents of cell B7 in the row 7 and
+By using a ``\#'' in the place of a row number
+the spreadsheet will replace the \# with the current row number.  For example
+\texttt{B\#} will be replaced with the contents of cell B7 in the row 7 and
 the contents of B8 in row 8.
Index: loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex
diff -u loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex:1.1 loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex:1.2
--- loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex:1.1	Fri Aug 29 17:08:40 2003
+++ loncom/html/adm/help/tex/Spreadsheet_Referencing_Parameters.tex	Tue Oct 14 12:03:51 2003
@@ -5,7 +5,7 @@
 
 1. Reference the cell containing the parameter: \texttt{A7}
 
-2. Reference the parameter by name: \texttt{[parameter_0_weight]}
+2. Reference the parameter by name: \texttt{[parameter\_0\_weight]}
 
 In each case the value of the parameter will replace the reference before the
 perl code in the cell is executed.