[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Authoring_Output_Tags.tex Print_Options.tex Print_Tricks.tex Problem_LON-CAPA_Image_Options.tex Script_Functions.tex TEXsize_attribute.tex

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 29 Sep 2005 21:13:09 -0000


albertel		Thu Sep 29 17:13:09 2005 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Output_Tags.tex 
                             	Print_Options.tex Print_Tricks.tex 
                             	Problem_LON-CAPA_Image_Options.tex 
                             	Script_Functions.tex 
                             	TEXsize_attribute.tex 
  Log:
  - correcting tex errors
  
  
Index: loncom/html/adm/help/tex/Authoring_Output_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.4 loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.5
--- loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.4	Tue Aug 16 11:38:20 2005
+++ loncom/html/adm/help/tex/Authoring_Output_Tags.tex	Thu Sep 29 17:13:07 2005
@@ -76,7 +76,9 @@
     </labelgroup>
    </randomlabel>
     
-\end{verbatim} Possible attributes are:
+\end{verbatim}
+
+ Possible attributes are:
 
 \begin{itemize}
 \item \textbf{bgimg}\index{bgimg}: Either a fully qualified URL for an
Index: loncom/html/adm/help/tex/Print_Options.tex
diff -u loncom/html/adm/help/tex/Print_Options.tex:1.6 loncom/html/adm/help/tex/Print_Options.tex:1.7
--- loncom/html/adm/help/tex/Print_Options.tex:1.6	Tue Sep 27 06:26:25 2005
+++ loncom/html/adm/help/tex/Print_Options.tex	Thu Sep 29 17:13:07 2005
@@ -28,7 +28,7 @@
            \item{texwrap} - (the default) uses the texwrap environment to attemp to
 	   get text to wrap around the picture.  This requires either a ``left'' or
 	   ``right'' alignment, and works well in most cases.
-           \item{parpic} - uses the picins package \\parpic to attempt to get text to
+           \item{parpic} - uses the picins package \verb+\parpic+ to attempt to get text to
              wrap around the image.  This method places the remainder of the text of
              the paragraph containing the picture to the left or right of the picture.
              This scheme has two drawbacks:  If the remainder of the paragraph text is
Index: loncom/html/adm/help/tex/Print_Tricks.tex
diff -u loncom/html/adm/help/tex/Print_Tricks.tex:1.5 loncom/html/adm/help/tex/Print_Tricks.tex:1.6
--- loncom/html/adm/help/tex/Print_Tricks.tex:1.5	Tue Sep 27 06:26:46 2005
+++ loncom/html/adm/help/tex/Print_Tricks.tex	Thu Sep 29 17:13:07 2005
@@ -59,7 +59,7 @@
 unless you override it.  Otherwise, the default alignment is ``bottom'' as it 
 is for html, and no wrapping will occur.  
 
-\\parpic style wrapping is also available by specifying \texttt{TeXwrap=``parpic''}
+\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.
 
 
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Image_Options.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Image_Options.tex:1.2 loncom/html/adm/help/tex/Problem_LON-CAPA_Image_Options.tex:1.3
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Image_Options.tex:1.2	Wed Dec 29 06:12:20 2004
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Image_Options.tex	Thu Sep 29 17:13:07 2005
@@ -17,17 +17,17 @@
    \item TeXwrap Allows you to select how the \LaTeX document will attempt to wrap 
          text around a horizontally aligned image (See Alignment below).  
          \begin{description}
-            \item{parbox}  \\newline and \\parbox will be used to place the image.
+            \item{parbox}  \verb+\newline+ and \verb+\parbox+ will be used to place the image.
                            This method ensures that text will not be wrapped on
                            top of the image, however very little text will appear
                            next to the image itself.
-            \item{parpic}  The picins package \\parpic command will be used to
+            \item{parpic}  The picins package \verb+\parpic+ command will be used to
                            place the image.  This will wrap the remainder of the
                            paragraph containing the picture around the image. If,
                            however, there is insufficient text to fill the space
                            to the left or right of the image, the next paragraph
                            may be wrapped on top of the image.  In addition,
-                           \\parpic does not always honor the end of the page,
+                           \verb+\parpic +does not always honor the end of the page,
                            causing the image to extend below the page footer.
          \end{description}
      \item Alignment Specifies the alignment of the image relative to the enclosing
Index: loncom/html/adm/help/tex/Script_Functions.tex
diff -u loncom/html/adm/help/tex/Script_Functions.tex:1.3 loncom/html/adm/help/tex/Script_Functions.tex:1.4
--- loncom/html/adm/help/tex/Script_Functions.tex:1.3	Fri Apr  1 13:32:42 2005
+++ loncom/html/adm/help/tex/Script_Functions.tex	Thu Sep 29 17:13:07 2005
@@ -40,7 +40,8 @@
 \end{itemize}
 
 
-We also support these functions from Math::Cephes \begin{verbatim}
+We also support these functions from Math::Cephes 
+\begin{verbatim}
 
  bdtr:  Binomial distribution
  bdtrc:  Complemented binomial distribution
@@ -65,5 +66,7 @@
  stdtr:  Student's t distribution
  stdtri:  Functional inverse of Student's t distribution
 
-\end{verbatim} Please see Math::Cephes for more information 
+\end{verbatim}
+
+ Please see Math::Cephes for more information 
 
Index: loncom/html/adm/help/tex/TEXsize_attribute.tex
diff -u loncom/html/adm/help/tex/TEXsize_attribute.tex:1.3 loncom/html/adm/help/tex/TEXsize_attribute.tex:1.4
--- loncom/html/adm/help/tex/TEXsize_attribute.tex:1.3	Fri Sep 16 18:13:57 2005
+++ loncom/html/adm/help/tex/TEXsize_attribute.tex	Thu Sep 29 17:13:07 2005
@@ -7,7 +7,7 @@
 \begin{center}\begin{tabular}{|c|c|}\hline
 tiny & {\tiny smallest} \\ \hline
 scriptsize & {\scriptsize very small} \\ \hline
-footnotsize & {\footnotsize smaller} \\ \hline
+footnotesize & {\footnotesize smaller} \\ \hline
 small & {\small small} \\ \hline
 normalsize & {\normalsize normal} \\ \hline
 large & {\large large} \\ \hline