summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-ini.mkiv
blob: 1c2d6617a5356a9a97917a59424f38faffdfde73 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%D \module
%D   [       file=typo-ini,
%D        version=2000.16.09,
%D          title=\CONTEXT\ Typographic Macros,
%D       subtitle=Initialization,
%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.

%D Since \CONTEXT\ is dealing with typographics, isn't
%D September 2000 a bit late to start writing this module? It
%D may seem so, but since more and more languages are
%D supported, we think it is time to isolate language specific
%D typographic extensions in modules. The first language that
%D demands this is Chinese, and more will follow.

\writestatus{loading}{ConTeXt Typographic Macros / Initialization}

\registerctxluafile{typo-ini}{1.001}

\unprotect

% This will be done differently:
%
% %D \macros
% %D   {ifvertical}
% %D
% %D The following switch can be used to signal macros that they
% %D should adapt their behaviour.
%
% \newif\ifvertical % maybe also ifreverse
%
% %D \macros
% %D   {vhbox}
% %D
% %D A stupid but useful macro.
%
% \def\vhbox{\ifvertical\vbox\else\hbox\fi}

%D \macros
%D   {everyresettypesetting}

\newtoks\everyresettypesetting

\protect \endinput