
Template - Mostra IC
Author
Mostra IC
Last Updated
bir yıl önce
License
Creative Commons CC BY 4.0
Abstract
Template para a apresentação dos trabalhos da I Mostra IC de Matemática da Universidade Federal de Ouro Preto.

\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[brazil]{babel}
\usepackage{amssymb, amsmath, amsthm, amsfonts, amscd, graphicx, subfigure, array, multicol, setspace, caption, color}
%Comandos da capa: Adaptar com suas informações
\title[Título]{Título}
\author[Nome do Autor]{Nome do autor\\ Orientador: Nome do Orientador \\Coorientador: Nome do Coorientador}
\institute[UFOP]{I Mostra IC de Matemática \\ Universidade Federal de Ouro Preto}
\date[I Mostra IC de Matemática]{Janeiro de 2023}
%----------------------------------------------
%Configurações do template: NÃO EDITAR
\usetheme{Madrid}
\usecolortheme{beaver}
\setbeamercolor{title}{fg=white, bg=black}
\setbeamercolor{title in head/foot}{fg=black,bg=lightgray}
\setbeamercolor{author in head/foot}{fg=white,bg=black}
\setbeamercolor{frametitle}{fg=white,bg=black}
\setbeamercolor{block title}{fg=white,bg=black}
\setbeamercolor{block body}{bg=lightgray, fg=black}
\setbeamercolor{date in head/foot}{fg=white, bg=black}
\setbeamercolor{item}{fg=gray}
\setbeamertemplate{navigation symbols}{}
\begin{document}
\begin{frame}
\begin{multicols}{3}
\begin{figure}
\flushleft
\includegraphics[scale=0.2]{Logos/Logo UFOP.png}
\end{figure}
\begin{figure}
\centering
\includegraphics[scale=0.09]{Logos/Logo Mostra IC.png}
\end{figure}
\begin{figure}
\flushright
\includegraphics[scale=0.07]{Logos/Logo Demat.png} \\ \vspace{0.2cm}
\includegraphics[scale=0.23]{Logos/Logo PET.png}
\end{figure}
\end{multicols}
\maketitle
\end{frame}
%---------------------------------------------
%Apresentação: Completamente livre para edição
\begin{frame}{Título do Frame}
\begin{block}{Exemplo de bloco}
Este é um exemplo de bloco.
\end{block}
\begin{figure}
\centering
\includegraphics[scale=0.1]{Logos/Logo Demat.png}
\caption{Exemplo de figura}
\label{ex.figura}
\end{figure}
\end{frame}
\begin{frame}{Título do Frame}
\begin{itemize}
\item Este
\item é
\item um
\item exemplo
\item de
\item lista
\end{itemize}
Para citações no texto, usar: \cite{burgos2016solution}, \cite{de2001edp}, \cite{Eder}, \cite{Leibniz}
\end{frame}
%----------------------------------------------
%Bibliografia: Manter o código abaixo sem alterações. Para acrescentar e/ou remover referências, editar o arquivo "ref.bib".
\begin{frame}[allowframebreaks]{Bibliografia}
\bibliographystyle{plain}
\bibliography{ref.bib}
\end{frame}
\end{document}