Learning Material on Data Science
Introduction to LaTeX
by Markus Mößler
Installations to use LaTeX
What do you have to do to produce a document, e.g. a paper
or beamer slides, using LaTeX.
- Install all necessary programs on your local machine and run LaTeX locally.
- Or, register at Overleaf and run LaTeX online.
Computer based
To produce LaTeX documents on your local
machine (conveniently) you have to install:
- a TeX-distribution and
- a TeX-editor.
Step 1: Install TeX-distribution
Windows:
- Choose your TeX-distribution, e.g.,
MiKTeX.
- Download your TeX-distribution
(here: MiKTeX):
- Go to https://miktex.org/download
- Choose the latest suitable installer depending on your
operating system.
- Download the installation
.exe-file.
- Install the distribution by executing the downloaded
.exe-file.
Mac OS:
- Choose your TeX-distribution, e.g.,
MacTeX.
- Download your TeX-distribution
(here: MacTeX):
- Go to https://tug.org/mactex/
- Choose the latest suitable installer depending on your
operating system.
- Download the installation
.pkg-file.
- Install the distribution by executing the downloaded
.pkg-file.
Step 2: Install TeX-editor
Windows:
- Choose your TeX-editor, e.g.,
TeXstudio.
- Download your TeX-editor, (here:
TeXstudio):
- Go to: https://www.texstudio.org/
- Choose the latest installer depending on your operating
system.
- Download the installation
.exe file.
- Install the distribution by executing the downloaded
.exe-file.
Mac OS:
- Choose your TeX-editor, e.g.,
TeXshop.
- TeXshop is included in the MacTeX
distribution.
Back to Start of LaTex
Overleaf
An alternativel to using LaTeX is to use a
web-based editor such as Overleaf.
Subscriptions
The basic subscription to Overleaf is free!
Additional features can be used by signing up for a fee-based
upgrade.
Advantages
- You don’t have to install a TeX-distribution (-editor). You can
start right away!
- You can collaborate with a fellow student or a fellow colleague on a
single document.
- Extensive LaTeX help and documentation
resources are available (e.g., see)
Registration
Register for free at Overleaf.
Back to Start of LaTex