[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Adding_Pictures.tex Authoring_Input_Tags.tex Course_Prefs_Printouts.tex Print_Tricks.tex

lira lira at source.lon-capa.org
Sun Dec 27 23:10:45 EST 2015


lira		Mon Dec 28 04:10:45 2015 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Adding_Pictures.tex 
                             	Authoring_Input_Tags.tex 
                             	Course_Prefs_Printouts.tex 
                             	Print_Tricks.tex 
  Log:
  fixing LATEX quotes and angle brackets.
  
  
Index: loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex
diff -u loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.2 loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.3
--- loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex:1.2	Tue Aug 20 15:35:29 2013
+++ loncom/html/adm/help/tex/Authoring_Adding_Pictures.tex	Mon Dec 28 04:10:45 2015
@@ -11,9 +11,9 @@
 It is also possible for advanced users to use a script variable in
 the place of the picture URL, like this:
 
-\texttt{<img src=''\$picture'' />}
+\texttt{<img src="\$picture" />}
 
-and use the string variable \$picture in the script of the problem to 
+and use the string variable \texttt{\$picture} in the script of the problem to 
 select from several possible pictures. If you do this, you will need
 to \textbf{Edit XML} for the problem and add the various graphics 
-used in the problem to the <allow> tags on the bottom.
+used in the problem to the \texttt{$<$allow$>$} tags on the bottom.
Index: loncom/html/adm/help/tex/Authoring_Input_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.4 loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Input_Tags.tex:1.4	Sat Dec 15 09:00:57 2012
+++ loncom/html/adm/help/tex/Authoring_Input_Tags.tex	Mon Dec 28 04:10:45 2015
@@ -8,7 +8,7 @@
 \item \textbf{textfield}\index{textfield}: Creates a large text input box.
 If data appears between the start and end tags, the data will appear
 in the textfield if the student has not yet made a submission. Additionally,
-it takes two attributes: \textbf{rows} and \textbf{cols}, which control
+it accepts two attributes: \textbf{rows} and \textbf{cols}, which control
 the height and width of the text area respectively. It defaults to
 10 rows and 80 columns.
 \item \textbf{\label{textline}textline}\index{textline}: Creates a single
@@ -19,6 +19,6 @@
 Both the \textbf{textfield} and \textbf{textline} input tags support a \textbf{spellcheck}
 attribute.   If present, the text the user types is spellchecked when focus leaves the input 
 field.   The value of this attribute specifies the language in which the spellcheck is performed.
-e.g. \textbf{<textfield spellcheck='en' />}  creates a text field that is spellchecked in 
-English while \textbf{<textline spellcheck='de' />} creates a text field that is spellchecked 
+e.g. \texttt{$<$textfield spellcheck='en' /$>$}  creates a text field that is spellchecked in 
+English while \texttt{$<$textline spellcheck='de' /$>$} creates a text line that is spellchecked 
 in German.
Index: loncom/html/adm/help/tex/Course_Prefs_Printouts.tex
diff -u loncom/html/adm/help/tex/Course_Prefs_Printouts.tex:1.2 loncom/html/adm/help/tex/Course_Prefs_Printouts.tex:1.3
--- loncom/html/adm/help/tex/Course_Prefs_Printouts.tex:1.2	Wed Nov 27 23:10:44 2013
+++ loncom/html/adm/help/tex/Course_Prefs_Printouts.tex	Mon Dec 28 04:10:45 2015
@@ -26,7 +26,7 @@
 ``New'' substitution item or a ``New'' Text item each time -- to enter many you need to add
 one, click ``Save Changes'' then add another etc.)
 
-The dropdowns: <m>$<1><2>$</m>  etc. can be used to re-order the items in the header.
+The dropdowns: $<1><2>$  etc. can be used to re-order the items in the header.
 
 \item Disable automatically printing point values on bubblesheet exams (default is ``no'')
 \end{itemize}
Index: loncom/html/adm/help/tex/Print_Tricks.tex
diff -u loncom/html/adm/help/tex/Print_Tricks.tex:1.9 loncom/html/adm/help/tex/Print_Tricks.tex:1.10
--- loncom/html/adm/help/tex/Print_Tricks.tex:1.9	Mon Aug  5 15:24:47 2013
+++ loncom/html/adm/help/tex/Print_Tricks.tex	Mon Dec 28 04:10:45 2015
@@ -61,10 +61,10 @@
 is for html, and no wrapping will occur.  
 
 \verb+\parpic+ style wrapping is also available by specifying \texttt{TeXwrap="parpic"}
- in the <img> tag.  In some limited casese this gives a better result.
+ in the \texttt{$<$img$>$} tag.  In some limited casese this gives a better result.
 
 
-Other print specific $<$img$>$ tag attributes are available (see section \ref{Print_Options}).
+Other print specific \texttt{$<$img$>$} tag attributes are available (see section \ref{Print_Options}).
 
 \null
 \noindent\textbf{Variables with tags don't print correctly}




More information about the LON-CAPA-cvs mailing list