summaryrefslogtreecommitdiff
path: root/tex/context/sample/common/welcome-to-context.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/sample/common/welcome-to-context.tex')
-rw-r--r--tex/context/sample/common/welcome-to-context.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/tex/context/sample/common/welcome-to-context.tex b/tex/context/sample/common/welcome-to-context.tex
new file mode 100644
index 000000000..3e491389b
--- /dev/null
+++ b/tex/context/sample/common/welcome-to-context.tex
@@ -0,0 +1,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