-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworksheet.tex
42 lines (35 loc) · 845 Bytes
/
worksheet.tex
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
36
37
38
39
40
41
42
\documentclass[12pt, a4paper, addpoints]{exam}
\pagestyle{empty} % Suppress page numbers
\usepackage[top=15mm, bottom=20mm, left=5mm, right=5mm]{geometry}
\usepackage{amsmath} % For mathematical symbols
\usepackage{multicol} % For multi-column layout
\usepackage{pgfmath} % For math parsing and calculations
\usepackage{xcolor} % For color customization
\usepackage[margin=15mm]{geometry}
% Define the \expandbinomials command
\input{commands}
\newcommand{\verticalspace}{\vspace{26mm}}
\begin{document}
\section{Name me}
\begin{questions}
\Large
\question
\setlength{\columnsep}{20pt}
\begin{multicols}{3}
\begin{parts}
\part
\part
\part
\end{parts}
\end{multicols}
\question $B=A+C$
\setlength{\columnsep}{20pt}
\begin{multicols}{3}
\begin{parts}
\part
\part
\part
\end{parts}
\end{multicols}
\end{questions}
\end{document}