blob: d47f49037d7d3dbb5c8f5581caebbd3307d5eb3e (
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
|
%D \module
%D [ file=norm-alo,
%D version=2009.03.19,
%D title=\CONTEXT\ Norm Macros,
%D subtitle=\ALEPH\ and \OMEGA,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright=PRAGMA]
%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 This file will become obsolete!
% omega primitives
\let\textdir = \textdir
\let\pagedir = \pagedir
\let\mathdir = \mathdir
\let\pardir = \pardir
\let\bodydir = \bodydir
\let\leftghost = \leftghost
\let\rightghost = \rightghost
\let\localleftbox = \localleftbox
\let\localrightbox = \localrightbox
\let\localinterlinepenalty = \localinterlinepenalty
\let\localbrokenpenalty = \localbrokenpenalty
% aleph primitives
\let\boxdir = \boxdir
\let\pagebottomoffset = \pagebottomoffset
\let\pagerightoffset = \pagerightoffset
\endinput
|