-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitlepage.tex
154 lines (136 loc) · 3.54 KB
/
titlepage.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
% !TeX root = forth.tex
% !TeX spellcheck = en_US
% !TeX program = pdflatex
\begin{titlepage}
\begin{flushright}
\LARGE
Forth Standards Committee \\[.2in]
\ifrelease
\textbf{Forth \snapshot{} \release}
\else
\textbf{Forth 200\emph{x} \textit{Draft \docversion}}
\fi \\[.2in]
\number\day%
%
\makeatletter
\@tempcnta=\day
\ifnum\@tempcnta>3
\ifnum\@tempcnta<21
\@tempcnta=8
\fi
\fi
%
\@tempcntb=\@tempcnta
\ifnum\@tempcnta>9
\divide \@tempcnta by 10
\multiply\@tempcnta by 10
\advance \@tempcntb by -\@tempcnta
\fi
%
$^{\mbox{\small
\ifcase\@tempcntb
th%
\or st%
\or nd%
\or rd%
\else th\fi
}}$
\makeatother
%
\ifcase\month
\or January,
\or February,
\or March,
\or April,
\or May,
\or June,
\or July,
\or August,
\or September,
\or October,
\or November,
\or December,
\fi
%
\number\year
\end{flushright}
\vfill
\begin{figure}[ht]
\begin{center}
\ifrelease
\includegraphics[bb=0 0 500 252, width=0.6\textwidth]{forth\snapshot.png}
\else
\includegraphics[bb=0 0 500 252,width=0.6\textwidth]{logo.png}
\fi
\end{center}
\end{figure}
\vfill
\stepcounter{part}
\makeatletter
\@tempswafalse
\ifinline
\begin{center}
\huge % Part \thepart \\[2ex]
\ifnum\value{part}=1 \textbf{Normative Text}\fi
\ifnum\value{part}=2 \textbf{Informative Text}\fi
\end{center}
\fi
\makeatother
\vfill
%\textbf{Notice:} \\
%This is a draft proposed American National Standard to replace
%ANSI X3.215-1994. As such, this is not a completed standard. The
%Technical Committee may modify this document during the course
%of its work and as a result of comments received during public
%review prior to its approval as a standard.
%
%Permission is granted to members of NCITS, its technical committees,
%and their associated task groups to reproduce this document for the
%purposes of NCITS standardization activities without further permission,
%provided this notice is included. All other rights are reserved. Any
%commercial or for-profit reproduction is strictly prohibited.
\ifrelease\else
\textbf{Notice: \emph{Status of this Document}} \\
This is a draft proposed Standard to replace the Forth 2012 standard.
As such, this is not a completed standard. The Forth Standards Committee
may modify this document during the course of its work.
\fi
%
% Normative Front Page
%
\ifnum\value{part}=1
\ifinline
\textbf{Notice: \emph{Inline Word Rationale}} (\textit{r}) \\
As this is a working draft the rationale for a given glossary
entry is shown in the appropriate section (rationale,
implementation and testing) within the definition.
These sections will appear in the appropriate section of
the appendices (\ref{annex:rationale}, \ref{annex:implement},
and \ref{annex:test}) in the final document.
\fi
\fi
%
% Informative Front Page
%
\ifnum\value{part}=2
\ifinline
\textbf{Notice: \emph{Inline Word Rationale}} (\textit{r}) \\
As this is a working draft the rationale for a given glossary
entry is shown in the appropriate section (rationale,
implementation, and testing) within the definition.
The Rationale (appendix \ref{annex:rationale}) contains the
general rationale in addition to the rationale relating to
the individual word sets.
The rationale for the glossary entries will be included in
the appendix in the final document.
\fi
\fi
\ifshowref
\textbf{Notice: Cross References} (\textit{x}) \\
As Forth words may contain characters which are not allowed in the
various markup systems (XML / HTML / PDF / \LaTeX), additional
text-only labels have been used where necessary. Such labels are
shown in this revision of the document and will not appear in the
final document.
\fi
\end{titlepage}