summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/brandeis-problemset
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-31 21:54:15 +0000
committerKarl Berry <karl@freefriends.org>2019-03-31 21:54:15 +0000
commitf2add53fe8c64aa5edcff6eb672dea4831c66691 (patch)
tree2f1d6d35d05771545c8d35bbbc727e4186926305 /Master/texmf-dist/tex/latex/brandeis-problemset
parent50c40ff41b83169b6fb7137aeba8baeeaeaa97ab (diff)
brandeis-problemset (31mar19)
git-svn-id: svn://tug.org/texlive/trunk@50678 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.cls2
-rw-r--r--Master/texmf-dist/tex/latex/brandeis-problemset/brandeis-problemset.sty23
2 files changed, 14 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 77649e0f814..1abfe89e936 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/03/13 0.5.2 COSI problem sets at
+\ProvidesClass{brandeis-problemset}[2019/03/30 0.5.3 COSI problem sets at
Brandeis University]
\NeedsTeXFormat{LaTeX2e}
% Description: A document class for Brandeis University's computer science
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 e071d53a7b4..6cdeb03f06e 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/03/13 0.5.2 Commands for COSI
+\ProvidesPackage{brandeis-problemset}[2019/03/30 0.5.3 Commands for COSI
problem sets at Brandeis University]
\NeedsTeXFormat{LaTeX2e}
@@ -339,10 +339,11 @@
\newcommand{\bps@problemkeys}[2]{%
\expandafter\newlength\csname bps@#1indent\endcsname
\expandafter\setlength\csname bps@#1indent\endcsname{1in}%
- \expandafter\def\csname bps@#1@title\endcsname{}%
+ \expandafter\def\csname bps@#1@title\endcsname{%
+ \@ifundefined{cmdKV@#1@title}%
+ {}%
+ {: \csname cmdKV@#1@title\endcsname}}%
\expandafter\def\csname bps@#1@number\endcsname{\arabic{#1number}}%
- \define@key{#1}{title}{%
- \expandafter\renewcommand{\csname bps@#1@title\endcsname}{: #1}}%
\expandafter\def\csname bps@#1pagebreak\endcsname{%
\csname ifKV@#1@pagebreak\endcsname
\vfill\pagebreak
@@ -354,7 +355,7 @@
*%
\fi}%
\define@boolkey{#1}{toc}[true]{}%
- \define@cmdkeys{#1}{number, label}%
+ \define@cmdkeys{#1}{number, label, title}%
\presetkeys{#1}{pagebreak=#2, toc}{}%
}
@@ -379,13 +380,15 @@
\@ifundefined{cmdKV@#1@number}{%
\stepcounter{#1number}%
}{%
- \expandafter\let\csname bps@#1@number\expandafter\endcsname
- \csname cmdKV@#1@number\endcsname
+ \expandafter\def\csname bps@#1@number\endcsname
+ {\expandafter\noexpand\csname cmdKV@#1@number\endcsname}%
}%
% define labels for \ref and the like
- \edef\@currentlabel{#2}%
- \edef\bps@problem@title@{Problem \@currentlabel\csname bps@#1@title\endcsname}
- \edef\@currentlabelname{\bps@problem@title@}%
+ \def\@currentlabel{#2}%
+ \edef\bps@problem@title@{Problem
+ \@currentlabel% the problem number
+ \expandafter\noexpand\csname bps@#1@title\endcsname}
+ \def\@currentlabelname{\bps@problem@title@}%
% no spaces or numbers before the \section command
\renewcommand{\@seccntformat}[1]{}%
\typeout{\@currentlabelname}