summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/brandeis-problemset
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-04 22:47:43 +0000
committerKarl Berry <karl@freefriends.org>2019-05-04 22:47:43 +0000
commitac0365c90c1a699dbeec97f32337a21710c46350 (patch)
tree115362b628f7043bd70705e75cf9dbdcbd425da7 /Master/texmf-dist/tex/latex/brandeis-problemset
parent503dbd37c270d5dd03647fb7a36058bf830315bc (diff)
brandeis-problemset (16apr19)
git-svn-id: svn://tug.org/texlive/trunk@50991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/brandeis-problemset')
-rw-r--r--Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.cls24
-rw-r--r--Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty2
2 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.cls b/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.cls
index 05c8a947463..3d18eea40e7 100644
--- a/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.cls
+++ b/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.cls
@@ -1,4 +1,4 @@
-\ProvidesClass{brandeis-problemset}[2019/04/02 0.5.4 COSI problem sets at
+\ProvidesClass{brandeis-problemset}[2019/04/15 0.5.5 COSI problem sets at
Brandeis University]
\NeedsTeXFormat{LaTeX2e}
% Description: A document class for Brandeis University's computer science
@@ -59,6 +59,7 @@
\bps@comploption{antonella}
\bps@comploption{math}
+\bps@comploption[true]{fonts}
\DeclareDefaultOption{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessKeyvalOptions*
@@ -96,8 +97,20 @@
bmargin=1.5in,
]{geometry}
+% math
+\ifbps@math
+ % see note below
+ \RequirePackage{mathtools}
+
+ % for whatever reason, redefining this before the \begin{document}
+ % has no effect
+ \AtBeginDocument{\renewcommand{\Re}{\mathbb{R}}}
+\fi
+
% fonts
% NOTE: The order these packages are loaded in is very important.
+% - mathtools has to be loaded before these or overbrackets and such get
+% messed up
% - unicode-math overwrites a bunch of commands, so should be loaded after
% amsmath and others
% - amsmath should be loaded after stix2 (not sure why, but the stix2
@@ -144,15 +157,6 @@
\fi
\fi
-% math
-\ifbps@math
- \RequirePackage{mathtools}
-
- % for whatever reason, redefining this before the \begin{document}
- % has no effect
- \AtBeginDocument{\renewcommand{\Re}{\mathbb{R}}}
-\fi
-
\ifbps@antonella
\instructor{Dr.~Antonella DiLillio}
\iffontspec@ok
diff --git a/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty b/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty
index 602f9b4d9ca..209138d3909 100644
--- a/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty
+++ b/Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty
@@ -1,4 +1,4 @@
-\ProvidesPackage{brandeis-problemset}[2019/04/02 0.5.4 Commands for COSI
+\ProvidesPackage{brandeis-problemset}[2019/04/15 0.5.5 Commands for COSI
problem sets at Brandeis University]
\NeedsTeXFormat{LaTeX2e}