Update of /cvsroot/phpweather/phpweather/docs/src/latex
In directory usw-pr-cvs1:/tmp/cvs-serv25641

Modified Files:
        intro.tex 
Log Message:
These couple of sections shouldn't be numbered (that's what the star
does - it removed the numbering of a section.)


Index: intro.tex
===================================================================
RCS file: /cvsroot/phpweather/phpweather/docs/src/latex/intro.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- intro.tex   2001/07/12 19:56:30     1.1
+++ intro.tex   2001/07/18 10:39:28     1.2
@@ -1,10 +1,10 @@
-\chapter{Introduction}
+\chapter*{Introduction}
 
 This is a guide as to how you should use \phpw.
 
 
 
-\section{What is \phpw?}
+\section*{What is \phpw?}
 
 \phpw is script written in PHP that can decode a METAR. The
 METAR is fetched from the web and cached, so that the script
@@ -18,7 +18,7 @@
 so on. The reports are updated once or twice an hour.
 
 
-\section{Output}
+\section*{Output}
 
        \phpw produces a special kind of output known as \emph{pretty
        print}. It looks roughly like this:


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to