-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsbgn_ER-level1.tex
50 lines (37 loc) · 1.39 KB
/
sbgn_ER-level1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
% =============================================================================
% Top-level latex file for the SBGN Entity Relationship specification document.
% =============================================================================
\documentclass[11pt,oneside]{book}
%% ----------------------------------------------------------------------------
%% Layout customizations and macro definitions.
%% ----------------------------------------------------------------------------
\input{sources/latex-style}
\input{sources/latex-macros}
\usepackage[footnote,draft,silent,nomargin]{fixme}
%% ----------------------------------------------------------------------------
\begin{document}
%% ----------------------------------------------------------------------------
\frontmatter
\input{sources/front-page}
%\input{sources/preface}
\input{sources/toc}
\mainmatter
\include{sources/introduction}
\include{sources/glyphs}
\include{sources/grammar}
\include{sources/layout}
\include{sources/acknowledgments}
\appendix
\include{sources/examples}
\include{sources/refcard}
\include{sources/working}
\include{sources/revision_history}
\backmatter
\clearpage
\bibliographystyle{unsrt}
\bibliography{sbgn_ER-level1}
\clearpage
%\listoffixmes
%% ----------------------------------------------------------------------------
\end{document}
%% ----------------------------------------------------------------------------