-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathespec.def
30 lines (29 loc) · 1.15 KB
/
espec.def
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
% -*-latex-*-
% $Id: espec.def,v 4.3 2003/11/24 21:21:32 avila Exp $
%
\ProvidesFile{espec.def}[2003/11/21 Monografia de Especialização]
\newcommand{\titlepagespecificinfo}{\especspecificinfo}
\def\@cipspecificinfo{\especname}
\course{Curso de Especializa{\c{c}}{\~a}o em \ii@espec}
\newcommand{\espec}[1]{\gdef\ii@espec{#1}}
\DeclareRobustCommand{\coord}[3][]{
\gdef\@coordlast{#2}
\gdef\@coordfirst{#3}
\gdef\@coord{#1~#3 #2}
}
\renewcommand{\titlepageadvisorinfo}{%
\@ifundefined{@advisor}{}{\vfill\@advisor\\\advisorname}
\@ifundefined{@coadvisor}{}{\\[6ex]\@coadvisor\\\coadvisorname}
\@ifundefined{@coord}{}{\\[6ex]\@coord\\\coordname}
}
\newcommand{\nominataCEname}{\coordname\ de Especializa{\c{c}}{\~a}o em \ii@espec}
\renewcommand{\nominata}{%
\MakeUppercase{\ufrgs}\\
\nominataReitname: \nominataReit\\
\nominataPREname: \nominataPRE\\
\nominataPRAPGname: \nominataPRAPG\\
\nominataDirname: \nominataDir\\
\csname nominataChefe\@dept name\endcsname: \csname nominataChefe\@dept\endcsname\\
\nominataCEname: \@coord\\
\nominataBibchefename: \nominataBibchefe
}