summaryrefslogtreecommitdiff
path: root/tex/context/sample/common/welcome-to-context.tex
blob: 3e491389bfade26a750ccc678d639481ff52bb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\setupbodyfont[pagella]

\starttext

\startTEXpage[offset=1ex,background=color,backgroundcolor=darkgray,align=middle]
  \ifcase\contextlmtxmode
    {\red    Welcome}
    {\white  to}
    {\blue   \ConTeXt}
    {\orange \MKIV}
  \else
    {\red    welcome}
    {\white  to}
    {\blue   context}
    {\orange lmtx}
  \fi
\stopTEXpage

\stoptext