-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
56 lines (50 loc) · 1.45 KB
/
thesis.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
\documentclass[msc]{ppgccufmg}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{type1ec}
\usepackage{graphicx,subcaption}
\usepackage{xcolor}
\usepackage[a4paper,
english,
bookmarks=true,
bookmarksnumbered=true,
linktocpage,
colorlinks,
citecolor=black,
urlcolor=black,
linkcolor=black,
filecolor=black,
]{hyperref}
\usepackage[square]{natbib}
\begin{document}
\ppgccufmg{
title={Automatic pain assessment in fetuses through transfer learning},
authorrev={Oliveira, Thiago Melo de},
cutter={D1234p},
cdu={519.6*82.10},
university={Federal University of Minas Gerais},
course={Computer Science},
portugueseuniversity={Universidade Federal de Minas Gerais},
portuguesecourse={Ciência da Computação},
address={Belo Horizonte},
date={2020-03},
advisor={Nivio Ziviani},
coadvisor={Adriano Veloso},
abstract={Abstract}{abstract},
dedication={dedicatoria},
ack={agradecimentos},
keywords={Insert Keywords Here},
epigraphtext={Imagination will often carry us to worlds that never were. \\ But without it we go nowhere.}{Carl Sagan},
}
\input{chapter1.tex}
\input{chapter2.tex}
\input{chapter3.tex}
\input{chapter4.tex}
\input{chapter5.tex}
\input{chapter6.tex}
\input{chapter7.tex}
% Aqui vem a parte da bibliografia: use o comando \ppgccbibliography indicando
% apenas o nome do arquivo .bib (sem a extensão).
\ppgccbibliography{bibfile}
\end{document}