-
Notifications
You must be signed in to change notification settings - Fork 0
/
macros.tex
45 lines (37 loc) · 1.97 KB
/
macros.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
% \newcommand{\fixttspace}{\hspace*{1pt}}
\newcommand{\const}[1]{\texttt{ #1}}
\newcommand{\sbmlthreecore}{SBGN Level~0 Version~2 Core\xspace}
\newcommand{\SystemsBiologyGraphicalNotationMarkupLanguagePackage}{\textsf{Systems
Biology Graphical Notation - Markup Language}\xspace}
\newcommand{\Sbgnml}{\textsf{Systems Biology Graphical Notation - Markup
Language}\xspace}
\newcommand{\SbgnmlPackage}{\textsf{Systems Biology Graphical Notation - Markup
Language}\xspace}
\newcommand{\TODO}[1]{\colorbox{blue}{\textcolor{white}{TODO: #1}}}
% commands for classes
\newcommand{\Point}{\defRef{Point}{point-class}}
\newcommand{\BBox}{\defRef{BBox}{bbox-class}}
\newcommand{\Label}{\defRef{Label}{label-class}}
\newcommand{\Map}{\defRef{Map}{map-class}}
\newcommand{\Document}{\defRef{Document}{document-class}}
\newcommand{\Glyph}{\defRef{Glyph}{glyph-class}}
\newcommand{\Port}{\defRef{Port}{port-class}}
\newcommand{\Arc}{\defRef{Arc}{arc-class}}
\newcommand{\State}{\defRef{State}{state-class}}
\newcommand{\Callout}{\defRef{Callout}{callout-class}}
\newcommand{\Entity}{\defRef{Entity}{entity-class}}
\newcommand{\ArcGroup}{\defRef{ArcGroup}{arcgroup-class}}
% commands for listOfClasses
\newcommand{\SbgnListOfPoints}{\defRef{SbgnListOfPoints}{sbgnlistofpoints-class}}
\newcommand{\SbgnListOfGlyphs}{\defRef{SbgnListOfGlyphs}{sbgnlistofglyphs-class}}
\newcommand{\SbgnListOfPorts}{\defRef{SbgnListOfPorts}{sbgnlistofports-class}}
\newcommand{\SbgnListOfArcs}{\defRef{SbgnListOfArcs}{sbgnlistofarcs-class}}
\newcommand{\SbgnListOfArcGroups}{\defRef{SbgnListOfArcGroups}{sbgnlistofarcgroups-class}}
% commands for types
\newcommand{\Language}{\defRef{Language}{primitive-types}}
\newcommand{\Class}{\defRef{Class}{primitive-types}}
\newcommand{\Orientation}{\defRef{Orientation}{primitive-types}}
\newcommand{\EntityType}{\defRef{EntityType}{primitive-types}}
\newcommand{\ArcGroupType}{\defRef{ArcGroupType}{primitive-types}}
\newcommand{\ArcClass}{\defRef{ArcClass}{primitive-types}}
% commands for plugins