Version 1.0.0 (2025-02-18): Version 1.0.0

This commit is contained in:
Thomas Schaller 2025-02-18 08:27:31 +01:00
parent ed77e2bf89
commit cbf28711a4
116 changed files with 87396 additions and 0 deletions

3
makePDF.sh Executable file
View file

@ -0,0 +1,3 @@
asciidoctor-pdf -R "." -o "git-lehrer.pdf" -a lehrer=true -a loesung=true -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc
asciidoctor-pdf -R "." -o "git-schueler.pdf" -a lehrer=false -a loesung=false -a tablet=false -a abstand=false -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc
asciidoctor-pdf -R "." -o "git-schueler-tablet.pdf" -a lehrer=false -a loesung=false -a tablet=true -a abstand=true -a allow-uri-read -a imagesoutdir=./.asciidoctor/stem -r asciidoctor-diagram GIT.adoc