Changes

Jump to navigation Jump to search
== Step 4: Using ConTeXt ==
Open SciTE. Open a ConTeXt document (if you have any) or try with a simple "Hello world":
<pre>
\starttext
 
Hello, world!
 
\stoptext
</pre>
 
If you feel courageous, switch encoding to UTF-8 (if you haven't forced your SciTE to do it) and do it in Finnish (just cut and paste from below, if your keyboard doesn't do diacritics):
 
<pre>
\starttext
 
Päivää, maailma!
 
\stoptext
</pre>
 
Or, even better, do it in Russian:
 
<pre>
\starttext
 
привет мир
 
\stoptext
</pre>
 
 
Now you have a simple ConTeXt document. Press Ctrl+1 (or go to ''Tools'' and then ''Process TeX file''), sit back and watch. If everything was done right, you'll end up with your new pdf in your Acrobat Reader.
== Additional configuration ==
102

edits

Navigation menu