mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 12:43:04 +02:00
14 lines
354 B
TeX
14 lines
354 B
TeX
\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 = 1 \]
|
|
My topic is topic number \textbf{1} \\
|
|
Topic number 1 is \textbf{Filling Algorithms} \\
|
|
My topic is \textbf{Filling Algorithms}
|
|
|
|
\end{document} |