Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dirMake.sh 250B

123456789101112
  1. #!/usr/bin/bash
  2. # Transition 2024
  3. # uses no "Zielgruppe" any more.
  4. export TEXINPUTS=".:../framework:"
  5. pdflatex PruefungS4_Schueler.tex
  6. pdflatex PruefungS4_Schueler.tex
  7. pdflatex PruefungS4_Trainer.tex
  8. pdflatex PruefungS4_Trainer.tex
  9. evince *.pdf &