暫無描述
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.

makeBoth.shARCHIV 653B

123456789101112131415161718192021222324252627282930
  1. #!/bin/bash
  2. #
  3. # CREATE two PDF from *.tex Files one: Trainer, one: Traniee
  4. #
  5. # author phi@freimann.eu
  6. # date 2019-07-11
  7. export ARTICLE_FILE_NAME="Pruefung"
  8. export ZIELGRUPPE="GESO"
  9. if [ -f './TALS.flag' ] ; then
  10. export ZIELGRUPPE="TALS"
  11. fi
  12. export SHOW_COMMAND_FOR_PDF="evince "
  13. export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
  14. if [ -f '../../framework/bin/makeBoth.sh' ] ; then
  15. ../../framework/bin/makeBoth.sh
  16. fi
  17. if [ -f '../../../framework/bin/makeBoth.sh' ] ; then
  18. ../../../framework/bin/makeBoth.sh
  19. fi
  20. if [ -f '../../../../framework/bin/makeBoth.sh' ] ; then
  21. ../../../../framework/bin/makeBoth.sh
  22. fi