Repository created.
[chemdb.git] / docs / door_template.tex
1 % \documentclass[letterpaper]{article} % line moved to main.
2 % Paper for posting on the lab door
3 % as per 
4
5 % setup the margins,
6 \topmargin -0.5in
7 \headheight 0.0in
8 \headsep 0.0in
9 \textheight 10in
10 \oddsidemargin -0.5in
11 \textwidth 7.5in
12
13 %% Graphics packages
14
15 \usepackage{graphicx}   % to include images
16 % if pdftex doesn't recognize the type, it's mps
17 % DeclareGraphicsRule{ext}{type}{sizefile}{command}
18 \DeclareGraphicsRule{*}{mps}{*}{}
19 % latex and latex2html can handle Metapost's eps output without modification
20
21 % define a vertical strut for table spacing
22 \newcommand{\Tstrut}{\rule{0pt}{2.6ex}}
23 \newcommand{\headfont}{\Large}
24 \newcommand{\contfont}{\large}
25 \newcommand{\vspacer}{\vskip 12pt}
26
27 %-----------------------end preamble-------------------------
28
29 \begin{document}
30 \thispagestyle{empty} % suppress page numbering
31 \sffamily % switch to sans-serif
32
33
34 \begin{center}
35
36 \includegraphics[width=3in]{mp/NFPA.1}
37 \vspacer
38
39 \contfont
40 \input{door_data}
41
42 \vfill
43
44 {\headfont Contact}
45 \vskip 10pt
46 \contfont
47 \input{contact}
48 \vspacer
49
50 Generated \today\ by chem\_db.py
51
52 \end{center}
53
54 \end{document}