feat: add ecogr essay topic

This commit is contained in:
Krzysztof Rudnicki 2022-12-21 09:40:51 +01:00
parent 5ec7f0388b
commit eac2a18bea
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,14 @@
\documentclass{report}
\usepackage{amsmath}
\newcommand{\Mod}[1]{\ (\mathrm{mod}\ #1)}
\begin{document}
My student number is \textbf{307585} \\
My student number mod 8 is equal to:
\[ 307585 \mod 8 \]
My topic is topic number \textbf{1} \\
Topic number 1 is \textbf{Filling Algorithms} \\
My topic is \textbf{Filling Algorithms}
\end{document}