summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/sources/general/manuals/musings/musings-style.tex
blob: 5ed934f2fb293d4d82e50da953e756d579283d2e (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
\startenvironment musings-style

\usemodule[abr-04]

\setupbodyfont
  [pagella]

\setuplayout
  [topspace=2cm,
   header=0pt,
   footer=1.5cm,
   bottomspace=1cm,
   width=middle,
   height=middle]

% \definecolor[maincolor] [darkyellow]
% \definecolor[extracolor][darkblue]

\definecolor[maincolor] [middleorange]
\definecolor[extracolor][middleblue]

\setuptype
  [color=maincolor]

\setuptyping
  [color=maincolor]

\setuphead
  [color=maincolor]

\setuphead
  [chapter]
  [style=\bfd]

\setuphead
  [chapter]
  [after={\blank[3*line]},
   align=flushright,
   command=\ChapterCommand]

\starttexdefinition unexpanded ChapterCommand#1#2
    \hbox to \textwidth {
        \hss
        % title
        #2
        \doifmode {*sectionnumber} {
            % distance
            \hskip10mm
            % number
            \struttedbox{\offset[x=-1mm,y=2.5mm]{\scale[height=2cm]{#1}}}
        }
    }
\stoptexdefinition

\setuphead
  [section]
  [style=\bfb]

\setuphead
  [subsection]
  [style=\bf,
   before=\blank,
   after=\blank]

\setuppagenumbering
  [alternative=doublesided]

\setupfootertexts
  [][{\getmarking[chapter]\hbox to 2em{\hss\pagenumber}}]
  [{\hbox to 2em{\pagenumber\hss}\getmarking[chapter]}][]

\setupwhitespace
  [big]

\setuplist
  [chapter]
  [width=3em,
   before={\testpage[3]\blank},
   after={\blank[samepage]},
   color=maincolor,
   style=bold]

\setuplist
  [section]
  [width=3em,
   before={\blank[nowhite]},
   after={\blank[nowhite]}]

% \logo [MATHTYPE] {MathType}
% \logo [SYNCTEX]  {Sync\TeX}

\stopenvironment