Changes

Jump to navigation Jump to search
no edit summary
< [[Main Page]] | [[Second Step]] | [[Next Steps]] >== Modifying the output style ==
{{todo|mention MKII It is possible to change the style of the output by using appropriate ''setup'' commands in the preamble. For example, to make the section titles bold and IV and both texexec and context already at this step}}to use italic (rather than slanted) font for emphasized words, use
This page describes the fundamentals of using ConTeXt. It includes hands-on examples, and the instructions assume that you have ConTeXt <context mode="mkiv" source="yes" text="which gives">\setuphead[section][Installation hints|installedstyle=\bfa]\setupbodyfontenvironment[default]. If you don't want to install it yet, you can [http://live.contextgarden.net try it on the webem=italic].
Start by typing the following into a [[Text Editors|text editor]] and saving it as <code>hello.tex</code>:
 
<texcode>
\starttext
Hello World
\stoptext
</texcode>
 
Then go to the command-line and type:
 
<pre>
texexec hello.tex
</pre>
 
ConTeXt will then process your document. It will output some information, such as follows—this output does ''not'' indicate an error:
 
<pre><nowiki>
TeXExec | processing document 'hello.tex'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file hello.top
TeXExec | tex engine: pdfetex
TeXExec | tex format: cont-en
TeXExec | progname: context
This is pdfeTeXk, Version 3.141592-1.30.3-2.2 (Web2c 7.5.5)
\write18 enabled.
%&-line parsing enabled.
(c:\context\usr\local\context\tex\texmf-local/web2c/natural.tcx)
entering extended mode
(./hello.tex
 
ConTeXt ver: 2006.05.14 23:57 fmt: 2006.5.16 int: english mes: english
 
language : language en is active
<protectionstate 0>
...
</nowiki></pre>
 
Once <tt>texexec</tt> has finished, it will leave behind a file called <tt>hello.pdf</tt>. Open it and you will see a "Hello world" document.
 
<context source="no">
\starttext
Hello World\startsection[title={Testing ConTeXt}] This is my {\em first} ConTeXt document.\stopsection
\stoptext
</context>
[[Category:Basics]]&rarr; [[Second StepCategory:Sample documents]]
1,003

edits

Navigation menu