blob: 2bc2d6e389473f713344d5fb32fca5b4d260b7a1 (
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
24
25
26
27
28
29
30
31
|
# procrastiSlides
***Web-based Markdown Presentation Generator utilizing `pandoc` and `pdflatex`***
## `LaTeX` Dependencies for Basic Functionality
- texlive-bin
- texlive-core
- texlive-fontsextra
- texlive-formatsextra
- texlive-langchinese
- texlive-langextra
- texlive-langjapanese
- texlive-latexextra
- texlive-pictures
## Demo and Links
[demo.webm](https://github.com/user-attachments/assets/3270f514-f19d-4136-8517-777e03a11e82)
Main instance is found on: *[https://procrastislides.com/](https://procrastislides.com/)*
### 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
|