blob: 7815086dbfacfffd1c7588c469de40d0156225ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%D \module
%D [ file=buff-imp-nested,
%D version=2010.10.19,
%D title=\CONTEXT\ Visualizer Macros,
%D subtitle=Nested,
%D author=Hans Hagen,
%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.
\registerctxluafile{buff-imp-nested.lua}{1.001}
\unprotect
\unexpanded\def\donestedtypingstart{\bgroup\swaptypeface{}}
\unexpanded\def\donestedtypingstop {\egroup{}}
\protect \endinput
|