diff --git a/CHANGELOG.md b/CHANGELOG.md index 378739343a0b9fbc10a2ce46975345659fbecafd..1d9a7f9db827613db1904bee2a124939441a10fb 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 925b2adb3b6c28d76d6a82509c9709c52a4c4998..08578cc9247e50742784fb13e949ec798498b134 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 ec2785cdcab13feaad2122782f0eebdf62259548..054ac77491cd3be919a94709af88ed03909bd7c1 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