diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/modules/mkiv/x-setups.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/modules/mkiv/x-setups.mkiv | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/modules/mkiv/x-setups.mkiv b/Master/texmf-dist/tex/context/modules/mkiv/x-setups.mkiv new file mode 100644 index 00000000000..0de32b2788f --- /dev/null +++ b/Master/texmf-dist/tex/context/modules/mkiv/x-setups.mkiv @@ -0,0 +1,28 @@ +%D \module +%D [ file=setups, +%D version=2016.04.05, +%D title=\CONTEXT\ Setup Definitions, +%D subtitle=Main loader, +%D author={Hans Hagen & Wolfgang Schuster}, +%D date=\currentdate, +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +\usemodule[setups-basics] + +\loadsetups[i-context] + +\continueifinputfile{x-setups.mkiv} + +\starttext + +test \blank[small] test + +\showsetup[framed] + +\showsetup[setupframed] + +\stoptext |