Contents

LaTeX Installation

Installing LaTeX\LaTeX basically means preparing the tools needed to run the TeX\TeX system. To start creating LaTeX\LaTeX documents, we usually need:

  1. a LaTeX\LaTeX distribution, such as MikTeX\TeX, TeX\TeX Live, or MacTeX;
  2. a document viewer, such as Adobe Reader, Foxit Reader, or Sumatra PDF;
  3. a TeX\TeX editor, such as TeX\TeXworks or TeX\TeXstudio.

After those programs are installed, you can start using LaTeX\LaTeX. In general, there are two ways to work with it: online and offline.

When using LaTeX\LaTeX online, the LaTeX\LaTeX system is already installed on the service provider’s server, usually together with an editor. Some services you can use are:

To use those services, you need to create an account first.

Overleaf.com

LaTeX\LaTeX is available on different operating systems with different distributions:

  • Windows: MikTeX\TeX, TeX\TeX Live, ProTeX\TeX, PCTeX\TeX, and BaKomTeX\TeX
  • Mac: TeX\TeX Live and MacTeX\TeX
  • Linux: TeX\TeX Live

Some editors that can be used for LaTeX\LaTeX are TeXmaker, LyX, TeXworks, TeXstudio, and Gummi.

Download links:

Choose the distribution and editor that match your operating system, then follow the installation instructions carefully.

After installation, try writing the following simple document in your LaTeX\LaTeX editor, then compile it and see the result.

\documentclass{article}
\begin{document}
Hello, world!

This is my first document written in \LaTeX.
\end{document}

If you run the code in Overleaf, the result will look like this.

LaTeX document in Overleaf

Once the LaTeX\LaTeX system, editor, and PDF viewer are installed, you are ready to start writing documents. The next step is to learn document structure, packages, and the most common commands.

Related Content