Changes

Jump to navigation Jump to search
480 bytes added ,  20:57, 8 October 2004
m
added sample
\stoptext
</texcode>
 
looks like:
 
<context>
\enableregime [il1] % choose input encoding: il1 is "ISO Latin 1" (ISO 8859-1), same as "win"
\mainlanguage [de] % language mode: changes typesetting rules, quote signs etc.
\setupbodyfontenvironment[default][em=italic] % ConTeXt's default \em is slanted, but italic is better
\starttext
Rotkäppchen:
\quotation{Aber Großmutter, warum hast du so große Augen?}
 
Der böse Wolf:
\quotation{Damit ich dich besser {\em sehen} kann!}
 
\stoptext
</context>
* '''regime''' is the input encoding, i.e. what you type, so that you can use accented characters (like umlauts in the example) directly. It depends on your language, your OS and the capabilities of your editor. Try "utf8" if your editor can process Unicode or "mac" (Mac Roman) on a Mac.

Navigation menu