Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bruno-Messias/6e0c9f3f26e4271f814d4eb8787e42b3 to your computer and use it in GitHub Desktop.
Save Bruno-Messias/6e0c9f3f26e4271f814d4eb8787e42b3 to your computer and use it in GitHub Desktop.
Pre-TCC Template
\documentclass[12pt,a4paper]{article}
\usepackage[margin=0.5cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[brazilian]{babel}
\usepackage[dvipsnames,svgnames,x11names]{xcolor}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{mwe}
\usepackage{amsmath}
\usepackage{svg}
\usepackage{amsfonts}
\usepackage{verbatim}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{mathtools}
\usepackage{float}
\usepackage{multicol}
\usepackage{calc,fullpage}
\usepackage{pgfplots,siunitx}
\usepackage{pgfplots}
\usepackage{multirow}
\usepackage{subcaption}
\usepackage{lscape}
\usepackage{hyperref}
\usepackage{import}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
%Adding dots to toc
\usepackage{textcomp}
\usepackage{tocloft}
\usepackage{tikz}
% Tkzlibrary
\usetikzlibrary{intersections}
\usetikzlibrary{calc}
\usetikzlibrary{positioning}
\usetikzlibrary{arrows,decorations}
\usetikzlibrary{datavisualization.formats.functions}
%Tabela
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
%\singlespacing Para um espaçamento simples
%\onehalfspacing Para um espaçamento de 1,5
%\doublespacing Para um espaçamento duplo
\graphicspath{{images/}}
\pgfplotsset{compat=1.17}
\pagestyle{myheadings}
\begin{document}
%Primeira página Título
\thispagestyle{empty}
\begin{table}
\begin{flushright}
\renewcommand{\arraystretch}{0}
\begin{Form}
\begin{tabular}{l}
\hspace{3cm}\TextField[name=textfield,width=1cm,height=0.5cm,value=NOTA]{}\\
$\underset{\text{ASSINATURA E CARIMBO DO ORIENTADOR}}{\underline{\hspace{7cm}}}$
\end{tabular}
\end{Form}
\end{flushright}
\end{table}
~
\vspace{0.5cm}
\begin{center}
\large Nome completo do autor
\end{center}
\vspace{5cm}
\begin{center}
\centering
\begin{large}
\textbf{TÍTULO PROVISÓRIO} \\
\textbf{SUBTÍTULO(SE HOUVER)}
\end{large}
\end{center}
\vfill
\begin{center}
\begin{large}
\begin{tabular}{l}
Florianópolis \\
\hspace{0.65cm} 2021
\end{tabular}
\end{large}
\end{center}
\newpage
%Segunda página Título
\thispagestyle{empty}
~
\vspace{5cm}
\begin{center}
\centering
\begin{large}
\textbf{TÍTULO PROVISÓRIO} \\
\textbf{SUBTÍTULO(SE HOUVER)}
\end{large}
\end{center}
\vspace{2cm}
\begin{center}
\large Local, xx de xxxxx de xxxx.
\end{center}
\vspace{1.5cm}
\begin{center}
\renewcommand{\arraystretch}{0}
\begin{Form}
\begin{tabular}{l}
\TextField[name=textfield2,width=6cm,height=0.5cm]{}\\
$\underset{\text{Nome do Aluno}}{\underline{\hspace{6cm}}}$
\end{tabular}
\end{Form}
\end{center}
\vspace{1.5cm}
\begin{center}
\renewcommand{\arraystretch}{0}
\begin{Form}
\begin{tabular}{l}
\TextField[name=textfield3,width=6cm,height=0.5cm]{}\\
$\underset{\text{Nome do orientador}}{\underline{\hspace{6cm}}}$
\end{tabular}
\end{Form}
\end{center}
\vspace{1.5cm}
\begin{center}
\renewcommand{\arraystretch}{0}
\begin{Form}
\begin{tabular}{l}
\TextField[name=textfield3,width=6cm,height=0.5cm]{}\\
$\underset{\text{Nome do coorientador(se for o caso)}}{\underline{\hspace{6cm}}}$
\end{tabular}
\end{Form}
\end{center}
\newpage
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
\pagebreak
\setcounter{page}{1}
\section{OBJETIVOS}
\import{chapters/}{objetivos.tex}
\pagebreak
\section{MOTIVAÇÃO}
\import{chapters/}{motivacao.tex}
\pagebreak
\section{METODOLOGIA}
\import{chapters/}{metodologia.tex}
\pagebreak
\section{REVISÃO DA ESTADO DA ARTE}
\import{chapters/}{revisao.tex}
\pagebreak
\section{CRONOGRAMA}
\import{chapters/}{cronograma.tex}
\pagebreak
\section{RECURSOS NECESSÁRIOS}
\import{chapters/}{recursos.tex}
\pagebreak
\nocite{*}
\bibliographystyle{abntex2-alf}
\bibliography{pretcc}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment