blob: e40ee2ad10a7fe24f9273bead35312d516a052c5 (
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
50
|
%D \module
%D [ file=setups-proofing,
%D version=2016.04.05,
%D title=\CONTEXT\ Setup Definitions,
%D subtitle=Macro Definitions,
%D author={Hans Hagen & Wolfgang Schuster},
%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.
% <?context-directive job ctxfile x-setups.ctx ?>
\usemodule[x][setups-basics]
\unprotect
\loadsetups
[\jobname.xml]
\setupbodyfont
[10pt]
\setuplayout
[\c!width=middle,
\c!topspace=1cm,
\c!bottomspace=1cm,
\c!backspace=1cm,
\c!cutspace=1cm,
\c!footer=0pt,
\c!header=1cm]
\setuplayout
[\v!middle]
\setupframedtext
[setuptext]
[\c!background=setupfilename]
\protect
\starttext
\loadsetups[i-common-definitions]
\placeeverysetup
\stoptext
|