Clarify that the installation method is for source

This commit is contained in:
Matthias Vogelgesang 2015-12-05 13:59:15 +01:00
parent 3ccd790c49
commit a40729c919
1 changed files with 6 additions and 2 deletions

View File

@ -15,14 +15,18 @@ Not convinced? Have a look at the [demo slides](demo/demo.pdf).
## Installation
Installing Metropolis, like any Beamer theme, involves four easy steps:
Installing Metropolis from source, like any Beamer theme, involves four easy
steps:
1. **Download the source** with a `git clone` of the [Metropolis repository](https://github.com/matze/mtheme) or as a [zip archive](https://github.com/matze/mtheme/archive/master.zip) of the latest development version.
2. **Compile the style files** by running `make sty` inside the downloaded
directory. (Or run LaTeX directly on `source/metropolistheme.ins`.)
3. **Move the resulting `*.sty` files** to the folder containing your presentation. To use Metropolis with many presentations, run `make install` or move the `*.sty` files to a folder in your TeX path instead (might require `sudo` rights).
3. **Move the resulting `*.sty` files** to the folder containing your
presentation. To use Metropolis with many presentations, run `make install`
or move the `*.sty` files to a folder in your TeX path instead (might require
`sudo` rights).
4. **Use the theme for your presentation** by declaring `\usetheme{metropolis}` in
the preamble of your Beamer document.