diff options
author | Norbert Preining <norbert@preining.info> | 2024-12-10 03:03:14 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-12-10 03:03:14 +0000 |
commit | 4b8f9bbab70d3795b3fca6c333d0287c83187a3a (patch) | |
tree | 5f70011ee7eba83c1dbd56df375cd0884854df04 /macros/latex/contrib/fontscale/beery.cls | |
parent | c6f62b747db710a4daa4a422ac4f125847c88ac4 (diff) |
CTAN sync 202412100303
Diffstat (limited to 'macros/latex/contrib/fontscale/beery.cls')
-rw-r--r-- | macros/latex/contrib/fontscale/beery.cls | 14 |
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 } |