undegraduate-thesis/main.tex
2024-03-21 18:12:08 -03:00

40 lines
857 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[12pt]{article}
\usepackage{template/sbc}
\usepackage{graphicx,url}
\usepackage{float}
\usepackage{hyperref}
\usepackage[brazil]{babel}
\usepackage[backend=biber, style=numeric, sorting=ynt]{biblatex}
\addbibresource{bibliography.bib}
\graphicspath{ {./images/} }
\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) \\
Campus Sabará | 34.590-390 | Sabará | MG | Brasil
\email{leo@leomurca.xyz, carlos.junior@ifmg.edu.br}
}
\begin{document}
\maketitle
\begin{abstract}
TODO
\end{abstract}
\input{sections/introducao.tex}
\input{sections/referencial-teorico.tex}
\input{sections/metodologia.tex}
\printbibliography
\end{document}