Discussion:
kalendarium package
(too old to reply)
Jens-Olaf Lindermann
2024-10-09 12:27:57 UTC
Permalink
Seems that kalendarium is abandoned. I want to use it but get an error
message 'undefined control sequence'. Any ideas to use the package anyway?

J


Here is my mwe (or M-n-WE)

\documentclass{scrbook}
\usepackage{fontspec}
\usepackage[abbreviate=false,dayfmt=latin,era=auc]{kalendarium}
\begin{document}

\KalDate{2022}{2}{2}

\end{document}
--
PGP-Key available
8923 F718 CFC1 9490 6711 0D3B 17A5 0634 6B71 A0DF
Ulrike Fischer
2024-10-10 11:52:01 UTC
Permalink
Post by Jens-Olaf Lindermann
Seems that kalendarium is abandoned.
Did you try to contact the author?
Post by Jens-Olaf Lindermann
I want to use it but get an error
message 'undefined control sequence'. Any ideas to use the package anyway?
you can try

\ExplSyntaxOn
\cs_set_eq:NN \str_case_x:nn \str_case_e:nn
\prg_new_eq_conditional:NNn \str_case_x:nn \str_case_e:nn {T,F,TF}
\ExplSyntaxOff
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
Jens-Olaf Lindermann
2024-10-10 12:22:59 UTC
Permalink
Hi Ulrike
Post by Ulrike Fischer
Did you try to contact the author?
yes – first step. But no answer for about three weeks.
Post by Ulrike Fischer
\ExplSyntaxOn
\cs_set_eq:NN \str_case_x:nn \str_case_e:nn
\prg_new_eq_conditional:NNn \str_case_x:nn \str_case_e:nn {T,F,TF}
\ExplSyntaxOff
Many many thanks Ulrike!
--
PGP-Key available
8923 F718 CFC1 9490 6711 0D3B 17A5 0634 6B71 A0DF
Loading...