Skip to content

Commit

Permalink
enigma 0 (template)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldubois98 committed Dec 18, 2024
1 parent fa5b48e commit 8cd4e3c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Binary file added enigmas/00enigma_template.pdf
Binary file not shown.
35 changes: 35 additions & 0 deletions enigmas/00enigma_template.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
\documentclass[a4paper, top=10mm]{article}
%for writing from the top
\usepackage{fullpage}
%for math
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{amsthm}
%for images
\usepackage{graphicx}
%for color
\usepackage{xcolor}
%for title
\title{\textbf{\huge{Title}}}
\author{Enigma n\textsuperscript{o}X}
\date{19\textsuperscript{th} December 2024}

\newtheorem*{hint}{Hint}

\addtolength{\voffset}{-2cm}
\addtolength{\textheight}{5cm}


\begin{document}
\maketitle

[statement...]

\begin{center}
\includegraphics[height=200pt]{00example.png}\\
Legend
\end{center}

[question...]

\end{document}
Binary file added enigmas/00example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cd4e3c

Please sign in to comment.