Clarify that the installation method is for source
This commit is contained in:
parent
3ccd790c49
commit
a40729c919
|
@ -15,14 +15,18 @@ Not convinced? Have a look at the [demo slides](demo/demo.pdf).
|
||||||
|
|
||||||
## Installation
|
## 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.
|
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
|
2. **Compile the style files** by running `make sty` inside the downloaded
|
||||||
directory. (Or run LaTeX directly on `source/metropolistheme.ins`.)
|
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
|
4. **Use the theme for your presentation** by declaring `\usetheme{metropolis}` in
|
||||||
the preamble of your Beamer document.
|
the preamble of your Beamer document.
|
||||||
|
|
Loading…
Reference in New Issue