Open main menu

Difference between revisions of "Related Programs"

m (Reverted edits by 59.18.162.115 (Talk); changed back to last version by Hraban)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
< [[Main Page]]
 
< [[Main Page]]
  
* [[Text editor]]s with ConTeXt support
+
* [[Text Editors]] with ConTeXt support
* [[Font Tools]] (see also [[Fonts]])
+
* [[Font Tools]]
 
* [[TeX Distributions]]
 
* [[TeX Distributions]]
 +
 +
== PDF-Reader ==
 +
* [http://en.wikipedia.org/wiki/Category:PDF_readers list of PDF-Reader on Wikipedia]
 +
* [http://pdfreaders.org/ list of free PDF-Readers]
 +
 +
== Ruby and Perl ==
 +
 +
* http://www.activestate.com/Products/ActivePerl/
 +
* http://www.ruby-lang.org or http://rubyinstaller.rubyforge.org
 +
 +
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] (automatic installation) or [http://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ here] (you need to extract files from zip and add ruby to PATH).
 +
 +
After installing check if these work OK:
 +
perl --version
 +
ruby --version
 +
 +
{{Installation navbox}}

Latest revision as of 18:52, 3 June 2020

PDF-Reader

Ruby and Perl

You can download ActivePerl here and Ruby here (automatic installation) or here (you need to extract files from zip and add ruby to PATH).

After installing check if these work OK:

perl --version
ruby --version