Files
FSI/relatorio/relatorio.tex
Vasco 7a488811fe ca
2026-04-20 12:12:14 +01:00

44 lines
877 B
TeX

\documentclass[12pt,a4paper]{article}
\usepackage[portuguese]{babel}
\usepackage[lining]{ebgaramond}
\usepackage{listings}
\lstdefinestyle{mystyle}{
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
\title{Practical Assignment \#2}
\author{
João Neto -- 2023234004\\[1em]
Vasco Alves -- 2022228207
}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{Introduction}
Introdução!!!!
\begin{lstlisting}[language=bash]
hmmmm
\end{lstlisting}
\section{Conclusion}
Conclusão!!!
\end{document}