-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtdd.tex
executable file
·60 lines (43 loc) · 1.82 KB
/
tdd.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
%-------------------------------- Configurações --------------------------------
\documentclass[a4paper, abntfigtabnum, noindentfirst, normaltoc, pnumplain, notimes]{abnt}
\newcommand{\bc}{NavyBlue}
\usepackage[Sonny]{fncychap}
\usepackage{subfigure}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[pdfborder={0 0 0},pdfborderstyle={/S/U/W 0.5},citebordercolor=\bc,filebordercolor=\bc,urlbordercolor=\bc,linkbordercolor=\bc]{hyperref}
\usepackage[alf]{abntcite}
\usepackage{booktabs}
\usepackage{dirtytalk}
\usepackage{textcomp}
\usepackage{amsmath}
%----------------------- Números de Figuras e Tabelas no Formato Capítulo.número_da_Figura ------------------------
\newcommand{\Chapter}[1]{\chapter{#1} \setcounter{figure}{0} \setcounter{table}{0}}
\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
\renewcommand{\thetable}{\arabic{chapter}.\arabic{table}}
%----------------------- Quebra de linha após paragraph ------------------------
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries}}
\makeatother
%--------------------------------- Informações ---------------------------------
\newcommand{\meutitulo}{Design de Testes Economicamente Viáveis}
\hypersetup{
pdftitle=\meutitulo,
pdfauthor=Élisson Michael Fernandes Meirelles Araújo
}
\begin{document}
\titulo{\meutitulo}
\autor{Élisson Michael Fernandes Meirelles Araújo}
\local{Campos dos Goytacazes - RJ}
\data{2018}
\input{tex/poodir_capitulo_9}
%--------------------------------- Bibliografia ------------------------------
\citeoption{abnt-repeated-author-omit=yes}
\bibliographystyle{abnt-alf}
\bibliography{bibliografia}
\end{document}