- Make all packages Expl3.

- Replace ifthen dependency with wrappers for Latex3 conditionals.
- Debug CrossRef and WrapBoxout.
This commit is contained in:
2025-09-18 16:51:12 -05:00
parent 72ab67463b
commit e2a0277635
21 changed files with 278 additions and 183 deletions

View File

@@ -3,11 +3,11 @@
\RequirePackage{ifthen}
\newboolean{isDarkMode}
\setboolean{isDarkMode}{false}
\bool_new:N \isDarkMode
\bool_set_false:N \isDarkMode
\DeclareOption{darkmode}{
\setboolean{isDarkMode}{true}
\bool_set_true:N \isDarkMode
}
\DeclareOption{showoverfull}{