summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/math/math-framing-001.tex
blob: 5081b8ad2b58db44ae7dd441ebc48520eb69cdb1 (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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\setuplayout[topspace=5mm,bottomspace=5mm,height=middle,header=1cm,footer=0cm]

\starttext

\startbuffer[sample]
    \enabletrackers[formulas.framed] \showboxes
    \startformula
        e = mc^2
    \stopformula
    \par
    \startformula
        e = mc^2
    \stopformula
    \startformula
        e = mc^2
    \stopformula
    \startformula
        e \dorecurse{12} { = mc^2 }
    \stopformula
    \startplaceformula
        \startformula
            e = mc^2
        \stopformula
    \stopplaceformula
    \startplaceformula
        \startformula
            e \dorecurse{12} { = mc^2 }
        \stopformula
    \stopplaceformula
\stopbuffer

\startbuffer[setup-b]
\setupformula
  [option=frame]
\stopbuffer

\startbuffer[setup-d]
\setupformulaframed
  [frame=on,
  %toffset=10pt,
  %boffset=10pt,
   foregroundcolor=white,
   background=color,
   backgroundcolor=gray]
\stopbuffer

\startbuffer[setup-c]
\setupformula
  [frame=number]
\stopbuffer

\startbuffer[all]
\start
    \typebuffer[setup-a]
    \getbuffer[setup-a]
    \getbuffer[sample]
    \typebuffer[setup-b]
    \typebuffer[setup-d]
    \getbuffer[setup-b]
    \getbuffer[setup-d]
    \getbuffer[sample]
    \typebuffer[setup-c]
    \getbuffer[setup-c]
    \getbuffer[sample]
    \page
\stop
\stopbuffer

\startbuffer
    \startbuffer[setup-a]
    \setupformula
      [align=flushleft]
    \stopbuffer
    \getbuffer[all]
    \startbuffer[setup-a]
    \setupformula
      [align=flushleft,location=left]
    \stopbuffer
    \getbuffer[all]

    \startbuffer[setup-a]
    \setupformula
      [align=middle]
    \stopbuffer
    \getbuffer[all]
    \startbuffer[setup-a]
    \setupformula
      [align=middle,location=left]
    \stopbuffer
    \getbuffer[all]

    \startbuffer[setup-a]
    \setupformula
      [align=flushright]
    \stopbuffer
    \getbuffer[all]
    \startbuffer[setup-a]
    \setupformula
      [align=flushright,location=left]
    \stopbuffer
    \getbuffer[all]
\stopbuffer

\getbuffer

\startbuffer[setup-b]
\setupformula
  [option={tight,frame}]
\stopbuffer

\getbuffer

\stoptext