forked from fbergmann/spec-combine-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
59 lines (43 loc) · 1.55 KB
/
main.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
51
52
53
54
55
56
57
58
59
\documentclass{sbmlpkgspec}
%\documentclass[draftspec]{sbmlpkgspec}
\usepackage{hyperref}
%\frontNotice{\centering This is a release candidate of the specification for the COMBINE archive and not a normative document. Please send feedback to the COMBINE mailing list at [email protected].}
\usepackage{natbib}
\usepackage{url}
\begin{document}
\packageGeneralURL{http://co.mbine.org/documents/archive}
\packageTitle{COMBINE Archive Specification}
\packageVersion{Version 1.1} \packageVersionDate{\today}
\packageThisVersionURL{http://co.mbine.org/documents/archive}
%\packageVersionDate{September 15, 2014}
\author{%
\begin{tabular}{c>{\hspace{20pt}}c}
Frank T. Bergmann & Nicolas Rodriguez \\[0.25em]
\mailto{[email protected]} & \mailto{[email protected]}\\[0.25em]
Computing and Mathematical Sciences & Babraham Institute\\
California Institute of Technology & Babraham Campus Cambridge\\
Pasadena, CA, US & Cambridge, UK\\
\\
\end{tabular}
}
\renewcommand\graphicspath{{logos}}
\newcommand{\OmexManifest}{\defRef{OmexManifest}{manifest-class}\xspace}
\newcommand{\Content}{\defRef{Content}{content-class}\xspace}
\newcommand{\sbmlthreecore}{SBML Level~3 Version~1 Core\xspace}
\maketitlepage
\maketableofcontents
\input{conventions}
\input{background}
\input{syntax}
\input{examples}
\input{best-practices}
\input{future}
% and finally the appendix and end stuff
\setcounter{secnumdepth}{2}
\appendix
%\input{apdx-validation}
\setcounter{secnumdepth}{-1}
\input{acknowledgments}
\clearpage
\bibliography{combine_archive}
\end{document}