undegraduate-thesis/main.tex

36 lines
737 B
TeX
Raw Normal View History

2024-02-05 15:01:49 +00:00
\documentclass[12pt]{article}
\usepackage{template/sbc}
\usepackage{graphicx,url}
2024-02-12 02:01:01 +00:00
\usepackage{float}
2024-03-20 21:40:03 +00:00
\usepackage{hyperref}
2024-02-05 15:01:49 +00:00
\usepackage[brazil]{babel}
2024-02-12 02:01:01 +00:00
\graphicspath{ {./images/} }
2024-02-05 15:01:49 +00:00
\sloppy
\title{IF Salas Uma plataforma de ensino de código aberto para o IFMG}
\author{Leonardo A. Murça\inst{1}, Carlos A. S. Junior\inst{1}}
\address{
Instituto Federal de Educação, Ciência e Tecnologia de Minas Gerais (IFMG) \\
2024-02-05 19:59:15 +00:00
Campus Sabará | 34.590-390 | Sabará | MG | Brasil
2024-02-05 15:01:49 +00:00
\email{leo@leomurca.xyz, carlos.junior@ifmg.edu.br}
}
\begin{document}
\maketitle
\begin{abstract}
2024-02-05 19:39:27 +00:00
TODO
2024-02-05 15:01:49 +00:00
\end{abstract}
2024-02-05 19:39:27 +00:00
\input{sections/introducao.tex}
2024-02-05 19:56:57 +00:00
\input{sections/referencial-teorico.tex}
2024-02-09 23:09:17 +00:00
\input{sections/metodologia.tex}
2024-02-05 19:39:27 +00:00
2024-02-05 15:01:49 +00:00
\end{document}