Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsa-lab/elsabeamer
Typesetting slides for members of the ELSA Lab, National Tsing Hua University (NTHU), Hsinchu, Taiwan
https://github.com/elsa-lab/elsabeamer
beamer latex nthu
Last synced: 7 days ago
JSON representation
Typesetting slides for members of the ELSA Lab, National Tsing Hua University (NTHU), Hsinchu, Taiwan
- Host: GitHub
- URL: https://github.com/elsa-lab/elsabeamer
- Owner: elsa-lab
- License: mit
- Created: 2021-06-14T08:34:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T08:06:05.000Z (over 3 years ago)
- Last Synced: 2024-11-11T06:34:02.317Z (2 months ago)
- Topics: beamer, latex, nthu
- Language: TeX
- Homepage:
- Size: 2.49 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The ELSAbeamer LaTeX Class
The `ELSAbeamer` LaTeX Class build upon the `beamer` LaTeX class, which aims to make it easy for members of the ELSA Lab to prepare presentations using LaTeX. One can access the output of this GitHub repo through `output.pdf`.
## Quickstart
Follow the steps to prepare your presentation easily, and we also provide a minimal working example for you to start by.
1. Copy and upload the style file `ELSAbeamer.cls` to a newly created LaTeX project.
2. Typeset your presentation starting from `\documentclass{ELSAbeamer}`.### Minimal Working Example
```latex
\documentclass{ELSAbeamer}\title[Short Title]{An Awesome Title}
\author[Short Name]{Your Name}
\date[Short Date]{Date of Presentation}\begin{document}
\makecover
\end{document}
```## Features
- The title of the current page in the headline of each page
- Author, institute, date and page number in the footline of each page
- Watermark logo of ELSA Lab on each page![Example cover](https://i.imgur.com/CDktRUI.png)
## Reference
- [View this project on ELSA LaTeX](https://elsa-latex.cs.nthu.edu.tw/read/qmwwkmtxbpkt)