https://github.com/ylogx/presentations
Source code for my presentations written with latex
https://github.com/ylogx/presentations
beamer latex presentation tex
Last synced: 9 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T15:11:56.000Z (over 8 years ago)
- Last Synced: 2025-06-28T13:49:46.715Z (12 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.