Convert chemdb from CherryPy to a Django app (easier database management).
[chemdb.git] / chemdb / templates / chemdb / doc / nfpa_704.tex
1 % Test the nfpa_704 package
2 %
3 % Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
4 %
5 % This file is part of ChemDB.
6 %
7 % ChemDB is free software: you can redistribute it and/or modify it
8 % under the terms of the GNU General Public License as published by the
9 % Free Software Foundation, either version 3 of the License, or (at your
10 % option) any later version.
11 %
12 % ChemDB is distributed in the hope that it will be useful,
13 % but WITHOUT ANY WARRANTY; without even the implied warranty of
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 % GNU General Public License for more details.
16 %
17 % You should have received a copy of the GNU General Public License
18 % along with ChemDB.  If not, see <http://www.gnu.org/licenses/>.
19
20 \documentclass{article}
21
22 \usepackage{nfpa_704}
23
24 \setlength{\parskip}{24pt}
25 \setlength{\parindent}{12pt}
26
27 \begin{document}
28 \firediamond{health=5}
29
30 \firediamond{reactivity=3, flammability=2, oxidizer}
31
32 \firediamond{reactivity=3, flammability=2, oxidizer, nowater, asphixiant, special=CORR}
33
34 % If you need multiple non-standard special warnings, they should be
35 % separated with commas.
36 \firediamond{health=2, nowater, asphixiant, special={CORR,BIO}}
37 \end{document}