aboutsummaryrefslogtreecommitdiff
path: root/common.sty
blob: 115e8b567fe36f74d848aa62b01223f3b719b92c (plain)
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
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{common}[2013/01/13 Custom Package]

\renewcommand{\familydefault}{\sfdefault}

\ifdefined\showanswers
  \printanswers
\else
  \noprintanswers
\fi

\setlength{\droptitle}{-8em}

% Create a custom float for the key points section
\floatstyle{boxed}
\newfloat{keypoints}{tbhp}{lop}
\floatname{keypoints}{Key Points}

\setlength{\columnsep}{0.6in}

% use ' marks' instead of points
\pointname{\ marks}
\pointsdroppedatright

\endinput