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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
%D \module
%D [ file=spac-def,
%D version=2009.10.16, % 1997.03.31, was core-spa.tex
%D title=\CONTEXT\ Spacing Macros,
%D subtitle=Definitions,
%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 Spacing Macros / Definitions}
% Ideally these definitions should be moved to where they first appear and
% this will happen at some point.
\unprotect
% maybe \everysynchronizeglobalspacing
% maybe \everysynchronizelocalspacing
\appendtoks
\forgetverticalstretch
\presetnormallineheight
\setnormalbaselines % check if redundant (\forgetverticalstretch does it too)
\setstrut % check if redundant (\forgetverticalstretch does it too)
\settopskip % factors set in \forgetverticalstretch
\setmaxdepth % factors set in \forgetverticalstretch
\synchronizeindenting
\synchronizeblank
\synchronizewhitespace
\synchronizespacecodes % not needed, frozen factors
\setrelativeinterlinespace
\to \everybodyfont
% why exception
\appendtoks
\updateraggedskips % under test
\to \everyfontswitch
% maybe more
\prependtoks
\let\par\normalpar
\to \everybeforepagebody % see \fillinline (was endgraf)
% needs checking:
\appendtoks
\synchronizespacecodes
\to \everydefinedfont % not needed, frozen factors
\setupinterlinespace
[\c!minheight=\zeropoint, % only special purpose
\c!mindepth=\zeropoint, % only special purpose
\c!height=.72,
\c!depth=.28,
\c!top=1.0,
\c!bottom=0.4,
\c!distance=\onepoint, % \dimexpr\openlineheight/10\relax
\c!line=2.8\exheight,
\c!stretch=\zerocount,
\c!shrink=\zerocount]
\setupblank
[\v!big]
\setuptolerance
[\v!horizontal,\v!verystrict]
\setuptolerance
[\v!vertical,\v!strict]
\setupalign
[\v!bottom,
\v!width]
\setupspacing
[\v!packed]
\indenting
[\v!never]
\setupindenting
[\v!none]
\protect \endinput
|