2
2
% % A LaTeX class based on:
3
3
4
4
% % LaTeX Style For Technical Information Reports of the
5
- % % Engineer Research and Development Center
6
- % % US Army Corps of Engineers
7
- % % 2009/07/22 v1.1
5
+ % % Engineer Research and Development Center
6
+ % % US Army Corps of Engineers
7
+ % % 2009/07/22 v1.1
8
8
% % Copyright 2008, Boris Veytsman
9
9
% % This work may be distributed and/or modified under the
10
10
% % conditions of the LaTeX Project Public License, either
11
- % % version 1.3 of this license or (at your option) any
11
+ % % version 1.3 of this license or (at your option) any
12
12
% % later version.
13
13
14
14
% % For openETCS ITEA2 Project (To Do: Verify consistency with cc-by-sa
22
22
% % The original source files were:
23
23
% %
24
24
% % erdc.dtx (with options: `class')
25
- % %
25
+ % %
26
26
% % IMPORTANT NOTICE:
27
- % %
27
+ % %
28
28
% % For the copyright see the source file.
29
- % %
29
+ % %
30
30
% % Any modified versions of this file must be renamed
31
31
% % with new filenames distinct from erdc.cls.
32
- % %
32
+ % %
33
33
% % For distribution of the original source see the terms
34
34
% % for copying and modification in the file erdc.dtx.
35
- % %
35
+ % %
36
36
% % This generated file may be distributed as long as the
37
37
% % original source files, as listed above, are part of the
38
38
% % same distribution. (The sources need not necessarily be
52
52
% % Right bracket \] Circumflex \^ Underscore \_
53
53
% % Grave accent \` Left brace \{ Vertical bar \|
54
54
% % Right brace \} Tilde \~}
55
+
55
56
\NeedsTeXFormat {LaTeX2e}
56
57
\ProvidesClass {openetcs}
57
58
[2012/08/03 v0.1 Typesetting Technical Information Reports of
@@ -64,6 +65,9 @@ openETCS project based on ERDC class v1.1]
64
65
% \DeclareOption{10pt}{\erdc@size@warning{\CurrentOption}}%
65
66
% \DeclareOption{11pt}{\erdc@size@warning{\CurrentOption}}%
66
67
% \DeclareOption{12pt}{\erdc@size@warning{\CurrentOption}}%
68
+
69
+ % % David Mentres FIXME macro
70
+ \newcommand {\FIXME }[1]{\marginpar {FIXME}\textsf {FIXME: #1}}
67
71
\newcommand {\IsLicensedUnderCC }[1]{#1}
68
72
\DeclareOption {nocc}{\renewcommand {\IsLicensedUnderCC }[1]{ }}
69
73
\DeclareOption *{\PassOptionsToClass {\CurrentOption }{report}}
@@ -250,8 +254,8 @@ openETCS project based on ERDC class v1.1]
250
254
\parsep 16\p@ \topsep\z@
251
255
\let\fullwidthdisplay\relax
252
256
}%
253
- \item [\hskip\labelsep\bfseries Abstract:]%
254
- }{%
257
+ \item [\hskip\labelsep\bfseries Abstract:]%
258
+ }{%
255
259
\endlist\egroup }
256
260
\long\def\disclaimer #1{\long\gdef\@disclaimer {#1}}
257
261
\disclaimer {
0 commit comments