Installation


Overview

This section will give installation instructions for PC and Mac users as well as a new cloud based solution for LaTeX typesetting.

Why we need installation

LaTeX can be run from the command line with a text editor and properly installed programs, however, I recommend using a LaTeX environment. This will simplify matters and also provide a development environment with useful properties such as syntax highlighting, compiling macros, etc.


PC - MikTeX

  1. Go to MikTeX.org
  2. Download recommended installer.
  3. Install downloaded package.
  4. Ready to LaTeX!




MikTeX

Mac - MacTeX and TeXShop

  1. Go to http://www.tug.org/mactex/index.html
  2. On the frontpage is the download link for the latest package. Install this package in the normal manner.
  3. Go to http://pages.uoregon.edu/koch/texshop/
  4. Go to the obtaining section,download, and install
  5. Make sure that the Path setting under the "Engine" tab in TeXShop preferences is set to "usr/textbin," this should be done automatically. There is also a chance that your particular configuration requires a different configuration, however, this is system specific and cannot be covered here.
  6. Ready to LaTeX!
MacTeX

TeXShop

Cloud - ShareLaTeX

  1. Go to sharelatex.com
  2. Make an account
  3. Ready to LaTeX!
ShareLaTeX

When you have chosen your particular environment, type the following code and attempt to compile it.

\documentclass{article}
\begin{document}
This is my first \LaTeX document!  
\begin{equation}
     a^2+b^2=c^2
\end{equation}
I can write equations!
\end{document}


Click below to see correct output.

Rendered Example ››

It appears you don't have a PDF plugin for this browser. You can click here to download the PDF file.

x

I personally use MikTeX for my own purposes, however, this is mostly a matter of not changing old habits and a temperamental internet connection. Sites such as ShareLaTeX and cloud processing in general are the future of LaTeX typesetting and have several amazing features such as shared document editing and integration with cloud storage.



Created by Zachary Glassman. Contact at zach.glassman@gmail.com