Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaneb/presentations
Source for various presentations (one per branch)
https://github.com/zaneb/presentations
Last synced: 30 days ago
JSON representation
Source for various presentations (one per branch)
- Host: GitHub
- URL: https://github.com/zaneb/presentations
- Owner: zaneb
- Created: 2011-09-30T15:40:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T13:52:24.000Z (about 9 years ago)
- Last Synced: 2024-08-01T20:48:37.818Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 26.2 MB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presentation Tools
==================This repository contains tools for building presentation handouts in LaTeX using the [`tufte-latex`](http://www.ctan.org/pkg/tufte-latex) package.
Installation
------------Run the `setup.sh` script. On recent versions of Fedora, TeX Live is packaged in the yum repositories, and will be installed from there. If TeX Live is not available from yum, it and the necessary packages will be downloaded and installed manually (note that this has been tested only on Fedora 15, and may well no longer work).
Setup
-----I usually start by creating a fresh branch for each new presentation:
git checkout -b ${presentation_name} master
Create the handout as a LaTeX document, and any diagrams as Inkscape SVG documents. When building the handout, the SVG graphics will be exported in PDF format for inclusion in the handout. They can also be exported in PNG format for easy inclusion in e.g. Impress presentations.
A good starting point for the preamble to the handout is:
cat >${presentation_name}.tex <