https://github.com/bbatsov/beamer-torino-theme
Torino, a pretty theme for LaTex Beamer
https://github.com/bbatsov/beamer-torino-theme
Last synced: 12 months ago
JSON representation
Torino, a pretty theme for LaTex Beamer
- Host: GitHub
- URL: https://github.com/bbatsov/beamer-torino-theme
- Owner: bbatsov
- Created: 2010-10-09T14:08:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-04T23:37:51.000Z (over 14 years ago)
- Last Synced: 2025-02-10T08:45:45.539Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 291 KB
- Stars: 38
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TORINO, A PRETTY THEME FOR LATEX-BEAMER
=======================================
## Authors
Marco Barisione
Bozhidar Batsov
## Abstract
Beamer (http://latex-beamer.sourceforge.net/) is a LaTeX class that
allows you to create presentations. Beamer contains several
full-featured (but a bit ugly) themes, so Marco wrote this pretty theme
(but with some missing features) called Torino.
## Installation
First of all, you have to install Beamer, directly from source or
using an already made package for your distro. Then install the
theme, on a Unix system just type in a terminal:
```bash
$ sudo cp -r themes /usr/share/texmf/tex/latex/beamer/
$ sudo texhash
```
## Usage
Now you are ready to use the theme, for documentation read the example
files: chameleon.tex nouvelle.tex and freewilly.tex. Compiling them
you get some slides with documentation:
```bash
$ pdflatex chameleon.tex
$ pdflatex nouvelle.tex
$ pdflatex freewilly.tex
```