Changes

Jump to navigation Jump to search
3,875 bytes added ,  18:28, 27 November 2005
preliminary instructions for ConTeXt installation under windows (many TODOs still there - please help editing)
In order to be able to run ConTeXt under Windows, you will need the following:
* a stand-alone ConTeXt distribution or any other TeX distribution (such as MikTeX, TeX Live, ... )
* Perl, Ruby and GhostScript
* some text editor
* PDF viewer (Adobe Reader, GSview or any other)

== Which ConTeXt distribution to choose? ==

You have to bear in mind that ConTeXt is being developed reasonably fast (see [[Release Notes]]), so it's recommended to update it regulary.

=== Stand-alone ConTeXt distribution ===

* http://www.pragma-ade.com/download-1.htm

Good reasons for choosing the stand-alone distribution are:
* you don't need LaTeX
* you always want to have the very latest ConTeXt distribution
* ''... write some more''

{{todo|also installation instructions for stand-alone since it's not very intuitive; also explain how to choose which ConTeX to execute in case there is also MikTeX ot TeX Live installed; explain the best way for updating}}

=== MikTeX ===

* http://www.miktex.org/

MikTeX is probably the easiest and most recommended solution for newbies or for those who have already been using LaTeX and don't want to install anything else. MikTeX is very user-friendly, updating is very easy.

However, some more experienced users may not always be happy with it:
* using fonts doesn't always work as expected (or at least different than in the stand-alone distribution)
* ConTeXt format is usually recent, but not always the latest
* it's difficult to change the source of ConTeXt core (for the sake of experimenting) and remake formats '''(if anyone doesn't agree here, please explain how you did it)'''

{{todo|write which "packages" from MikTeX are needed to make ConTeXt work}}

=== TeX Live ===

* http://www.tug.org/texlive/

{{todo|can someone with any experience write something about it?}}

== Installing Perl and Ruby ==

* http://www.activestate.com/Products/ActivePerl/
* http://www.ruby-lang.org/

You need the two scripting languages in other operating systems as well, but installing them under Windows may be a bit less intuitive for a newbie than under Linux.

You can download ActivePerl [http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl here] and Ruby [http://rubyinstaller.rubyforge.org/wiki/wiki.pl here].

After installing them (remember the folder where you've put them!) you have to check if both executables are included in the PATH. Open the command line (''Start'' -> ''Run'' ... -> type '''<code>cmd</code>''' or '''<code>command</code>''') and check if
perl --version
and
ruby --version
work OK.

If windows complains about ''"Command not found"'', go to the ''Control Panel'' -> ''System'' ... (<b>Can please someone with English version of Windows write the exact procedure how to add ruby & perl to PATH variable?</b>)

== Installing GhostScript ==

* http://www.cs.wisc.edu/~ghost/
* http://www.ghostscript.com/

If you already worked with (La)TeX before, you probably already have it installed. Try
gswin32 --version

You have to download GhostScript (filename '''<code>gs851w32.exe</code>''' or a similar one) and preferrably GSview as well ('''<code>gsv47w32.exe</code>''' or similar). Be sure to include the executables (folder where gswin32.exe is located) into the PATH variable.

== Choosing a text editor & compiling ==

{{todo|for those who come from Word}}

== Other useful software ==

Assuming that you already have Adobe Reader (if not, you can get it [http://www.adobe.com/products/acrobat/readstep2.html here]; you don't need it to compile your documents, but at least to see the results), there is still some software still worth mentioning.

=== PStoEDIT ===

TODO

Only needed in order to be able to use some advanced features such as those mentioned in [[manual:mmakempy.pdf|METAPOST outlines]]

=== See also ... ===

* [[LilyPond]]
* [[Font Tools]]
* ... ?

[[Category:Installation]]

Navigation menu