
How to use the ALMA Latex Template
Jeff Mangum (2010-11-03)

(1) Place the template files in a latex-accessible directory (such as
    /texmf/tex/latex).  There are six files in the archive
    "AlmaDocumentStandard.tar.gz":

torgo:latex jmangum$ tar tvfz AlmaDocumentStandard.tar.gz 
-rw-r--r-- jmangum/cvstaff 5107 2009-01-31 21:05 AlmaDocumentationStandard.sty
-rw-r--r-- jmangum/cvstaff 111861 2005-07-26 10:51 phot-alma-logo.jpg
-rw-r--r-- jmangum/cvstaff   3127 2005-07-26 10:51 alma.png
-rw-r--r-- jmangum/cvstaff  16807 2005-08-12 13:44 datetime/datetime.sty
-rw-r--r-- jmangum/cvstaff   1631 2005-08-12 09:09 astro.sty
-rw-r--r-- jmangum/cvstaff   1124 2010-11-03 16:42 README-HowToUseALMALatexDocTemplate.txt


(2) Include the "AlmaDocumentationStandard" package in your
    \usepackage statement:

% Use ALMA Document Standard
%
\documentclass[12pt,titlepage]{article}
\usepackage{AlmaDocumentationStandard,datetime,amsmath,amssymb,color,hyperref,tabularx,natbib,longtable}


(3) This template has been used extensively with pdflatex.  Your
    mileage may vary if you decide to use other latex-derivatives...

