No Description
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.

makepdf.sh 618B

123456789101112131415161718192021222324252627282930
  1. #!/bin/bash
  2. #
  3. # CREATE PDF from *.tex Files
  4. #
  5. # author phi@freimann.eu
  6. # date 2019-07-11
  7. export ARTICLE_FILE_NAME="pruefungsIndex"
  8. export ZIELGRUPPE="ALLG"
  9. #export ZIELGRUPPE="TRAINER_GESO"
  10. export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
  11. ../../framework/bin/makeall.sh
  12. cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
  13. export ZIELGRUPPE="TRAINER"
  14. #export ZIELGRUPPE="TRAINER_GESO"
  15. export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
  16. ../../framework/bin/makeall.sh
  17. mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
  18. killall evince
  19. evince *.pdf