This section will give installation instructions for PC and Mac users as well as a new cloud based solution for LaTeX typesetting.
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.
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}
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