Ata - E-Motion
Author
Elimar Fábio
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
Modelo de ata para as reuniões do Fórmula E-Motion.
% ==============================================
%
% Modelo de ata para as reuniões gerais, elétrica e mecânica para a equipe FSAE Fórmula E-Motion UFPB
% Desenvolvido por Elimar Fábio Vieira dos Santos - 23/01/2023
%
% ==============================================
\documentclass[pdftex,12pt,oneside,a4paper,english,french,spanish,brazil]{abntex2}
\usepackage{tikzpagenodes}
\usepackage{everypage}
\usepackage{mwe}
\usepackage{lipsum}
\usepackage{blindtext}
\usepackage{tikz} % Pacotes utilizados
\usepackage{configs_tex/dados}
\usepackage{configs_tex/configs} % Pacotes utilizados
\usepackage{configs_tex/layout} % Definições de layout do documento
\begin{document}
\normalsize{
% ------------------------------
\AddEverypageHook{\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west,inner sep=30pt] at (current page.north west)
{\includegraphics[scale=0.4]{img/logo e tipografia azul png (01).png}};
\end{tikzpicture}}
\AddEverypageHook{\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north east,inner sep=0pt] at (current page.north east)
{\includegraphics[scale=0.45]{img/direita_canto-removebg.png}};
\end{tikzpicture}}
\AddEverypageHook{\begin{tikzpicture}[remember picture,overlay]
\node[anchor=south west,inner sep=0pt] at (current page.south west)
{\includegraphics[scale=0.5]{img/esquerda_canto-removebg.png}};
\end{tikzpicture}}
% ------------------------------
\begin{center}
\hspace{2cm}\large{}\\
\begin{table}[h!]
\centering
\begin{tabular}{||c||}
\hline\hline
\Huge{\textbf{F Ó R M U L A E - M O T I O N}} \\
\hline
\hline
\end{tabular}
\end{table}
\LARGE{\textbf{\meeting}}
\end{center}
% ------------------------------
\begin{center}
\Large{\textbf{Atas da reunião}}
\end{center}
% ------------------------------
\noindent
\textbf{Local:}\thelocal
\\
\textbf{Data:} \thedate
\\
\textbf{Participantes:} \participants
\\
\textbf{Horário:} \thetime
% ------------------------------
\chapter{Status gerais}\label{cap:sg}
\input{textual/corpo.tex}
\chapter{Lista de Presença}\label{cap:pr}
\input{textual/presenca.tex}
}
\end{document}