From f2add53fe8c64aa5edcff6eb672dea4831c66691 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Mar 2019 21:54:15 +0000 Subject: brandeis-problemset (31mar19) git-svn-id: svn://tug.org/texlive/trunk@50678 c570f23f-e606-0410-a88d-b1316a301751 --- .../brandeis-problemset/brandeis-problemset.cls | 2 +- .../brandeis-problemset/brandeis-problemset.sty | 23 ++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/tex/latex/brandeis-problemset') 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} -- cgit v1.2.3