Skip to content
Snippets Groups Projects
Commit f8ee8190 authored by Jan Wille's avatar Jan Wille
Browse files

missing comma caused `faculty=1` to not work

closes #18
parent 9f84c4c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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},%
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment