Latex Install For Mac



  • Why do a custom installation? The documentation for installing LaTeX states that on macOS, it is recommended to use Mactex. This is tailored for macOS, including some support for native mac apps, as well as having a native mac installation. However, it is a very large download file, currently 3.9GB and the installation takes almost 7GB on your.
  • IguanaTex for mac. Contribute to ray851107/IguanaTexMac development by creating an account on GitHub. Install Method 1: Install with Homebrew. IguanaTex is a PowerPoint add-in which allows you to insert LaTeX equations into your PowerPoint presentation on Windows. It is distributed completely for free, along with its source code.

Read and accept the conditions, then follow the on-screen instructions to install the program. The installation may take over half an hour. After the installation is complete, you can delete the.

  • 1Installation for Windows
    • 1.2Installing MikTeX
  • 2Installation for Mac

Installation for Windows

There are three easy steps for installing LaTeX on Windows:

Mac
  • Install GhostView - for creating and viewing postscript (.ps) files
  • Install MikTex - this is the standard LaTeX package for Windows
  • Install a Text Editor - to type up your own LaTeX files or edit other people's files

All these components will take up approximately 400 MB on your computer, but have at least 600 MB free before installation to keep your computer running smoothly.

Installing GhostView

This step is so that you can create and view postscript (.ps) files.

You need to download GhostView, which consists of two parts, GSView and Ghostscript. Download the most current versions of both and install them following the instructions in the self-extracting installation packages. Users of personal computers should install the Win32 versions of these packages.

Installing MikTeX

This is the crucial component of the installation and also the biggest on disk, consisting of more than 300 MB. Expect it to take about an hour to download and install, even with a fast connection and computer.

Go to the MikTex webpage and choose Install MikTex from the left menu bar. Select the version you want to install (probably the newest) and follow the instructions. You usually have the choice between a basic install and a full install. If you have the room on your computer and plan to use LaTeX pretty heavily in the future, you might as well do a complete install, rather than having to add packages later. (Note: this is pretty much unnecessary with newer versions of MikTeX, if you're always connected to the internet -- it downloads any packages you need on the fly, while compiling your tex documents.)

Once MikTeX is done installing, it will have created two directories full of many files: the MikTex directory and the texmf directory, the latter of which has all the executable files like latex.exe .

Adding MikTeX to the PATH

In Windows, the 'PATH' is a list of directories which are automatically searches for executable files when you type a command on the command line. You should add the directory containing latex.exe to the PATH.

In Windows XP, go to Control Panel, click on 'System', go to the 'Advanced' tab, click on 'Environment Variables'. Scroll down the 'user variables' box until you find 'PATH' (you may need to create it?), and add the appropriate directory, probably c:miktextexmfbin. Multiple entries in the PATH should be separated by semicolons (;).

Installing a Text Editor

Any text editor is sufficient to type up LaTeX documents, however some are specially designed with LaTeX in mind. These usually have buttons for common tasks and text highlighting/coloration for LaTeX environments like Math Mode.

Warning: do not type up LaTeX documents in word processing programs, such as MS Word. These programs 'mark up' the text, meaning they have program-specific coding hidden in the file. The text you see on screen is much less than the actual text inside the file. The LaTeX compiler will encounter this extra coding and produce strange results.

It's recommended to use a text editor with LaTeX-specific features. Such a list can be found here.

For text editors without LaTeX in mind, you will have to create your LaTeX files in them (making sure to give them a .tex filename extension). Open the command prompt, navigate to the directory containing your file, and type latex <filename> to compile the file. This produces several files, including a .dvi file. The DVI file can easily be converted to PS or PDF formats.

(Note, this requires that you have correctly set the PATH, as described above.)

Installing Extra Packages

Once you've been using LaTeX for a while, you may find that you need to install new/additional LaTeX packages. MikTeX makes this process very simple. Find MikTeX in your Start Menu and select MikTex Options. This is the file mo.exe in the same directory where you find latex.exe (usually this is C:texmfmiktexbin ).

Click on the Packages tab, then right-click the root of the directory tree (usually called 'MikTeX Packages'). The option 'Find Package' appears, so click it. Then type the name of the package you seek into the appropriate field and click 'Find Now'. Select the search result you want and click 'Goto'. Install if necessary.

Installation for Mac

Installing LaTeX

MacTeX is a complete LaTeX distribution for the Mac. It includes lots of TeX-related software, such as TeXShop, a graphical front end for editing and compiling LaTeX. Be warned that it's a 2.5 GB download, which is the price you pay for completeness. It also includes the 'TeX Live Utility' which helps you keep your TeX distribution up to date.

A list of other text editors can be found here.

MacTeX on Yosemite

If you upgrade to Yosemite (a.k.a. MacOS 10.10) or move your files to a new Mac with Yosemite installed, then the upgrade (and moving files) may take many hours. his is a 'feature' of Apple migration assistant. Read more about it and suggested workaround on this page.

Installing Extra Packages

Once you've been using LaTeX for a while, you may find that you need to install new/additional LaTeX packages. The TeXLive Utility provides a very convenient way to do this, as well as to keep your TeX installation up to date.

Installation for Linux

If you're running something debian-like (including ubuntu), just type

Easy, huh? You can now tex your documents with commands like

You might want to learn how to use emacs, which is often considered the-one-true-editor. On the other hand, it's a long and steep learning curve before you might believe that.

Retrieved from 'https://math.berkeley.edu/computing/wiki/index.php?title=LaTeX_Install&oldid=3803'

Install Latex Mac Terminal

You will need to be running either SublimeText 2 or 3. For ST3, the plugin has been tested against the latest beta versions, though it may work for dev builds as well.

You will also need to install a TeX distribution, but this can be done separately. The various options for TeX distributions are discussed in the OS-specific sections below.

Installation

The recommended way to install the LaTeXTools plugin is via Package Control. It's awesome and makes it easy to keep your installed packages up-to-date. If you don't already have Package Control, instructions to install it can be found here (it's very easy!).

Once, you have Package Control installed, launch the Command Palette by pressing Ctrl+shift+p (Windows / Linux) or ⌘+shift+p (OS X) and select the Package Control: Install Package option. This will bring up a quick panel with a list of installable plugins. Start typing LaTeXTools and when you see it, select it. That's it!

If you prefer a more hands-on approach, you can always clone the git repository or else just grab the plugin's .zip file from GitHub and extract it to your Sublime Packages directory (you can open it easily from ST, by clicking on Preferences | Browse Packages). Please note that if you do a manual installation, the package must be named 'LaTeXTools'.

If you are running LaTeXTools for the first time, you may want to run the LaTeXTools: Reset user settings to default command from the Command Palette to get an editable copy of the settings file. To open this file, please select Preferences | Package Settings | LaTeXTools | Settings – User. Please pay careful attention to the settings in the Platform-Specific Settings for your platform, as these may need to be adjusted for your environment. See the OS-specific instructions below for details on what needs to be adjusted.

OS X

Distribution

On OSX, you need to be running the MacTeX distribution (which is pretty much the only one available on the Mac anyway). Just download and install it in the usual way. We have tested MacTeX versions 2010--2016, both 32 and 64 bits; these work fine. MacTeX 2008 does not seem to work out of the box, so please upgrade.

If you don't want to install the entire MacTeX distribution—which is pretty big—BasicTeX will also work, though you may need to spend more time ensuring all the packages you need are installed! One such package that is missing is latexmk, which is a script for building LaTeX documents, which LaTeXTools uses by default. You can either choose to install latexmk or change the builder to use a builder that does not require latexmk. To install latexmk, you can either use the TeX Live Utility (assuming you are using a recent version of BasicTeX) or from the Terminal type sudo tlmgr install latexmk, which will prompt you for your password and install the latexmk package.

Setup Skim

We recommend that you install the Skim PDF viewer, as this provides forward and inverse search capabilities, which are very useful! Skim is the default viewer that LaTeXTools uses on OS X. If you don't install Skim, please see the information on available viewers for details on how to setup LaTeXTools to work with Preview.app

To configure inverse search, in Skim, open the Preferences dialog, select the Sync tab, then:

  • Uncheck the 'Check for file changes' option
  • Choose the Sublime Text preset (for ST3) or Sublime Text 2 (for ST2)

If you are using an old version of Skim without built-in support for ST, you can always choose the Custom preset and enter (for ST3): /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl in the Command field, and '%file':%line in the Arguments field.

Setup ImageMagick and Ghostscript

If you are using Sublime Text 3 version 3118 or later and want to use the equation preview feature or use the image preview feature for PDFs, EPSs, or PSs, you will need to ensure that Ghostscript 8 or higher is installed and available on the texpath defined for your machine. If you installed the full MacTeX distribution, Ghostscript is already included. If you installed the BasicTeX distribution, you will need to install Ghostscript yourself.

If you do not want to use the equation preview feature, change the preview_math_mode setting to 'none' when you are configuring your settings.

Similarly, if you would like to use the image preview feature to view file types not support by SublimeText or Ghostcript (so anything other than PNGs, JPEGs, GIFs, PDFs, EPSs, and PSs), you will need to ensure that ImageMagick is installed on your machine and available on your texpath.

If you do not want to use the image preview feature, change the preview_image_mode setting to 'none' when you are configuring your settings.

The easiest way to install ImageMagick or Ghostscript is to use either Homebrew or MacPorts. Installing should be as simple as typing the relevant command in the Terminal:

ProductPackage ManagerCommand
ImageMagickHomebrewbrew install imagemagick
ImageMagickMac Portssudo port install ImageMagick
GhostscriptHomebrewbrew install ghostscript
GhostscriptMac Portssudo port install ghostscript

If you do not use Homebrew or MacPorts (and you should), you will need to compile and install binaries from source. The source for Ghostscript can be found on this page and the source and compilation instructions for ImageMagick can be found on this page.

You can use the LaTeXTools: Check System command to verify that these are installed and setup in a place LaTeXTools can find.

Configure LaTeXTools Settings

To edit the LaTeXTools user settings, select Preferences | Package Settings | LaTeXTools | Settings – User from the ST menu and scroll down to the section titled Platform settings and find the osx block.

Within that block, verify that the 'texpath' setting is correct. This setting is use by LaTeXTools to determine the PATH used for running TeX and friends which, because of how LaunchControl works will differ from your path on the shell. The default value should work with MacTeX installed in the normal way, but you will want to verify that this setting is correct. Note that your 'texpath'must include $PATH.

El Capitan

Prior to El Capitan, MacTeX defaulting to installing itself in the /usr directory. However, beginning with El Capitan, applications can no longer write to /usr. MacTeX 2015 and later remedies this by creating a link to TeX binaries in /Library/TeX you can read more about this on the MacTeX site. The default LaTeXTools settings file now adds /Library/TeX/texbin to the texpath. In practice, this means the following:

  • If you are running MacTeX 2015 and do not have the texpath option in your user settings file, you do not need to take further action.
  • If you are running MacTex 2015 and have the texpath setting open your user settings file (remember, you can do so from the Preferences | Package Settings | LaTeXTools submenu) and add /Library/TeX/texbin as the first entry in texpath.
  • If you are running earlier MacTeX versions, unfortunately you do not have the /Library/TeX/texbin link at all, so adding that path to texpath would not help. You have two options: create the link yourself, or edit the texpath option to point to the appropriate directory. Check Section 8 of this document for details.

Sorry for the complications. It's not my fault.

Windows

Distribution

On Windows, both MiKTeX and TeXLive are supported. Pick one and install it following the relevant documentation.

Setup Sumatra

We recommend that you also install the Sumatra PDF viewer. Its very light-weight and supports both forward and inverse search. It is also the only viewer supported on Windows. Just download and install it in the normal way.

Once you've installed SumatraPDF, its a good idea to add it to your PATH so that LaTeXTools can easily find it. To do this, find the folder you installed SumatraPDF to (usually C:Program FilesSumatraPDF). Once you have this, open the command line (cmd.exe) and run setx PATH %PATH%;C:Program FilesSumatraPDF, changing the C:Program FilesSumatraPDF depending on where you actually installed it.

You now need to set up inverse search in Sumatra PDF. However, the GUI for doing this is hidden in Sumatra until you open a PDF file that has actual synchronization information (that is, an associated .synctex.gz file). See this forum post for details.

If you have a PDF file with a corresponding .synctex.gz file, then open it in Sumatra and go to Settings | Options, and enter:

  • (ST3) 'C:Program FilesSublime Text 3sublime_text.exe' '%f:%l'
  • (ST2) 'C:Program FilesSublime Text 2sublime_text.exe' '%f:%l'

as the inverse-search command line (in the text-entry field at the bottom of the options dialog). You may need to modify these paths depending on where you installed ST.

If you do not already have such a file, you can easily create one by compiling any LaTeX file with pdflatex -synctex=1 <file.tex> and opening the resulting PDF in SumatraPDF. Alternatively, you can open the console (cmd.exe) and run the following command (assuming SumatraPDF.exe is on your PATH):

sumatrapdf.exe -inverse-search 'C:Program FilesSublime Text 3sublime_text.exe' '%f:%l'

(Adapt as necessary for ST2 or depending on the path you installed ST to)

I'm sorry this is not straightforward---it's not my fault :-)

Setup ImageMagick and Ghostscript

If you are using Sublime Text 3 version 3118 or later and want to use the equation preview feature or use the image preview feature for PDFs, EPSs, or PSs, you will need to ensure that Ghostscript 8 or higher is installed and available on the texpath defined for your machine.

If you do not want to use the equation preview feature, change the preview_math_mode setting to 'none' when you are configuring your settings.

To install and setup Ghostcript:

  • If you are using MiKTeX, LaTeXTools should automatically find the MiKTeX Ghostscript install, provided MiKTeX is available on your PATH system variable or via the LaTeXTools texpath setting.
  • If you are using TeXLive and you installed the default profile, you should already have Ghostscript installed in <drive>:pathtotexlive<year>tlpkgtlgsbin. Make sure this is added to your PATH system variable or to the texpath when setting up LaTeXTools.
  • If you do not have Ghostscript installed, you can simple download and install the latest release here.

Similarly, if you would like to use the image preview feature to view file types not support by SublimeText or Ghostcript (so anything other than PNGs, JPEGs, GIFs, PDFs, EPSs, and PSs), you will need to ensure that ImageMagick is installed on your machine, which you should be able to do using one of the binary releases. Once ImageMagick is installed, ensure its location is either added to your PATH system variable or the texpath LaTeXTools setting.

If you do not want to use the image preview feature, change the preview_image_mode setting to 'none' when you are configuring your settings.

You can use the LaTeXTools: Check System command to verify that these are installed and setup in a place LaTeXTools can find.

Configure LaTeXTools Settings

Latex install macros

To edit the LaTeXTools user settings, select Preferences | Package Settings | LaTeXTools | Settings – User from the ST menu and scroll down to the section titled Platform settings and find the windows block.

Within that block, verify that the 'texpath' setting is correct. This setting is use by LaTeXTools to determine the PATH used for running TeX and friends. Both MiKTeX and TeXLive by default add themselves to your PATH, but if you told them not to, you will need to ensure that they are added to the path here.

If you did not follow the instructions above to add SumatraPDF to your path, you will need to change the sumatra to point to you Sumatra install. Normally, it will end up being C:Program FilesSumatraPDFSumatraPDF.exe.

Finally, you need to ensure that the distro setting is correct. The possible values are 'miktex' and 'texlive', depending on which distribution you installed.

Linux

Linux support is coming along nicely. However, as a general rule, you will need to do some customization before things work. This is due to differences across distributions (a.k.a. 'fragmentation'). Do not expect things to work out of the box.

Distribution

You need to install TeXLive.

We highly recommend installing the version directly from TUG, which can be found here rather than the version included with your distribution, as TeXLive is generally updated more regularly and tends to include more features. In particular, if you are on Ubuntu, note that apt-get install texlive will get you a working but incomplete setup. For example, it will not install latexmk, which is essential to LaTeXTools. You need to install it via apt-get install latexmk. However, as long as the expected binaries are available on your system, LaTeXTools should generally work.

You can use the LaTeXTools: Check System command to ensure that the expected binaries are found.

Setup ImageMagick and Ghostscript

If you are using Sublime Text 3 version 3118 or later and want to use the equation preview feature or use the image preview feature for PDFs, EPSs, or PSs, you will need to ensure that Ghostscript 8 or higher is installed and available on the texpath defined for your machine.

If you do not want to use the equation preview feature, change the preview_math_mode setting to 'none' when you are configuring your settings.

Latex Download For Windows 10

Similarly, if you would like to use the image preview feature to view file types not support by SublimeText or Ghostcript (so anything other than PNGs, JPEGs, GIFs, PDFs, EPSs, and PSs), you will need to ensure that ImageMagick is installed on your machine and available on your texpath. Note that for some image formats, ImageMagick also requires Ghostscript to be installed.

If you do not want to use the image preview feature, change the preview_image_mode setting to 'none' when you are configuring your settings.

Latex Package Download

If you installed the full TeXLive profile from TUG, you should already have a version of Ghostscript installed. Otherwise, it can simply be installed using your distribution's package manager. ImageMagick should also be available the same way.

Once again, you can use the LaTeXTools: Check System command to verify that these are setup in a place LaTeXTools can find.

Setup Viewer

By default, LaTeXTools assumes you are using Evince (Document Viewer) as your PDF viewer. Support is also available for Okular and Zathura and other viewers that can be run via the command line. See the section on available-viewers for details on how to setup other viewers.

Evince is already installed by default on any distro that provides the Gnome desktop environment, but if it hasn't been, it can be installed using your distribution's package manager. In addition to Evince, you will need to ensure you have the Python bindings for dbus and the Python bindings for Gnome, i.e. gobject or python-gi, depending on your distribution. If you use the Gnome desktop, you likely already have these, but if not, you will need to install them using your distribution's package manager. In particular, they are reportedly not installed on Arch Linux by default.

Unlike other viewers and platforms, Evince forward and backward search should work out of the box thanks to the magic of dbus, but if not, please let us know!

Configure LaTeXTools Settings

To edit the LaTeXTools user settings, select Preferences | Package Settings | LaTeXTools | Settings – User from the ST menu and scroll down to the section titled Platform settings and find the linux block.

Within that block, verify that the 'texpath' setting is correct. This setting is use by LaTeXTools to determine the PATH used for running TeX and friends. Please note that if you use Unity (the default launcher on Ubuntu), ST can end up 'seeing' a different PATH then you will in the terminal. This is because Unity inherits its environment from /bin/sh rather than /bin/bash, /bin/zsh, /bin/fish, etc. This means that you may need to add the path to TeX and friends to your 'texpath' for LaTeXTools to work.

If your PATH contains a Python distribution that is not the default Python distribution, it may be necessary to configure the 'python' setting to point to the system Python distribution. There have been reports of issues using dbus and gobject on conda and similar Python releases.





Comments are closed.