Changes

Jump to navigation Jump to search
15,315 bytes added ,  17:21, 13 August 2017
correct command (whoami instead of who am i)
< [[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 ==
==MacTeX==The straightforward way For getting ConTeXt onto a Mac there are basically two routes to to install ConTeXt on MacOSX at the moment is via the [[http://www.tugtake.org/mactex/ MacTeX]] (TeXLive distribution. The distribution includes [[http://www.uoregon.edu/~koch/texshop/ TeXShop]]made especially for Mac OSX) and the ConTeXt Suite (Standalone), and many many other goodiesrecommended for all those that want the most current versions or latest developments in ConTeXt.
* [http://www.tug.org/mactex/ Download and follow the instructions] (if you have a broad bandwith internet connection)* You can also [[http://tug.org/texlive/acquire.html buy a TeXlive DVD]] (if you Naturally, there are other ways, but they are a member of a TeX user group you often get it more for free),* or download experienced Mac users and install a TeXlive image from those comfortable with using the webcommand line.
==gwTeX / i-Installer== * The simplest method is to use MacTeX, but as TeXLive you will not have the most recent binaries (generally frozen for a year).Before MacTeX The advantage is that you get TeX et al, fonts and some nice utilities, including the best way to use editor TeXShop (highly recommended) which can run ConTeXt on Mac has been [http://ii2.sourceforge.net/texand TeX-indexVariants from within the editor without any knowledge of the command line.html gwTeX] via [http://ii2 * 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.sourceforge.net Gerben Wierda's iThe downside to the side by side approach is that you need some knowledge of how to use the command line and how to set-Installer] so farup the paths in a Unix environment.* download [http://ii2.sourceforge Well, actually not that much if you use an editor or IDE, like TeXShop and TeXWorks.net i-Installer] and check the "known packages"* install the TeXlive tree * install ''For the best possible experience and ease of installation a combination of MacTeX and ConTeXt betaSuite is advised.''
However, it's <b>not supported any more</b> since January 2007, which means that you cannot post bug reports or feature requests to the author any more, but ConTeXt updates are still available and it works as expected.== MacTeX ==
If 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 have an ancient installationneed to run ConTeXt, TeX, LaTeX, Xe(La)TeX, you should replace along with the teTeX-based variant with TeXLive-based oneeditors [http:* uninstall both <i>"gwTeX Support: ConTeXt updater"</i> (<code>context-update/www.ii2</code>) and <i>"DEPRECATED gwTeX based on teTeX"</i> (<code>texuoregon.ii2<edu/code>)* install <b>"gwTeX based on TeXLive"<~koch/b> (<code>texlive.ii2<texshop/code>) TeXShop] and TeXWorks, the TeX Live Utility for managing updates, fonts and <i>"ConTeXt updater"</i> againmany other goodies.
==Minimal ConTeXt==There's As MacTeX is a minimal TeX/ConTeXt TeXLive distribution available from [[http://wwwall binaries are generally frozen for a year.pragma-ade.com/download-1.htm Pragma]] without If you wish to have a more current version or the latest beta version of ConTeXt you should consider, also installing the unneccessary stuff (LaTeX etc.) from TeXlive"ConTeXt Suite" often called "Standalone ConTeXt".
See [[Linux User Installation]]After installing MacTeX all you need to do is set up TeXShop to use ConTeXt, just replace <tt>linuxtex.zip</tt> with <tt>macosxtex.zip</tt>see below the section on TeXShop.
More about [[ConTeXt_Minimals]]. (TODO: explain if there's a difference...)=== Installing MacTeX ===
==TeXshop==It should work out of * [http://www.tug.org/mactex/ Download and follow the instructions from the boxMacTeX site] (Installer larger than 2GB, also instructions for slower internet connections on Intel-based Mac. Nevertheless, it has been reported that you may need to configure the TeX engine after installation as reported below: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 "ConTeXt Suite" distribution is the recommended way to use ConTeXt on any OS.If you wish to use "ConTeXt Suite"I went from the command line you can use the Mac tutorial in the Mac section under [[ConTeXt Standalone|ConTeXt Suite]] or  Use the tutorial below that is more Mac OSX centric. We do use the command line program Terminal of Mac OSX as it poses the easiest way to get things done. But, do not worry as the process is straight foreword and you can just copy and paste the commands into the Terminal!  === Using the Commandline === If you do not what a command tool is, do not worry. It is simple a program in which commands are entered as text and then executed. Mac OS comes with two tools for entering command lines the Terminal and a X11 environment X11 or Xquartz, depending on which Mac OSX version you are running. These programs can be found in the Utilities-folder of the Applications-Folder. Once you have started one of the programs, all you have to do is enter a command and press the RETURN-key and the command will be executed.  === Single user installation === As "ConTeXt Suite" is self contained it is best and should be installed inside of a folder of its own. so decide where you want it to be installed. We recommend that you put it a folder called context inside your HOME folder.  This tutorial will install ConTeXt MKIV with all modules, for other options or versions see the section below ''Alterantive ConTeXt Versions''. In the Terminal after each command you have to press the RETURN-key. * Start the Terminal you will find it in the Utilities-folder in the Applications-folder. * Create the folder/directory ''context'' in your ''HOME folder'': mkdir $HOME/context Do not worry if nothing seems to happens. Your directory(UniX jargon for folder) has been created. * Switch to the directory cd $HOME/context * Download the installation script first-setup.sh rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . * download the latest developmental ConTeXt MKIV distribution and make formats: sh ./first-setup.sh --modules=all --engine=luatex This takes a long time, so go have a coffee.You will see a lot messages which you can disregard. When the installation process is finished you will see a message telling you that you have to initialize ConTeXt each time you want to run ConTeXt or to add the path to your PATH-variable of your shell. You can ignore this message if you are going to use TeXShop. Setting-up TeXShop is described below.. For easier your connivance you can copy all the commands in this block, paste it into the Terminal and hit RETURN: mkdir $HOME/context cd $HOME/context rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . sh ./first-setup.sh --modules=all --engine=luatex === Alternative ConTeXt Versions === By default, the suite installs ConTeXt beta.  * If you want the stable version of ConTeXt, you can use  sh ./first-setup.sh --context=current --engine=luatex By default, the suite does ''not'' install modules and other third party content.  * If you want the modules, you can use  sh ./first-setup.sh --modules=all --engine=luatex * If you want to have MKII the do not use the ''engine'' option  sh ./first-setup.sh --modules=all --engine=luatex === Multiple ConTeXt Versions === You can install different versions of ConTeXt next to each other. All you need to do is create a new directory for this version and follow the instructions above using the name of the directory instead of the name ''context''.BEWARE: If you use the command line you have to set up the paths for your shell. If you use TeXShop you have to set-up engines for TeXShop for each version, this process is describe below in the section ''Creating and Installing a TeXShop Engine''  === Keeping ConTeXt Up-To-Date === ConTeXt is constantly being improved and expanded if you want to have the latest version of ConTeXt you will need to regularly update your installation. This has to be done from within the Terminal.  Start the Terminal and switch to preferences&rarr;the folder where ConTeXt was installed: cd $HOME/context Download the installation script: rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh . Install the latest version: sh ./first-setup.sh --modules=all --engine =luatex If you are using a different version then use the use the appropriate options for first-setup.sh!! === System-wide installation === A system wide installation is only recommended for experienced users. You will need administrator rights on the Mac as only administrators are allowed to install programs in the Applications folder. Start the Terminal you will find it in the Utility-folder in the Applications-folder. Switch to the Application folder: cd /Applications Create the folder for ConTeXt mkdir context Switch to the "ConTeXt" folder cd context Download the installation script rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . Then run that script to download the whole distribution and make formats: sudo sh ./first-setup.sh You will be prompted for you password. Enter your login password and hit return. This takes a long time, so go have a coffee. When the installation process is finished you will see a message telling you that you have to initialize ConTeXt each time you want to run ConTeXt or to add the path to your PATH-variable of your shell. You can ignore this message if you are going to use TeXShop. Setting-up TeXShop is described below.. By default only the beta version is installed, If you want a more stable version or third party content then look at the section ''Alterantive ConTeXt Versions'' above. All you need to do is add the option to the installation command in this section.  == Configuring ConTeXt-Aware Editors on the Mac == Typically, most editors work out of the top boxwith 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), filled you need to configure engines for ConTeXt manually. === TeXShop ===TeXShop is a good Editor for all variants of TeX and ConTeXt. It offers:* Syntax highlighting.* A viewer for your typeset PDFs.* has templates and you can create your own* command completions* multiple file encodings If you install "ConTeXt Suite" or want to use "TeXLive" in parallel with "ConTeXt Suite"s you have to create new engines for "TeXShop", so that you can run your versions of "ConTeXt" directly from within "TeXShop". ==== Setting-Up TeXShop for ConTeXt Single User Installation ====TeXShop installs support files for every user in the folder ''TeXShop'' in what the users Library folder of the users HOME folder. They are installed first when the user runs TexShop for the first time.  ===== Making UTF-8 Default File Encoding===== ConTeXt uses UTF-8 as its default encoding, so it is best to make this the default encoding for your files. You can also choose which ever encoding you wish. You can, also, set the file encoding when it is saved. TeXShop will automatically recognize the file encoding of existing files and use that when saving the file. * Start TeXShop. If TeXShop was installed with MacTeX you can find it said in the brackets folder TeX in your Application folder. * Make TeXshop use utf-8 as its standard encoding for files Choose the TeXShop->Preferences Menu In the dialog window that comes up look for Encodings Field and choose UTF-8 Close the Dialog window ===== Creating an ''Engine'' for TeXShop ===== Actually, ''engine'' is somewhat misleading. In TeXShop an ''engine'' is a script that contains commands that are use to typeset your documents. TeXShop comes with many engines set up to run TeX, LaTeX, Xe(iLa)TeX and ConTeXt MKII and MKIV that have been installed via MacTeX. If you want to use ConTeXt Suite you will have to create an TeXShop-''engine''. If you have not run TeXShop start it so that the support files for TeXShop are installed for you.  Since in the newer versions of MacOS the users ''Library''-folder is hidden and not accessible from within TeXShop we will use the terminal for simplicity reasons. If you wish you can access the your ''Library''-folder from the Finder and navigate to the Engines-folder inside of the TeXShop-folder inside your ''Library''-folder and choose a ConTeXt-engine.e * Start the Terminal you will find it in the Utility-folder in the Applications-folder * Find your username is, if you do not know it already. <ttp>The command <code>whoami</code>will output your user name.</p> * Open the standard MKIV engine for TeXShop enter open -a TeXShop $HOME/Library/TeXShop/Engines/ConTeXt\ \(LuaTeX\).engine This will open the file in TeXShop and switch to TeXShop * Save the engine with a new Name "ConTeXt Suite": option click on the File menu choose "Save As …" change (LuaTeX) in the Name field to Suite hit return * Change the set path line to: set path= (/Users/username/context/tex/texmf-osx-64/bin $path /usr/local/teTeXbin) If you installed in a different location then change /Users/username/context/ to the location where you installed ConTeXt standalone. ''Do not forget to change username in the line above to your actual username!!''  * Save the file again use either the file menu or cmd-s * close the window use either the file menu or cmd-w You can know use your new engine by choosing it from the Pop-up Menu of your document window. If you want other options or use MKII then create a new engine and change the line containing mtxrun accordingly. In the manual for TeXShop you can find instructions for making your engine the the default engine or how to have TeXShop use your engine no matter which engine is set on a file by file basis. ==== Setting-Up TeXShop for ConTeXt Suite System-Wide Installation ==== Making a decent tutorial for setting-up TeXShop for a ConTeXt Suite system-wide installation is kind of difficult, because TeXShop installs support files for each user which become unique to each user after it has been started for the first time by the user. The problem is how get the needed engine/s for the ConTeXt Suite into the user support files. You can put the engine in into the application bundle of TeXShop, so that it will be installed for every user the first time they run TeXShop or a new version of TeXShop is run. Of course you have to the engine into the application bundle of each update to TeXShop! * Start TeXShop * create a new document use the File-Menu or use cmd-N * save the engine use the File-Menu or use cmd-S In the dialog window change the name of the file to ''ConTeXt Suite.engine'' or whatever! In the lower part of the dialog change the file format to ''Plain Text'' * enter the following content into the document: #!/bin/powerpctcsh  set path= (/Users/quayjay/context/tex/texmf-osx-64/bin $path /usr/local/bin) mtxrun --script context --autogenerate --synctex=1 "$1" * Save the ''engine'' use the File-Menu or use cmd-S * Quit TeXShop * Open 2 windows in the finder * In one window and navigate to where you saved the engine * In the other window navigate to the Applications-folder and to where TeXShop was installed. If you installed via MacTeX you will find it in Applications->TeX-apple>TexShop * Open the folder containing the default engines for TeXShop press: ''shift''-darwincmd-current<G in the dialog enter: TeXShop.app/Contents/Resources/TeXShop/tt> Engines * copy the engine from the other window using 'option'-drag You will be ask for an administrator password: enter it! * close the windows 'IMPORTANT:' The newly created engine will not be installed if a user has already run TeXShop! If a user has already run TeXShop then the newly created engine must copied to their ''Engine''-folder inside of their TeXShop-folder inside their ''Library''-folder!! Do not <tt>forget that you have to also copy your own copy of the newly created engine to your own ''Engine''-folder!!  === TeXworks ===If you install ConTeXt in your Applications Folder, you have to create a new engine. Go to your preferences inside TeXworks. In Typesetting Menu, in Processing tools, add a new engine.In Name, type what you want.In Program : /Applications/ConText/tex/texmf-osx-64/bin/texmfstartIn Arguments : *texexec as the first argument *$fullname as the second argument *$synctexoption as the third argument.  === Texpad === Texpad (https:/usr/texbin<www.texpadapp.com) is a commercial LaTeX editor, which supports typesetting in ConTeXt. It has a number of nice features, such as a project outline/tt> manager that lists todos and cross-references; a built in previewer; and syncs with an OS X version of the software. Texpad supports ConTeXt out of the box. However, Texpad also allows users to write and install build scripts (.tpbuild, the equivalent of an "engine" in TexShop or TeXworks, as was shown described above.). By means of these custom scripts, Texpad can also be configured to typeset using ConTeXt Standalone (ConTeXt suite).  As of Texpad 1.7.14 (July 2015), these are the steps which allow for typesetting using ConTeXt Standalone: 1. Create an empty text file. 2. Paste the following into it: #!/bin/bash # Texpad build (.tpbuild) for some reason ConTeXt Standalone suite export PATH=$HOME/context/tex/texmf-osx-64/bin:$PATH mtxrun --script context --autogenerate --synctex=1 "$TEXPAD_ROOTFILE" 3. Save it as `ConTeXt_Suite.tpbuild`', and place this file in `~/Library/Application Support/Texpad/Buildscripts` 4. Relaunch Texpad. Open or create your ConTeXt document. 5. In the drop-down menu (which establishes the defaultTypeset Chain)on the toolbar's far left, select "Typeset configuration > Manual"; click "Use a .tpbuild script", and select "ConTeXt_Suite".  Note also that I did this on the second step assumes that you have installed your ConTeXt standalone in your $HOME directory. If, instead, you've installed it in your Applications directory or elsewhere, simply replace $HOME with the relevant path. === BBEdit === There is a powerbook G4 [https://github.com/pmazaitis/ConTeXtBBLM BBEdit Language Module] for ConTeXt that supports:  * Syntax highlighting * Code folding * Navigation by headings and callouts * Integrated navigation to included files * Command completion To install, download the [https://github.com/pmazaitis/ConTeXtBBLM/releases current release], unzip, and drag the language module onto the BBEdit icon. == 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 Feb 11, 2007Mac OS X is [http://skim-app.sourceforge.net/ Skim]."== More Links ==
==More Links==
* [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) (broken link)
* [http://www.uoregon.edu/~koch/texshop/texshop.html TeXshop], a simple, elegant TeX editor and PDF viewer.
* [[iTeXMac]], (outdated) a more fully featured, but sometimes more complex, TeX editor and PDF viewer* [http://www.ing.unipi.it/~d9615/homepage/texniscope.html TeXniscope] (broken link)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/viewerson <span class="plainlinks">[http://howtouninstallonmacos.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">how to uninstall on mac</span>]* [http://mackeeper.zeobit.com/uninstaller-for-mac Mac Uninstall] Software
* There are more [[Text Editors]] that support ConText.
* [http://pdfview.sourceforge.net/ PDFView] (outdated)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.* [http://www.mac-uninstall.com/ Mac Uninstaller]* [http://www.use4video.com/DVDRipper.html DVD Ripping Software] for Your Mac {{Installation navbox}}
[[Category:Installation]]
139

edits

Navigation menu