[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Ambiguous_Reference.tex Authoring_HTML_vs_Tex.tex Developer_Tutorial.tex

www lon-capa-cvs@mail.lon-capa.org
Fri, 14 May 2004 14:56:59 -0000


www		Fri May 14 10:56:59 2004 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Ambiguous_Reference.tex 
                             	Authoring_HTML_vs_Tex.tex 
                             	Developer_Tutorial.tex 
  Log:
  Typos.
  
  
Index: loncom/html/adm/help/tex/Ambiguous_Reference.tex
diff -u loncom/html/adm/help/tex/Ambiguous_Reference.tex:1.1 loncom/html/adm/help/tex/Ambiguous_Reference.tex:1.2
--- loncom/html/adm/help/tex/Ambiguous_Reference.tex:1.1	Fri Jul 26 15:53:59 2002
+++ loncom/html/adm/help/tex/Ambiguous_Reference.tex	Fri May 14 10:56:59 2004
@@ -12,7 +12,7 @@
 while not actually in a course, LON-CAPA cannot really determine how
 to correctly render the resource. 
 
-Rather then simply refuse to show you the resource, LON-CAPA will try
+Rather than simply refuse to show you the resource, LON-CAPA will try
 to make reasonable guesses about how you want to view the resource. In
 order to warn you that this is not a definitive rendering of the
 resource, LON-CAPA displays the warning ``Could not handle ambiguous
@@ -27,4 +27,4 @@
 store information about whether or not you've gotten the problem
 correct, how many tried you should be allowed, etc, so all input to
 the problem will simply be discarded. To test the problem, use your
-\textbf{Construction Space}.
\ No newline at end of file
+\textbf{Construction Space}.
Index: loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex
diff -u loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex:1.1 loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex:1.2
--- loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex:1.1	Fri Jul 26 15:53:59 2002
+++ loncom/html/adm/help/tex/Authoring_HTML_vs_Tex.tex	Fri May 14 10:56:59 2004
@@ -11,7 +11,7 @@
 something that is impossible to do in HTML. LON-CAPA will convert to
 and from LaTeX and HTML whenever necessary, and it is much easier (and
 therefore more likely to work) to convert HTML to LaTeX then to go the
-other direction, because HTML is so much simpler then LaTeX. 
+other direction, because HTML is so much simpler than LaTeX. 
 
 Thus, given the choice of 
 
@@ -35,4 +35,4 @@
 and your HTML version with <web> </web>\index{web tag}\index{tag,
 <web>} tags. The stuff placed between the <tex> tags will only show on
 the LaTeX rendering of the resource, and the stuff placed between the
-<web> tags will only show on the HTML web rendering of the resource.
\ No newline at end of file
+<web> tags will only show on the HTML web rendering of the resource.
Index: loncom/html/adm/help/tex/Developer_Tutorial.tex
diff -u loncom/html/adm/help/tex/Developer_Tutorial.tex:1.3 loncom/html/adm/help/tex/Developer_Tutorial.tex:1.4
--- loncom/html/adm/help/tex/Developer_Tutorial.tex:1.3	Mon Sep 22 15:07:59 2003
+++ loncom/html/adm/help/tex/Developer_Tutorial.tex	Fri May 14 10:56:59 2004
@@ -33,7 +33,7 @@
 \item LON-CAPA must be installed and running.
 \item \textbf{Perl}: You're going to need to know some or you will not understand
 the code. You don't need to be intimately familiar with the many hundreds
-of libraries Perl has, though, which is much harder then learning
+of libraries Perl has, though, which is much harder than learning
 the language.
 \item Knowledge of the Apache server is not required for this tutorial,
 but {}``real work'' may require more information then is given here.
@@ -741,7 +741,7 @@
 adding hooks to code to make it easy to ``localize''. ``Localizing'' a
 program means taking advantage of those hooks and create a file that
 describes to the LON-CAPA web system how to display LON-CAPA in a
-language other then English.
+language other than English.
 
 For more complete information about Internationalization and
 Localization, please refer to the Internationalization chapter. For