如何修改计数器的值?

如何修改计数器的值?

我认为使用 TikZ 自定义日历很有用!

答案1

\usepackage{intcalc}
\newcounter{mycounter}
\setcounter{mycounter}{5}
\intcalcMod{\themycounter}{2} % =1

相关内容