From 723b6ded0066651ac8521ce1320371c8430b1434 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 1 Apr 2014 19:10:41 +0100 Subject: Initial commit --- common.sty | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 common.sty (limited to 'common.sty') 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 -- cgit v1.2.3