next up previous
Next: Creating a Howto document Up: Hall C Expert Howto Previous: Hall C Expert Howto

Getting Started

To prepare a Hall C howto or reference, download the tar file
http://hallcweb.jlab.org/document/howtos/chowto.tgz
and unpack it into a working directory with with tar -zxf chowto.tgz, yielding the following files:
template.tex
The template for writing Hall C howto and reference documents.
howtohowto.tex
The LATEX file for this document, provided as an example.
chowto.cls
The LATEX class (style) file for howto and reference documents.
chowto.bib
The Hall C bibliography database in BIBTEX format.
chowto.bst
The Hall C bibliography database BIBTEX style file. (A copy of unsrt.bst with the addition of the URL key.)
The file template.tex should be renamed to a filename unique and appropriate for it's content. In order to choose a unique filename, please see the list of existing howto filenames at http://www.jlab.org/~saw/howto/howtolist.php.

To compile a completed howto, use the following commands:

  latex myhowto
  bibtex myhowto
  latex myhowto
  latex myhowto
following by xdvi or dvips commands to view or print the results. If the document contains no citations, then it is sufficient t run LATEX once (or perhaps twice).

Note: Compiling LATEX Howto documents will work on JLab CUE Linux machines such as jlabl1, ifarmlX, or dlhXX. It may also work on other systems with a recent LATEX installation. If it doesn't work on one of these sytems, it is likely because of a missing hthtml package. If that is the case, download html.sty and hthtml.sty into the directory with your howto document and the chowto files.


next up previous
Next: Creating a Howto document Up: Hall C Expert Howto Previous: Hall C Expert Howto
Stephen A. Wood 2005-03-18