Difference between revisions of "Mac Installation"

From Wiki
Jump to navigation Jump to search
m (fixed links)
 
(89 intermediate revisions by 26 users not shown)
Line 1: Line 1:
< [[Installation hints]] | [[TeX Distributions]] >
+
< [[Installation]] | [[TeX Distributions]] >
  
Welcome to the Macintosh! Nowadays it's not a big difference how to use TeX on MacOS or any other Unix.
+
== Introduction ==
  
==Distributions and Tools==
+
For getting ConTeXt [[MkIV]] onto a Mac there are basically two routes to take. MacTeX (TeXLive distribution made especially for Mac OSX) and the ConTeXt Suite (Standalone), recommended for all those that want the most current versions or latest developments in ConTeXt.
  
The first stop for just about every ConTeXt user on the Mac should be [http://ii2.sourceforge.net/tex-index.html gwTeX] via [http://ii2.sourceforge.net iInstaller], which is an auto-updatable (re-)distribution. This installs everything necessary for a basic TeX foundation. The i-Installer also includes a ConTeXt updater package, for handling new releases.
+
Naturally, there are other ways, but they are more for experienced Mac users and those comfortable with using the command line.
  
Beyond this, there may be other tools that interest you:
+
* The simplest method is to use MacTeX, but as this is essentially TeXLive you will not have the most recent binaries (generally frozen for a year).
* [[XeTeX]], is an alternative TeX engine that uses special typography features of OS X (available via iInstaller).
+
* The advantage is that you get TeX et al, fonts and some nice utilities, including the editor TeXShop (highly recommended) which can run ConTeXt and TeX-Variants from within the editor without any knowledge of the command line.
* [http://www.uoregon.edu/~koch/texshop/texshop.html TeXshop], a simple, elegant TeX editor and PDF viewer.
+
* ConTeXt Suite (Standalone) is recommended for those that wish to have the latest stable version, latest developmental version, or wish to run several versions of ConTeXt side by side. The downside to the side by side approach is that you need some knowledge of how to use the command line and how to set-up the paths in a Unix environment.
* [[iTeXMac]], a more fully featured, but sometimes more complex, TeX editor and PDF viewer
+
 
* [http://www.ing.unipi.it/~d9615/homepage/texniscope.html TeXniscope] is an interesting, auto-updating PDF- and DVI viewer, especially helpful when you're updating documents from the command line or otherwise outside of the above-mentioned integrated editor/viewers.
+
== MacTeX ==
 +
 
 +
The easiest way to install ConTeXt on Mac OSX is to use the the MacTeX distribution. MacTeX is a TeXLive distribution modified especially for use on Mac OSX. It will install every thing you need to run ConTeXt, TeX, LaTeX, Xe(La)TeX, along with the editors [http://www.uoregon.edu/~koch/texshop/ TeXShop] and TeXWorks, the TeX Live Utility for managing updates, fonts and many other goodies.
 +
 
 +
As MacTeX is a TeXLive distribution all binaries are generally frozen for a year. If you wish to have a more current version or the latest beta version of ConTeXt you should consider, also installing the "ConTeXt Suite" often called "Standalone ConTeXt".
 +
 
 +
After installing MacTeX all you need to do is set up TeXShop to use ConTeXt, see the [[TeXShop]] page.
 +
 
 +
=== Installing MacTeX ===
 +
 
 +
* [http://www.tug.org/mactex/ Download and follow the instructions from the MacTeX site] (Installer larger than 2GB, instructions for slower internet connections on the site of MacTeX)
 +
 
 +
* You can also [http://tug.org/TeXLive/acquire.html buy a TeXLive DVD] (if you are a member of a TeX user group you often get it for free).
 +
 
 +
==Standalone ConTeXt==
 +
 
 +
The new [[LMTX]] distribution is also able to run [[MkIV]] files. See [[Installation]] or [[Installing ConTeXt LMTX on MacOS]] for details.
 +
 
 +
== Configuring ConTeXt-Aware Editors on the Mac ==
  
==Installation==
+
Typically, most editors work out of the box with MacTeX, but if you are using a version earlier than those shipped with MacTeX 2011 (TeXShop 2.42), or if you would like to use the Standalone distribution (ConTeXt Suite), you need to configure engines for ConTeXt manually.
  
* If you have a broad bandwith internet connection, use Gerben Wierda's iInstaller to install the latest TeXlive tree and (afterwards) the latest ConTeXt beta.
+
* [[TeXShop]]
* You can also buy a TeXlive DVD.
+
* [[TeXworks]]
 +
* [[Texpad]]
 +
* [[BBEdit]]
 +
* [[TextMate]]
  
==MacOS 9 (Classic)==
+
== Skim (PDF viewer) ==
  
Unfortunately it's ''not possible'' to use ConTeXt on MacOS Classic. You can get as far as creating the ConTeXt formats with one of the [http://www.esm.psu.edu/mac-tex/versions.html Classical Distributions], but ConTeXt's Perl scripts won't work with MacPerl (I tried hard...). Perhaps the problems could be solved, but who'll put a lot of effort in a deprecated system?
+
Unless you are using TeXshop or TeXworks with built-in viewers, the recommended PDF viewer with SyncTeX support and auto-refresh on Mac OS X is [http://skim-app.sourceforge.net/ Skim].
  
So everything else on this page refers to MacOS X.
+
== More Links ==
  
==Links==
+
* [http://www.tug.org/mactex/ MacTeX Home Page] (MacTeX at TUG)
 +
* [http://www.uoregon.edu/~koch/texshop/texshop.html TeXshop], a simple, elegant TeX editor and PDF viewer.
 +
* There are more [[Text Editors]] that support ConText.
  
* [http://www.esm.psu.edu/mac-tex/ Mac-TeX] (Penn State University)
+
{{Installation navbox}}
  
 
[[Category:Installation]]
 
[[Category:Installation]]

Latest revision as of 13:31, 11 July 2021

< Installation | TeX Distributions >

Introduction

For getting ConTeXt MkIV onto a Mac there are basically two routes to take. MacTeX (TeXLive distribution made especially for Mac OSX) and the ConTeXt Suite (Standalone), recommended for all those that want the most current versions or latest developments in ConTeXt.

Naturally, there are other ways, but they are more for experienced Mac users and those comfortable with using the command line.

  • The simplest method is to use MacTeX, but as this is essentially TeXLive you will not have the most recent binaries (generally frozen for a year).
  • The advantage is that you get TeX et al, fonts and some nice utilities, including the editor TeXShop (highly recommended) which can run ConTeXt and TeX-Variants from within the editor without any knowledge of the command line.
  • ConTeXt Suite (Standalone) is recommended for those that wish to have the latest stable version, latest developmental version, or wish to run several versions of ConTeXt side by side. The downside to the side by side approach is that you need some knowledge of how to use the command line and how to set-up the paths in a Unix environment.

MacTeX

The easiest way to install ConTeXt on Mac OSX is to use the the MacTeX distribution. MacTeX is a TeXLive distribution modified especially for use on Mac OSX. It will install every thing you need to run ConTeXt, TeX, LaTeX, Xe(La)TeX, along with the editors TeXShop and TeXWorks, the TeX Live Utility for managing updates, fonts and many other goodies.

As MacTeX is a TeXLive distribution all binaries are generally frozen for a year. If you wish to have a more current version or the latest beta version of ConTeXt you should consider, also installing the "ConTeXt Suite" often called "Standalone ConTeXt".

After installing MacTeX all you need to do is set up TeXShop to use ConTeXt, see the TeXShop page.

Installing MacTeX

  • You can also buy a TeXLive DVD (if you are a member of a TeX user group you often get it for free).

Standalone ConTeXt

The new LMTX distribution is also able to run MkIV files. See Installation or Installing ConTeXt LMTX on MacOS for details.

Configuring ConTeXt-Aware Editors on the Mac

Typically, most editors work out of the box with MacTeX, but if you are using a version earlier than those shipped with MacTeX 2011 (TeXShop 2.42), or if you would like to use the Standalone distribution (ConTeXt Suite), you need to configure engines for ConTeXt manually.

Skim (PDF viewer)

Unless you are using TeXshop or TeXworks with built-in viewers, the recommended PDF viewer with SyncTeX support and auto-refresh on Mac OS X is Skim.

More Links