-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresumo.tex
More file actions
49 lines (41 loc) · 1.02 KB
/
resumo.tex
File metadata and controls
49 lines (41 loc) · 1.02 KB
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
\newpage
\documentclass[12pt,a4paper]{article}
\usepackage[brazil]{babel}
\usepackage[top=3cm,bottom=2cm,left=3cm,right=2cm]{geometry}
\usepackage{indentfirst}
\usepackage{ragged2e}
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\input{conteudo/commands}
\input{conteudo/capa}
% Contracapa
\newpage
\pagestyle{empty}
\begin{center}
\large \textbf{\MakeUppercase{\autor}}
\vskip 6cm
\Huge \textbf{\large \MakeUppercase{\tema}}
\vskip 5cm
\end{center}
\hfill{\vbox{\hsize=8.5cm\noindent\strut
Resumo do Projeto de Pesquisa apresentado ao \instituicao, em cumprimento a exigências da disciplina \textbf{Monografia 1}, do curso de Bacharel em Teologia.}\\
\strut}
\vskip 3.0cm
\begin{center}
\vfill
\large
Rio de Janeiro \\
2025
\end{center}
\begin{center}
\large \textbf{RESUMO}
\end{center}
\vspace{1cm}
\justifying
\input{conteudo/resumo/pt_BR.txt}
\vspace{0.5cm}
\noindent
\textbf{Palavras-chave:} \palavrasChave
\end{document}