blob: 9d8dd7c20c802b794df700075085f4db9b9dae13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
%D \module
%D [ file=typo-cap,
%D version=2009.03.27, % code moved from core-spa.mkiv
%D title=\CONTEXT\ Typesetting Macros,
%D subtitle=Capping,
%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.
\writestatus{loading}{ConTeXt Typesetting Macros / Characters}
\unprotect
%D Maybe we need a more clever system: either command or style mode etc. so
%D that we can avoid the grouped mess in a simple style switch.
\registerctxluafile{typo-chr}{1.001}
\unexpanded\def\removepunctuation{\clf_pickuppunctuation action {remove}\relax}
\unexpanded\def\pushpunctuation {\clf_pickuppunctuation action {push}\relax}
\unexpanded\def\poppunctuation {\clf_pickuppunctuation action {pop}\relax}
\protect
|