diff --git a/cover.tex b/cover.tex new file mode 100644 index 0000000..cc632b9 --- /dev/null +++ b/cover.tex @@ -0,0 +1,22 @@ +\author[]{ + Leonardo A. Murça + \vspace{1mm} \\ + \footnotesize {\textbf{Orientador:} Prof. Dr. Carlos A. S. Junior} \\ +} + +\title{\textbf{IF Salas}} +\subtitle{Uma plataforma de código aberto para auxiliar professores e alunos do IFMG} + +\institute[]{ + Instituto Federal de Educação, Ciência e Tecnlogia de Minas Gerais \\ + \textit{Campus Sabará} + \vspace{1mm} \\ + Bacharelado em Sistemas de Informação +} + +\date[\small 9 de outubro de 2024]{ + \tiny {Trabalho de Conclusão de Curso} \\ + \tiny 9 de outubro de 2024 +} + +\ifmglogo \ No newline at end of file diff --git a/main.tex b/main.tex index 6c9e054..d7e235d 100644 --- a/main.tex +++ b/main.tex @@ -8,27 +8,11 @@ \usetheme{Frankfurt} \begin{document} - \author[]{ - Leonardo A. Murça - \vspace{1mm} \\ - \footnotesize {\textbf{Orientador:} Prof. Dr. Carlos A. S. Junior} \\ - } - - \title{\textbf{IF Salas}} - \subtitle{Uma plataforma de código aberto para auxiliar professores e alunos do IFMG} - - \institute[]{ - Instituto Federal de Educação, Ciência e Tecnlogia de Minas Gerais \\ - \textit{Campus Sabará} - \vspace{1mm} \\ - Bacharelado em Sistemas de Informação - } - - \date[\small 9 de outubro de 2024]{ - \tiny {Trabalho de Conclusão de Curso} \\ - \tiny 9 de outubro de 2024 - } - - \ifmglogo + \input{cover.tex} + \input{sections/introducao.tex} + \input{sections/referencial-teorico.tex} + \input{sections/referencial-teorico.tex} + \input{sections/o-if-salas.tex} + \input{sections/conclusao.tex} \end{document} diff --git a/sections/conclusao.tex b/sections/conclusao.tex new file mode 100644 index 0000000..21e1c7c --- /dev/null +++ b/sections/conclusao.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Conclusão} +\begin{frame}{Conclusão} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/sections/consideracoes-finais.tex b/sections/consideracoes-finais.tex new file mode 100644 index 0000000..4537c80 --- /dev/null +++ b/sections/consideracoes-finais.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Considerações Finais} +\begin{frame}{Considerações Finais} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/sections/introducao.tex b/sections/introducao.tex new file mode 100644 index 0000000..7decb98 --- /dev/null +++ b/sections/introducao.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Introdução} +\begin{frame}{Introdução} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/sections/metodologia.tex b/sections/metodologia.tex new file mode 100644 index 0000000..d2480b5 --- /dev/null +++ b/sections/metodologia.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Metodologia} +\begin{frame}{Metodologia} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/sections/o-if-salas.tex b/sections/o-if-salas.tex new file mode 100644 index 0000000..c1ed5fc --- /dev/null +++ b/sections/o-if-salas.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{O IF Salas} +\begin{frame}{O IF Salas} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/sections/referencial-teorico.tex b/sections/referencial-teorico.tex new file mode 100644 index 0000000..e6aaa72 --- /dev/null +++ b/sections/referencial-teorico.tex @@ -0,0 +1,17 @@ +% Destacar o sumário da presente seção antes de iniciá-la +\AtBeginSection[]{ + \begin{frame} + \frametitle{} + \tableofcontents[currentsection] + \end{frame} +} + +\section{Referencial Teórico} +\begin{frame}{Referencial Teórico} + %Modelo de lista de itens + \begin{itemize}[<+->] + \item Item 1 + \item Item 2 + \item Item 3 + \end{itemize} +\end{frame} \ No newline at end of file diff --git a/template/customcommands.sty b/template/customcommands.sty index 674c2ab..b3465aa 100644 --- a/template/customcommands.sty +++ b/template/customcommands.sty @@ -1,4 +1,4 @@ -\logo{\includegraphics[scale=0.03]{logo.png}} +\logo{\includegraphics[scale=0.03]{template/logo.png}} \newcommand{\ifmglogo}{ \begin{frame}[plain] \maketitle\vspace{-0.6cm}