Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrs/latex-presentation-template
A template to create new presentation projects using LaTeX and Beamer
https://github.com/hrs/latex-presentation-template
Last synced: about 1 month ago
JSON representation
A template to create new presentation projects using LaTeX and Beamer
- Host: GitHub
- URL: https://github.com/hrs/latex-presentation-template
- Owner: hrs
- Created: 2013-12-06T23:57:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T18:29:36.000Z (almost 11 years ago)
- Last Synced: 2024-11-30T22:17:18.898Z (about 2 months ago)
- Language: TeX
- Size: 176 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Standard LaTeX Presentation Template ##
(A follow-up to my [latex-paper-template](https://github.com/hrs/latex-paper-template))
Every time I set up a new `LaTeX` presentation in Beamer, I need to copy over my usual `Makefile`, set up a git repo, create an empty document, and relearn `BibTeX`. That's tedious.
Cloning this repo is much easier.
### Prerequisites ###
I've used this setup successfully on Macs, FreeBSD, and a few Linuxes. It might work on Cygwin, but I haven't tested it.
You'll need:
- `LaTeX`
- `make`
- `git`### Installation ###
`git clone https://github.com/hrs/latex-presentation-template.git YOUR_PROJECT_NAME`
I've creatively named the default project `presentation`. If you want to change that, rename the `presentation.tex` and `presentation.bib` files, fix the bibliography reference in `presentation.tex`, and change the value of the `project` variable in the `Makefile`.
### Usage ###
`make`
: Build the project, generating a `pdf`.`make clean`
: Deletes files created by `LaTeX` (`aux`, `dvi`, `pdf`, etc.)`make fresh`
: Delete intermediate files and rebuild. Equivalent to `make clean && make`### "This is stupid, why don't you just..." ###
Nah, I like my setup. Shush.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hrs/latex-presentation-template/trend.png)](https://bitdeli.com/free "Bitdeli Badge")