1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23\startmodule [ s present phone ]
24
25\setupinteraction
26 [ state = start ]
27
28\definepapersize
29 [ phone ]
30 [ width = 1 0 8 . 0 pt ,
31 height = 1 9 2 . 0 pt ]
32
33\definelayout
34 [ phone ]
35 [ backspace = 3 pt ,
36 topspace = 6 pt ,
37 bottomspace = 3 pt ,
38 header = 0 pt ,
39 footer = 0 pt ,
40 bottom = 1 0 pt ,
41 bottomdistance = 5 pt ,
42 height = fit ,
43 width = middle ]
44
45\setuplayout
46 [ phone ]
47
48\setuppapersize
49 [ phone ]
50
51\setupbodyfont
52 [ dejavu , ss , 6 pt ]
53
54\setupalign
55 [ tolerant , flushleft ]
56
57\setupbackgrounds
58 [ page ]
59 [ background = color ,
60 backgroundcolor = maincolor ]
61
62\setupbackgrounds
63 [ bottom ]
64 [ text ]
65 [ background = color ,
66 backgroundcolor = othercolor ,
67 backgroundoffset = \backspace ]
68
69\definecolor [ maincolor ] [ r = . 7 , g = . 3 , b = 0 ]
70\definecolor [ othercolor ] [ r = 0 , g = . 3 , b = . 7 ]
71
72\setupcolors
73 [ textcolor = white ]
74
75\setupinteraction
76 [ menu = on ,
77 color = white ,
78 contrastcolor = white ]
79
80\setupinteractionmenu
81 [ bottom ]
82 [ state = start ,
83 style = \ss \bf ]
84
85\setupitemgroup
86 [ itemize ]
87 [ inbetween = { \blank [ medium ] } ]
88
89\startinteractionmenu [ bottom ]
90 \startgot [ previouspage ] \textminus \stopgot
91 \starttxt \getmarking [ section ] \stoptxt
92 \startgot [ nextpage ] \textplus \stopgot
93\stopinteractionmenu
94
95\setuphead
96 [ section ]
97 [ page = yes ,
98 before = ,
99 after = { \blank [ disable ] } ,
100 placehead = empty ]
101
102\stopmodule
103
104\continueifinputfile { s present phone . mkiv }
105
106\usemodule [ present common ]
107
108\inputpresentationfile { bachotex 2 0 1 6 bachotex 2 0 1 6 toolbox . tex }
109 |