summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fontscale/beery.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fontscale/beery.cls')
-rw-r--r--macros/latex/contrib/fontscale/beery.cls14
1 files changed, 13 insertions, 1 deletions
diff --git a/macros/latex/contrib/fontscale/beery.cls b/macros/latex/contrib/fontscale/beery.cls
index 9656a8b93d..51bad377c0 100644
--- a/macros/latex/contrib/fontscale/beery.cls
+++ b/macros/latex/contrib/fontscale/beery.cls
@@ -4,7 +4,7 @@
\NeedsTeXFormat{LaTeX2e}[2023-11-01]
\ProvidesExplClass
{beery}
- {2024-11-25}
+ {2024-12-09}
{}
{}
@@ -21,6 +21,18 @@
\RequirePackage { csquotes }
\RequirePackage { lmodern }
+\RequirePackage { tcolorbox }
+\tcbuselibrary { breakable }
+\NewTColorBox { mydisplaycode } { }
+ {
+ size = minimal
+ , left = 2pt
+ , right = 2pt
+ , top = 2pt
+ , bottom = 2pt
+ , breakable
+ }
+
% CUSTOM MACROS
\tl_const:Nn \c_beery_alphabet_tl { abcdefghijklmnopqrstuvwxyz }