mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 12:43:04 +02:00
feat: add ecogr essay topic
This commit is contained in:
parent
14547fe12c
commit
28108a6c7c
BIN
NotProgramming/ECOGR/essay/essay.pdf
Normal file
BIN
NotProgramming/ECOGR/essay/essay.pdf
Normal file
Binary file not shown.
14
NotProgramming/ECOGR/essay/essay.tex
Normal file
14
NotProgramming/ECOGR/essay/essay.tex
Normal 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}
|
||||
Loading…
Reference in New Issue
Block a user