Modelo Relatório
Autor:
Pedro Marcelo Júnior
Last Updated:
hace 2 años
License:
Creative Commons CC BY 4.0
Resumen:
Modelo para relatórios e etc
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[normalem]{ulem}
\usepackage[lmargin=2cm, tmargin=2cm, rmargin=2cm, bmargin=2cm]{geometry}
\usepackage[onehalfspacing]{setspace}
\usepackage[T1]{fontenc}
\usepackage[brazil]{babel}
\usepackage{multicol}
\usepackage{pgf,tikz,tkz-euclide,mathrsfs}
\usepackage{bm}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{multirow}
\usepackage{tikz}
\usetikzlibrary{shapes,backgrounds}
\usepackage{amsmath,amsthm,amsfonts,amssymb,dsfont,mathtools,blindtext}
\usetikzlibrary{arrows,shapes,automata,petri,positioning,calc}
\renewcommand{\contentsname}{Sumário}
\title{relatório}
\author{Pedro Marcelo Vieira Leite Júnior}
\date{20 de Maio de 2022}
\begin{document}
\pagenumbering{gobble}
%CAPA CAPA CAPA CAPA
\begin{center}
\begin{tabular}{cc}
\multirow{3}*{\includegraphics[width=1.5cm]{UFPB_Logo.png}} & \textbf{\footnotesize UNIVERSIDADE FEDERAL DA PARAÍBA - UFPB} \\
& \textbf{ \footnotesize CENTRO DE CIÊNCIAS EXATAS E DA NATUREZA - CCEN} \\
& \textbf{ \footnotesize DEPARTAMENTO DE FÍSICA - DF} \\
\end{tabular}
\vspace{5cm}
\textbf{Física Experimental I \\
Prof Jesús Pavon \\
Experimento 1 - Medidas Físicas}
\vspace{6cm}
\textbf{Pedro Marcelo Vieira Leite Júnior\\ 20200001023}
\vspace{8cm}
\textbf{JOÃO PESSOA - PB \\
2022}
\end{center}
%CAPA CAPA CAPA CAPA
\newpage
\pagenumbering{arabic}
\thispagestyle{empty}
\listoffigures
\newpage
\thispagestyle{empty}
\tableofcontents
\newpage
\section{Introdução}
zz
\begin{figure}[!h]
\centering
\includegraphics[width=2cm]{UFPB_Logo.png}
\caption{Logo UFPB}
\label{fig:my_label}
\end{figure}
\section{Materiais e Metodologia}
\section{Resultados}
\section{Conclusão}
\section{Referências}
\end{document}