-
Notifications
You must be signed in to change notification settings - Fork 1
/
abntex-default-design.sty
executable file
·79 lines (68 loc) · 2.89 KB
/
abntex-default-design.sty
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
%% $Id: abntex-default-design.sty,v 1.2 2005/06/22 17:09:16 gweber Exp $
%% name of this file abntcite.sty
%% Copyright 2001-2002 by the abnTeX group at http://abntex.codigolivre.org.br
%%
%% This file is distributed under the LaTeX-Project Public License (LPPL)
%% http://www.latex-project.org/lppl.html
%% You are free to modify this file under the LPPL.
%%
\input{cvs-id.def}
\CVSExtract$Id: abntex-default-design.sty,v 1.2 2005/06/22 17:09:16 gweber Exp $
\CVSPackage{abntex-default-design}{\space Definicoes de design padrao do abntex}
%used in abntcite.sty
% relsize used in \authorcapstyle. If package not present, \smaller=\relax
\IfFileExists{relsize.sty}{\RequirePackage{relsize}}{\let\smaller\relax}
\providecommand{\authorcapstyle}{\relax}
\providecommand{\authorstyle}{\relax}
\providecommand{\yearstyle}{\relax}
\providecommand{\optionaltextstyle}{\relax}
\providecommand{\citenumstyle}{\relax}
%used in abnt.cls
% fontstyle for header elements
\providecommand{\rightmarkformat}{\small\itshape}
\providecommand{\leftmarkformat}{\itshape}
\providecommand{\thepageformat}{\small}
\providecommand{\ABNTchaptersize}{\huge}
\providecommand{\ABNTCHAPTERfont}{\bfseries\slshape}
\providecommand{\ABNTChapterfont}{\bfseries\itshape}
\providecommand{\ABNTtocchapterfont}{\ABNTchapterfont\upshape}
% Font which section titles will be printed
\providecommand{\ABNTsectionfontsize}{\Large}
\providecommand{\ABNTsectionfont}{\bfseries}
\providecommand{\ABNTsubsectionfontsize}{\large}
\providecommand{\ABNTsubsectionfont}{\bfseries}
\providecommand{\ABNTsubsubsectionfontsize}{\normalsize}
\providecommand{\ABNTsubsubsectionfont}{\bfseries}
\providecommand{\ABNTparagraphfontsize}{\normalsize}
\providecommand{\ABNTparagraphfont}{\bfseries}
\providecommand{\ABNTsubparagraphfontsize}{\normalsize}
\providecommand{\ABNTsubparagraphfont}{\bfseries}
\providecommand{\ABNTanapsize}{\LARGE}
\newlength{\ABNTanapindent}
\setlength{\ABNTanapindent}{0cm}
%% Contents shows up to subsubsection.
\setcounter{tocdepth}{4}
%% Section number will appear up to \subsubsection
\setcounter{secnumdepth}{3}
\providecommand{\instituicaoformat}{\scshape}
\providecommand{\autorformat}{\large\ABNTsectionfont}
\providecommand{\orientadornameformat}{}
\providecommand{\orientadorformat}{\large}
\providecommand{\coorientadornameformat}{}
\providecommand{\coorientadorformat}{\large}
\providecommand{\comentarioformat}{}
\providecommand{\localformat}{}
\providecommand{\dataformat}{}
\providecommand{\tituloformat}{\LARGE\ABNTchapterfont}
% width of the line and text under the line
\newlength{\ABNTsignwidth}
\setlength{\ABNTsignwidth}{8cm}
% thickness of the line
\newlength{\ABNTsignthickness}
\setlength{\ABNTsignthickness}{0pt}
% ammount of space left between previous text and th signature line
\newlength{\ABNTsignskip}
\setlength{\ABNTsignskip}{2.5cm}
% paragraph indentation size and skip
\setlength{\parindent}{.7cm}
\setlength{\parskip}{.25cm}