40 lines
857 B
TeX
40 lines
857 B
TeX
\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}
|