https://github.com/markus1189/presentation
Personal presentation template
https://github.com/markus1189/presentation
Last synced: 7 months ago
JSON representation
Personal presentation template
- Host: GitHub
- URL: https://github.com/markus1189/presentation
- Owner: markus1189
- Created: 2018-01-25T17:35:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T09:05:54.000Z (over 8 years ago)
- Last Synced: 2025-02-02T04:43:55.638Z (over 1 year ago)
- Language: TeX
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Person Presentation Template For LaTeX Beamer
[](https://travis-ci.org/markus1189/presentation)
## Components
- [Shake](http://shakebuild.com/) to build the presentation
- [Nix](http://nixos.org) to have a declarative environment with all
needed executables / haskell libs / texlive packages / fonts / etc.
## Requirements
You need the *nix* package manager, the whole rest (haskell, latex,
...) will be automatically provided using it. That means after
installing the nix package manager, you're good to go (promise!)
## Travis CI
The presentation is automatically build using travis CI.
## How To Build
It's a *single* command:
```
./Build.hs
```
The presentation is under `results/slides.pdf`.