blob: e35593d9deb95570bc56debc13c758eba22b528b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# procrastiSlides
***Web-based Markdown Presentation Generator utilizing `pandoc` and `pdflatex`***
[demo.webm](https://github.com/user-attachments/assets/d5e638d2-1f1c-4958-8070-902dfc31f7ec)
Main instance is found on: *[https://procrastislides.com/](https://procrastislides.com/)*
## `LaTeX` Dependencies for Basic Functionality
- texlive-bin
- texlive-core
- texlive-fontsextra
- texlive-formatsextra
- texlive-langchinese
- texlive-langextra
- texlive-langjapanese
- texlive-latexextra
- texlive-pictures
### other related links:
* [pandoc.org](https://pandoc.org/)
* SimpleMDE's [github](https://github.com/sparksuite/simplemde-markdown-editor)
* [LaTeX-project.org](https://www.latex-project.org/)
* rust [uutils/coreutils](https://github.com/uutils/coreutils/) project
|