Add .mailmap to standardize author names and emails.
[chemdb.git] / chemdb / templates / chemdb / doc / base.tex
1 % Copyright (C) 2008-2010 W. Trevor King <wking@drexel.edu>
2 %
3 % This file is part of ChemDB.
4 %
5 % ChemDB is free software: you can redistribute it and/or modify it
6 % under the terms of the GNU General Public License as published by the
7 % Free Software Foundation, either version 3 of the License, or (at your
8 % option) any later version.
9 %
10 % ChemDB is distributed in the hope that it will be useful,
11 % but WITHOUT ANY WARRANTY; without even the implied warranty of
12 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 % GNU General Public License for more details.
14 %
15 % You should have received a copy of the GNU General Public License
16 % along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
17
18 \documentclass[letterpaper]{article}
19
20 {% block comment %}{% endblock %}
21
22 % setup the margins,
23 \topmargin -0.5in
24 \headheight 0.0in
25 \headsep 0.0in
26 \textheight 9.5in % leave a bit of extra room for page numbers
27 \oddsidemargin -0.5in
28 \textwidth 7.5in
29
30 % define a vertical strut for table spacing
31 \newcommand{\Tstrut}{\rule{0pt}{2.6ex}}
32 \newcommand{\headfont}{\Large}
33 \newcommand{\contfont}{\large}
34 \newcommand{\vspacer}{\vskip 12pt}
35
36 \usepackage{nfpa_704}   % \firediamond
37
38 {% block preamble %}{% endblock %}
39
40 \begin{document}
41
42 {% block document %}{% endblock %}
43
44 \end{document}