-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprelude.tex
More file actions
35 lines (28 loc) · 726 Bytes
/
Copy pathprelude.tex
File metadata and controls
35 lines (28 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\documentclass[answers]{exam}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathrsfs}
\renewcommand{\qedsymbol}{$\blacksquare$}
\usepackage[shortlabels]{enumitem}
\setlist[itemize]{label=\textbullet}
\usepackage[french]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{todonotes}
%%% this part allows todo notes inside the solution boxes
\let\todox\todo
\renewcommand\todo[1]{\todox[inline]{#1}}
%%%%
\usepackage{float}
\usepackage{graphicx}
\newcommand{\imagefloat}[2]{
\begin{figure}[H]
\centering
\includegraphics[width= #2 \textwidth]{#1}
\end{figure}
}
\usepackage{hyperref}
\usepackage{datetime}