12345678910 |
- #!/bin/bash
- #
- # PY Barriat, March 2023
- #
- # Download and install marp (MarkDown slides extension) from here:
- # https://github.com/marp-team/marp-cli/releases
- #
- marp --allow-local-files --theme ./assets/tum.css Linux_ACELI.md -o Linux_ACELI.pdf
- marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css Linux_ACELI.md -o Linux_ACELI.html
|