Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ylogx/presentations
Source code for my presentations written with latex
https://github.com/ylogx/presentations
beamer latex presentation tex
Last synced: 7 days ago
JSON representation
Source code for my presentations written with latex
- Host: GitHub
- URL: https://github.com/ylogx/presentations
- Owner: ylogx
- Created: 2018-02-01T14:57:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T15:11:56.000Z (about 7 years ago)
- Last Synced: 2024-12-09T21:12:00.879Z (2 months ago)
- Topics: beamer, latex, presentation, tex
- Language: TeX
- Size: 7.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentations
Source code for my presentations written with latex## Building pdf from source code
Setup LaTeX and run the following command:```bash
make
```This will build all the presentations in the pdf format.
You can also find the pre-build pdfs from the release section.