diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2022-05-18 14:43:23 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2022-05-18 14:43:23 +0200 |
commit | 88cc6d9775114c70d8723a52a869179ce806d2f7 (patch) | |
tree | 5e805742058ff0eca907bdd1d0baf83dc178ccce | |
parent | fix nav/makefile.inc (diff) | |
download | SeminarSpezielleFunktionen-88cc6d9775114c70d8723a52a869179ce806d2f7.tar.gz SeminarSpezielleFunktionen-88cc6d9775114c70d8723a52a869179ce806d2f7.zip |
fix paper offset
-rwxr-xr-x | buch/splitpapers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/splitpapers b/buch/splitpapers index 9ae5aae..e1b6834 100755 --- a/buch/splitpapers +++ b/buch/splitpapers @@ -16,7 +16,7 @@ then fi awk 'BEGIN { - offsetpage = 10 + offsetpage = 12 startpage = 0 identifier = "" chapterno = 0 |