Modelo de Relatório
Author
Lazaro Silva
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
Arquivo que representa um modelo de relatório em LaTeX
Arquivo que representa um modelo de relatório em LaTeX
\documentclass[a4paper, 12pt]{article}
\usepackage[portuges]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{multicol,lipsum}
\begin{document}
%\maketitle
\begin{titlepage}
\begin{center}
%\begin{figure}[!ht]
%\centering
%\includegraphics[width=2cm]{c:/ufba.jpg}
%\end{figure}
\Huge{Universidade/Faculdade/Instituto}\\
\large{Departamento}\\
\large{Programa}\\
\vspace{15pt}
\vspace{95pt}
\textbf{\LARGE{Relatório (título) }}\\
%\title{{\large{Título}}}
\vspace{3,5cm}
\end{center}
\begin{flushleft}
\begin{tabbing}
Aluno: \\
Professor orientador: \\
Professor co-orientador: \\
\end{tabbing}
\end{flushleft}
\vspace{1cm}
\begin{center}
\vspace{\fill}
mês\\
ano
\end{center}
\end{titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% % % % % % % % %FOLHA DE ROSTO % % % % % % % % % %
\begin{titlepage}
\begin{center}
%\begin{figure}[!ht]
%\centering
%\includegraphics[width=2cm]{c:/ufba.jpg}
%\end{figure}
\Huge{Universidade}\\
\large{Departamento}\\
\large{Programa}\\
\vspace{15pt}
\vspace{85pt}
\textbf{\LARGE{Relatório}}
\title{\large{Título}}
% \large{Modelo\\
% Validação do modelo clássico}
\end{center}
\vspace{1,5cm}
\begin{flushright}
\begin{list}{}{
\setlength{\leftmargin}{4.5cm}
\setlength{\rightmargin}{0cm}
\setlength{\labelwidth}{0pt}
\setlength{\labelsep}{\leftmargin}}
\item Primeiro Relatório de Projeto de Pesquisa apresentado ao Programa XXX do Curso XXXX da Universidade XXX, como requisito parcial para .
\begin{list}{}{
\setlength{\leftmargin}{0cm}
\setlength{\rightmargin}{0cm}
\setlength{\labelwidth}{0pt}
\setlength{\labelsep}{\leftmargin}}
\item Aluno: \
\item Professor orientador: \
\item Professor co-orientador: \
\end{list}
\end{list}
\end{flushright}
\vspace{1cm}
\begin{center}
\vspace{\fill}
mês\\
ano
\end{center}
\end{titlepage}
\newpage
% % % % % % % % % % % % % % % % % % % % % % % % % %
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage
\pagenumbering{arabic}
% % % % % % % % % % % % % % % % % % % % % % % % % % %
\section{Resumo}
\newpage
\section{Apresentação}
\newpage
\section{Descrição de atividades}
\newpage
\section{Análise dos Resultados}
\newpage
\section{Trabalhos Futuros}
\newpage
\addcontentsline{toc}{section}{Bibliografia}
\section*{Bibliografia}
\footnotesize{
\noindent AGUIRRE, L. A. Introdução à Identificação de Sistemas, Técnicas Lineares e Não lineares Aplicadas a Sistemas Reais. Belo Horizonte, Brasil, EDUFMG. 2004.\\
}
\newpage
\addcontentsline{toc}{section}{Anexo}
\section*{Anexo}
\end{document}