Difference between revisions of "Mac Installation"

From Wiki
Jump to navigation Jump to search
m (→‎MacTeX: link to TL 2011)
 
(28 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 
< [[Installation]] | [[TeX Distributions]] >
 
< [[Installation]] | [[TeX Distributions]] >
  
==Minimal ConTeXt==
+
== Introduction ==
  
The "ConTeXt minimals" distribution is the recommended way to use ConTeXt on any OS.
+
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.
For a Mac tutorial see the mac section under [[ConTeXt Minimals]]
 
  
==MacTeX==
+
Naturally, there are other ways, but they are more for experienced Mac users and those comfortable with using the command line.
  
A straightforward way to to install ConTeXt on Mac OS X is via the [http://www.tug.org/mactex/ MacTeX] distribution. The distribution includes [http://www.uoregon.edu/~koch/texshop/ TeXShop] and TeXworks editors, TeX Live Utility for managing updates, and many other goodies. It is highly recommended to use at least MacTeX [[TeX Live 2011|2011]].
+
* 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.  
  
* [http://www.tug.org/mactex/ Download and follow the instructions] (if you have a broad bandwith internet connection)
+
== 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),
 
* or download and install a '''TeXlive''' image from the web.
 
  
==TeXshop and TeXworks==
+
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.
  
Typically, both editors work out of the box, but if you are using version earlier than those shipped with MacTeX 2011 (TeXShop 2.42) you need to configure engines for ConTeXt manually.
+
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".
  
==More Links==
+
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 ==
 +
 
 +
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.
 +
 
 +
* [[TeXShop]]
 +
* [[TeXworks]]
 +
* [[Texpad]]
 +
* [[BBEdit]]
 +
* [[TextMate]]
 +
 
 +
== 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 [http://skim-app.sourceforge.net/ Skim].
 +
 
 +
== More Links ==
  
 
* [http://www.tug.org/mactex/ MacTeX Home Page] (MacTeX at TUG)
 
* [http://www.tug.org/mactex/ MacTeX Home Page] (MacTeX at TUG)
* [http://www.esm.psu.edu/mac-tex/ Mac OS X TeX/LaTeX Web Site] (Penn State University)
 
 
* [http://www.uoregon.edu/~koch/texshop/texshop.html TeXshop], a simple, elegant TeX editor and PDF viewer.
 
* [http://www.uoregon.edu/~koch/texshop/texshop.html TeXshop], a simple, elegant TeX editor and PDF viewer.
* [[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.
 
* [http://mackeeper.zeobit.com/uninstaller-for-mac Mac Uninstall] Software
 
 
* There are more [[Text Editors]] that support ConText.
 
* There are more [[Text Editors]] that support ConText.
* [http://pdfview.sourceforge.net/ PDFView] is a lightweight Mac OS X application to display PDF files with auto-update and [http://itexmac.sourceforge.net/pdfsync.html PDFSync] function.
+
 
* How-to articles about Mac OS, for example [http://www.mac-how.net/  how to uninstall applications on mac]. Opportunity to submit questions.
+
{{Installation navbox}}
* [http://www.mac-uninstall.com/ Mac Uninstaller]
 
  
 
[[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