aboutsummaryrefslogtreecommitdiff
path: root/common.sty
diff options
context:
space:
mode:
Diffstat (limited to 'common.sty')
-rw-r--r--common.sty25
1 files changed, 25 insertions, 0 deletions
diff --git a/common.sty b/common.sty
new file mode 100644
index 0000000..115e8b5
--- /dev/null
+++ b/common.sty
@@ -0,0 +1,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 \ No newline at end of file