summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/vita/vitaComputerScience.clo
blob: 799d74781c0bcfbe9d689e885aac0b766f1535ba (plain)
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
155
156
157
158
159
160
161
162
163
\ProvidesFile{ComputerScience.clo}
        [1995/02/07 vita class option file for Computer Science]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% (C) Copyright 1995, Andrej Brodnik, ABrodnik@UWaterloo.CA. All
%% rights reserved.
%%
%% This is a generated file. Permission is granted to to customize the 
%% declarations in this file to serve the needs of your installation. 
%% However, no permission is granted to distribute a modified version of 
%% this file under its original name. 
%% 
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%%
%% Based on (HS):
%% --------------
%% AUTHOR, ETC.: Van Leunen, Mary-Claire.
%% TITLE: A handbook for scholars / Mary-Claire van Leunen.
%% SUBJECT(S): Authorship - Handbooks, manuals, etc.
%% EDITION: Rev. ed.
%% IMPRINT: New York : Oxford University Press, 1992.
%% NOTES: Includes index.
%% ISBN: 0195069536 (alk. paper)
%% LANGUAGE: eng
%% PHYSICAL DESCRIPTION: xi, 348 p. : ill. ; 22 cm.
%%
%% File containing Curriculum vitae consists of three parts:
%%  o header which defines all user dependent information, such as
%%    name and addresses.
%%  o the content
%%
%% The content is further subdivided into categories each of which
%% starts with ``\begin{Name of category}''\footnote{There can be
%% spaces in the name of category} and ends by
%% ``\end{category}''.\footnote{The complete list of available
%% categories is provided below and also how one can add new
%% categories.}.
%%
%% A category ``Publications'' consists of ``kinds'' which list is also
%% provided below and can be supplemented.
%%
%% Entries in different categories and kinds are separated (start) with
%% command ``\item''. The only difference is a category ``References''
%% which entries are separated by command ``\and''. Here is a very
%% short example of usage:
%%
%%----------------------------------------
%% \documentclass[ComputerScience]{vita}
%%
%% \begin{document}
%%   \name{Andrej Brodnik}
%%   \businessAddress{First line \\ second line of bussines address}
%%   \homeAddress{Again \\ multiline address \\ perhaps with phone number}
%%
%% \begin{vita}
%% \begin{Degrees}
%%   \item B.S. etc.
%%   \item Ph.D. ...
%% \end{Degrees}
%%
%% \begin{Publications}
%%   \begin{Books}
%%     \item My First One
%%     \item My Last One
%%   \end{Books}
%%
%%   \begin{Papers in Refereed Journals}
%%     \item My First One
%%     \item My Last One
%%   \end{Papers in Refereed Journals}
%%
%% \end{Publications}
%%
%% \begin{References}
%%    The first person
%% \\ his address
%% \\ in multiple lines
%%
%% \and
%%
%%    The second person
%% \\ again, multiple lines
%% \end{References}
%%
%% \end{vita}
%% \end{document}
%%----------------------------------------

%%%%
%
% First categories. According to HS we predefine the following
% categories:
%   o ``Degrees''
%   o ``Additional education''
%   o ``Experience''
%   o ``Honors''
%   o ``Grants''
%   o ``Memberships''
%   o ``Personal information''
%   o ``Publications''
%
% and additionally:
%   o ``Work in Progress''
%   o ``Professional activities''
%
% However, one can define additional categories using command
% ``\newcategory'' (see ``vita.cls'' file for details).
%---
\newcategory{Degrees}
\newcategory{Additional education}
\newcategory{Experience}
\newcategory{Honors}
\newcategory{Grants}
\newcategory{Memberships}
\newcategory{Personal information}
\newcategory{Publications}
\newcategory{Work in progress}
\newcategory{Professional activities}

%%%%
%
% There are several ``kinds'' of publications and we predefine the
% following ones:
%  o ``Books''
%  o ``Papers in Refereed Journals''
%  o ``Papers at Refereed Conferences''
%  o ``Papers at Unrefereed Conferences''
%  o ``Editorial Work''
%  o ``Invited seminars''
%
% To define new kinds see ``vita.cls'' file for details.
%---
\newkind{Books}
\newkind{Papers in Refereed Journals}
\newkind{Papers at Refereed Conferences}
\newkind{Papers at Unrefereed Conferences}
\newkind{Editorial Work}
\newkind{Invited seminars}

%%%%
%
% Finally, we have also references which are so called ``plain
% category''. Note that multiple references are separated by
% the ``\and'' command.
%
% To define additional plain categories see file ``vita.cls'' for
% details.
%---
\newplaincategory{References}