Changes

Jump to navigation Jump to search
69 bytes added ,  21:28, 24 August 2004
changed tt into cmd and some small stuff
<pre>
% the first line can hold texexec's command line options
\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.
\starttext
</pre>
* '''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.* '''language''' is the language of your text. Besides <ttcmd>\mainlanguage</ttcmd> there's also <ttcmd>\language</ttcmd> to switch temporarily.* '''quotation''': use logical markup instead of specified signs! You get single quotes with <ttcmd>\quote</ttcmd>. Use You can use <ttcmd>\startquotation </cmd> ... \<cmd>stopquotation</ttcmd> for longer quotes.* '''em''': again, logical markup! say "<ttcmd>em</ttcmd>phasized" instead of bold or italics. Remember, it's a switch, not a command! (Not <tt>\em{bla}</tt>, but <tt>{\em bla}.)

Navigation menu