From f8ee819041d7ca91f0d77fca64a828ac8a7559f6 Mon Sep 17 00:00:00 2001 From: Jan Wille <mail@janwille.de> Date: Mon, 29 Apr 2024 14:33:48 +0200 Subject: [PATCH] missing comma caused `faculty=1` to not work closes #18 --- CHANGELOG.md | 4 ++++ src/HsH-classes.dtx | 4 +++- src/HsH-classes.pdf | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3787393..1d9a7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Current] +### Fixed + +- missing comma caused \opt{1} to not work (#18) + ## [3.1] ### Fixed diff --git a/src/HsH-classes.dtx b/src/HsH-classes.dtx index 925b2ad..08578cc 100644 --- a/src/HsH-classes.dtx +++ b/src/HsH-classes.dtx @@ -792,11 +792,13 @@ http://www.latex-project.org/lppl.txt % \end{macro} % % \begin{option}{faculty} +% \changes{v3.02}{2024-04-29}{missing comma caused \opt{1} to not work} +% % The \opt{faculty} options is once again a \emph{Numerical} option, mapping the five % faculties and storeing the selected one in |\HsH@opt@faculty|. % \begin{macrocode} \FamilyNumericalKey{HsH}{faculty}{HsH@opt@faculty}{% - {0}{1}, {none}{1}, {false}{1}, {off}{1}% + {0}{1}, {none}{1}, {false}{1}, {off}{1},% {1}{2}, {f1}{2},% {2}{3}, {f2}{3},% {3}{4}, {f3}{4},% diff --git a/src/HsH-classes.pdf b/src/HsH-classes.pdf index ec2785c..054ac77 100644 --- a/src/HsH-classes.pdf +++ b/src/HsH-classes.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6bf93e1dd3e6fbd4681d44039dd668ac9ed746d484da31d21a5644362789354 -size 316845 +oid sha256:7a44256d48925c0d383248d4107f595e2409872359c7c1193781deb73ecb52e3 +size 317320 -- GitLab