undegraduate-thesis/main.tex

47 lines
1,021 B
TeX
Raw Normal View History

2024-02-05 15:01:49 +00:00
\documentclass[12pt]{article}
2024-07-04 20:55:33 +00:00
\usepackage{csquotes}
2024-02-05 15:01:49 +00:00
\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-03-21 21:12:08 +00:00
\usepackage[backend=biber, style=numeric, sorting=ynt]{biblatex}
\addbibresource{bibliography.bib}
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-04-09 21:58:56 +00:00
\input{sections/o-if-salas.tex}
2024-08-01 22:00:57 +00:00
\input{sections/conclusao.tex}
\input{sections/consideracoes-finais.tex}
2024-08-01 17:55:54 +00:00
\input{sections/agradecimentos.tex}
2024-04-09 21:58:56 +00:00
2024-02-05 19:39:27 +00:00
2024-03-21 21:12:08 +00:00
\printbibliography
2024-02-05 15:01:49 +00:00
\end{document}