|
| 1 | +# Credits |
| 2 | + |
| 3 | +This is a list of external projects used to build the lecture slides and the lecture |
| 4 | +notes for the teaching material. These are licensed under their own licences and are |
| 5 | +not part of the MIT licence of this project. |
| 6 | + |
| 7 | + |
| 8 | +## Building the Lecture Slides |
| 9 | + |
| 10 | +* [Pandoc](https://github.com/jgm/pandoc) |
| 11 | +* [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture) |
| 12 | +* [TeX Live](http://tug.org/texlive/) |
| 13 | +* [Beamer](https://github.com/josephwright/beamer) |
| 14 | +* [Metropolis](https://github.com/matze/mtheme) |
| 15 | + |
| 16 | + |
| 17 | +## Building the Lecture Web Pages |
| 18 | + |
| 19 | +* Pre-processing: |
| 20 | + * [Pandoc](https://github.com/jgm/pandoc) |
| 21 | + * [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture) |
| 22 | +* Compilation of the lecture websites: |
| 23 | + * [Hugo](https://github.com/gohugoio/hugo) |
| 24 | + * [Hugo Relearn Theme](https://github.com/McShelby/hugo-theme-relearn) |
| 25 | + * [Pandoc-Lecture](https://github.com/cagix/pandoc-lecture/tree/master/hugo/hugo-lecture) |
| 26 | +* These projects, among others, are used in the generated web pages: |
| 27 | + * Icons: [Font Awesome](https://fontawesome.com) |
| 28 | + * Rendering of mathematical formulas: [MathJax](https://www.mathjax.org/) |
| 29 | + |
| 30 | + |
| 31 | +## Further Tools used |
| 32 | + |
| 33 | +* [GNU Make](https://www.gnu.org/software/make/) |
| 34 | +* [Pandoc Dockerfiles](https://github.com/pandoc/dockerfiles) |
| 35 | +* [Docker](https://www.docker.com/) |
| 36 | +* [GitHub](https://github.com/) |
| 37 | + |
| 38 | + |
| 39 | +## Contributors |
| 40 | + |
| 41 | +[This project](https://github.com/cagix/pandoc-lecture) |
| 42 | +has been created and is being maintained by the author |
| 43 | +[Carsten Gips](https://github.com/cagix) and various |
| 44 | +[contributors](https://github.com/cagix/pandoc-lecture/graphs/contributors). |
0 commit comments