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

vandui11 lon-capa-cvs@mail.lon-capa.org
Thu, 24 Feb 2005 22:22:39 -0000


vandui11		Thu Feb 24 17:22:39 2005 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Authoring_Output_Tags.tex 
  Log:
  grammar/punctuation fixed and wording changed to remain consistent
  
  
Index: loncom/html/adm/help/tex/Authoring_Output_Tags.tex
diff -u loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.1 loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.2
--- loncom/html/adm/help/tex/Authoring_Output_Tags.tex:1.1	Tue Jun 10 15:29:26 2003
+++ loncom/html/adm/help/tex/Authoring_Output_Tags.tex	Thu Feb 24 17:22:39 2005
@@ -1,29 +1,29 @@
 \label{Authoring_Output_Tags}
 
 
-This group of tags generate useful output. 
+This group of tags generates useful output. 
 
 \begin{itemize}
-\item \textbf{standalone}\index{standalone}: Everything in between the
-start and end tag is shown only on the web, and only if the resource
+\item \textbf{standalone}\index{standalone}: Everything inbetween the
+start and end tag is shown only on the web and only if the resource
 is not part of a course. 
 \item \textbf{displayduedate}\index{displayduedate}: This will insert the
-current duedate if one is set into the document. It is generated to
+current due date if one is set in the document. It is generated to
 be inside a table of 1x1 elements.
 \item \textbf{displaytitle}\index{displaytitle}: This will insert the title
 of the problem from the metadata of the problem. Only the first \textbf{displaytitle}
 in a problem will show the title; this allows clean usage of \textbf{displaytitle}
 in stylesheets.
-\item \textbf{window}\index{window}: The text in between is put in a popup
+\item \textbf{window}\index{window}: The text inbetween is put in a pop-up
 javascript window.
 \item \textbf{m}\index{m}: The inside text is \LaTeX{}, and is converted
 to HTML (or MathML) on the fly. If the attribute \textbf{eval} is
 set to {}``\textbf{on}'' the intervening text will have a perl variable
 expansion done to it before being converted. 
-\item \textbf{randomlabel}\index{randomlabel}: Shows a specified image
+\item \textbf{randomlabel}\index{randomlabel}: This shows a specified image
 with images or text labels randomly assigned to a set of specific
 locations. Those locations may also have values assigned to them.
-There is a hash generated containing the mapping of labels to locations,
+A hash is generated that contains the mapping of labels to locations,
 labels to values, and locations to values. Example: \begin{verbatim}
 
  <randomlabel bgimg="URL" width="12" height="45" texwidth="50">
@@ -49,10 +49,10 @@
 
 \begin{itemize}
 \item \textbf{bgimg}\index{bgimg}: Either a fully qualified URL for an
-external image, or a loncapa resource. It supports relative references
+external image or a LON-CAPA resource. It supports relative references
 (../images/apicture.gif). The image must either be a GIF or JPEG.
 \item \textbf{width}\index{width}: The width of the image in pixels.
 \item \textbf{height}\index{height}: The height of the image in pixels.
-\item \textbf{texwidth}\index{texwidth}: the width of the image in millimeters.
+\item \textbf{texwidth}\index{texwidth}: The width of the image in millimeters.
 \end{itemize}
 \end{itemize}