Browse Source

Prüfungsindex hatte noch falsche Verweise

phi 1 year ago
parent
commit
f643d7d803
3 changed files with 5 additions and 4 deletions
  1. 1
    1
      skript_index/clean.sh
  2. 2
    2
      skript_index/makepdf.sh
  3. 2
    1
      skript_index/pruefung.py

+ 1
- 1
skript_index/clean.sh View File

1
-. ../../layout/clean.sh
1
+. ../../framework/bin/clean.sh
2
 rm ./pruefungsIndex.tex
2
 rm ./pruefungsIndex.tex

+ 2
- 2
skript_index/makepdf.sh View File

14
 
14
 
15
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
15
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
16
 
16
 
17
-../../layout/bin/makeall.sh
17
+../../framework/bin/makeall.sh
18
 
18
 
19
 cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
19
 cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
20
 
20
 
22
 #export ZIELGRUPPE="TRAINER_GESO"
22
 #export ZIELGRUPPE="TRAINER_GESO"
23
 
23
 
24
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
24
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
25
-../../layout/bin/makeall.sh
25
+../../framework/bin/makeall.sh
26
 
26
 
27
 mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
27
 mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
28
 
28
 

+ 2
- 1
skript_index/pruefung.py View File

11
 import re; # regex
11
 import re; # regex
12
 
12
 
13
 skriptPath=os.path.dirname(os.path.realpath(__file__));
13
 skriptPath=os.path.dirname(os.path.realpath(__file__));
14
-pruefungsAufgabenPath='../pruefungen/aufgaben';
14
+#pruefungsAufgabenPath='../pruefungen/aufgaben';
15
+pruefungsAufgabenPath='../aufgaben';
15
 
16
 
16
 tempListe=[];
17
 tempListe=[];
17
 def print_tex_directory_contents(sPath):
18
 def print_tex_directory_contents(sPath):

Loading…
Cancel
Save