summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/details/back-1.tex
blob: 5f51091848b41db5d5561ee68581be10a2cdcd47 (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
\environment back-0

\setupindenting[big]

\definecolumnset[two][n=3]
\definecolumnsetspan[test]

\definetextbackground[test]
  [background=color,
   backgroundcolor=gray]

\definetextbackground[more]
  [background=color,
   backgroundcolor=lightgray,
   alternative=1,rulethickness=2pt]

\dontcomplain

\starttext

\startcolumnset[two]

  \startcolumnsetspan[test]
    \input tufte
  \stopcolumnsetspan

  \starttextbackground[test]

  \input tufte \par

  \startnarrower

    \starttextbackground[more]

    \input tufte \par
    \input tufte \par
    \input tufte \par
    \input tufte \par
    \input tufte \par
    \input tufte

    \stoptextbackground

  \stopnarrower

  \stoptextbackground

  \input tufte

  \starttextbackground[more] \input tufte \stoptextbackground

  \starttextbackground[test] \input tufte \stoptextbackground

  \starttextbackground[more] \input tufte \stoptextbackground

\stopcolumnset

\stoptext