Add sections
This commit is contained in:
parent
a296147c6c
commit
27d641b77f
9 changed files with 131 additions and 23 deletions
22
cover.tex
Normal file
22
cover.tex
Normal file
|
@ -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
|
28
main.tex
28
main.tex
|
@ -8,27 +8,11 @@
|
||||||
\usetheme{Frankfurt}
|
\usetheme{Frankfurt}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\author[]{
|
\input{cover.tex}
|
||||||
Leonardo A. Murça
|
\input{sections/introducao.tex}
|
||||||
\vspace{1mm} \\
|
\input{sections/referencial-teorico.tex}
|
||||||
\footnotesize {\textbf{Orientador:} Prof. Dr. Carlos A. S. Junior} \\
|
\input{sections/referencial-teorico.tex}
|
||||||
}
|
\input{sections/o-if-salas.tex}
|
||||||
|
\input{sections/conclusao.tex}
|
||||||
\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
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
17
sections/conclusao.tex
Normal file
17
sections/conclusao.tex
Normal file
|
@ -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}
|
17
sections/consideracoes-finais.tex
Normal file
17
sections/consideracoes-finais.tex
Normal file
|
@ -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}
|
17
sections/introducao.tex
Normal file
17
sections/introducao.tex
Normal file
|
@ -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}
|
17
sections/metodologia.tex
Normal file
17
sections/metodologia.tex
Normal file
|
@ -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}
|
17
sections/o-if-salas.tex
Normal file
17
sections/o-if-salas.tex
Normal file
|
@ -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}
|
17
sections/referencial-teorico.tex
Normal file
17
sections/referencial-teorico.tex
Normal file
|
@ -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}
|
|
@ -1,4 +1,4 @@
|
||||||
\logo{\includegraphics[scale=0.03]{logo.png}}
|
\logo{\includegraphics[scale=0.03]{template/logo.png}}
|
||||||
\newcommand{\ifmglogo}{
|
\newcommand{\ifmglogo}{
|
||||||
\begin{frame}[plain]
|
\begin{frame}[plain]
|
||||||
\maketitle\vspace{-0.6cm}
|
\maketitle\vspace{-0.6cm}
|
||||||
|
|
Loading…
Reference in a new issue