Diff for /doc/help/Attic/README between versions 1.1 and 1.2

version 1.1, 2002/07/05 16:12:30 version 1.2, 2002/12/10 20:09:34
Line 10  run from this directory. So you'll see r Line 10  run from this directory. So you'll see r
 SECTIONS: (dashes to help with using search)  SECTIONS: (dashes to help with using search)
   
 * ---texxml---  * ---texxml---
 * ---fragmentTopics.gdbm---  
 * ---fragmentLabels.gdbm---  * ---fragmentLabels.gdbm---
 * ---latexSplitter.py---  * ---latexSplitter.py---
 * ---simpleEdit.py---  * ---simpleEdit.py---
Line 46  texxml2latex perl script, which accepts Line 45  texxml2latex perl script, which accepts
 outputs the latex to std.output.. Then you can render the resulting .tex  outputs the latex to std.output.. Then you can render the resulting .tex
 however you want.  however you want.
   
 ---fragmentTopics.gdbm---  Note that the current user needs to be able to read the tex files in
   /home/httpd/html/adm/help/tex/, or the script will not work properly
 The has fragmentTopics.dbm is a DBM hash that maps topics to the files  (and does not currently have any failure messages).
 that contain those topics. Obviously, the topics are thus case  
 sensitive. Each topic can only go to one file, but multiple topics can  
 point to the same file.  
   
 ---fragmentLabels.gdbm---  ---fragmentLabels.gdbm---
   
Line 113  scratch. Run this after adding .tex file Line 109  scratch. Run this after adding .tex file
 ---texxml files---  ---texxml files---
   
 * author.manual.texxml - A texxml file for the author's manual.  * author.manual.texxml - A texxml file for the author's manual.
   * course.manual.texxml - A texxml file for the course coordinator's
                            manual. 
   
 In order to build this file, execute   In order to build this file, execute 
   
 perl texxml2latex.pl authot.manual.texxml > author.manual.tex  perl texxml2latex.pl authot.manual.texxml > author.manual.tex
   
 In order to build this file with LaTeX correctly, the images used in  
 the manual need to be in the current directory. The images will be  
 installed in /home/httpd/html/adm/help/eps , so you can either move  
 the LaTeX file in to that directory and build the author manual, or  
 copy the LaTeX file and the .eps files in that directory to another  
 directory to build. The latter is recommended.  
   
   ---Rendering texxml files---
   
   The script render.texxml.pl takes a texxml file on the command line
   and will render it to ps and pdf files in the current directory. Run
   it from this directory, like so:
   
   perl render.texxml.pl -- author.manual.texxml
   
   Wait, and the ps and pdf files will pop out.
   
   This is usually done by the build system, which will rebuild the files
   when the source files have changed.
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>