diff options
author | Norbert Preining <norbert@preining.info> | 2023-01-16 03:03:27 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-01-16 03:03:27 +0000 |
commit | 6f9e1680085e7bb4d258f6f8116369d122e196e1 (patch) | |
tree | 9ac0ecb239240d1d672b188f29c1479de215074b /graphics/pgf/base/tex/context/utilities/t-pgfcal.tex | |
parent | b8345f39630408bb198e7636381ce4240154ca9b (diff) |
CTAN sync 202301160303
Diffstat (limited to 'graphics/pgf/base/tex/context/utilities/t-pgfcal.tex')
-rw-r--r-- | graphics/pgf/base/tex/context/utilities/t-pgfcal.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/pgf/base/tex/context/utilities/t-pgfcal.tex b/graphics/pgf/base/tex/context/utilities/t-pgfcal.tex new file mode 100644 index 0000000000..16e65ab6dc --- /dev/null +++ b/graphics/pgf/base/tex/context/utilities/t-pgfcal.tex @@ -0,0 +1,37 @@ +% Copyright 2018 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% See the file doc/generic/pgf/licenses/LICENSE for more details. + +% ConTeXt module pgfcalendar. +\writestatus{loading}{ConTeXt User Module / pgfcalendar} + +\unprotect +\startmodule[pgfcal] + + +\ifx\pgfcalendardefined\undefined +\let\pgfcalendardefined=\relax + +\input t-pgfrcs.tex + +\edef\pgfcalendaratcode{\the\catcode`\@} +\edef\pgfcalendarbarcode{\the\catcode`\|} +\catcode`\@=11 +\catcode`\|=12 + +\input pgfcalendar.code.tex + +\catcode`\@=\pgfcalendaratcode +\catcode`\|=\pgfcalendarbarcode + +\fi + +\stopmodule + +\protect +\endinput |