From 2f84c4378251797bd8d6b52088f4c14525b96d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 13 Sep 2021 08:01:42 +0200 Subject: improve spacing of indices --- buch/common/farbseiten.sh | 219 +++++------------------------------------ buch/papers/spannung/teil2.tex | 10 +- 2 files changed, 31 insertions(+), 198 deletions(-) diff --git a/buch/common/farbseiten.sh b/buch/common/farbseiten.sh index afccf66..10af1d0 100644 --- a/buch/common/farbseiten.sh +++ b/buch/common/farbseiten.sh @@ -8,6 +8,9 @@ awk 'BEGIN { result = "" counter = 0 } +/^#/ { + next +} { if (length(result) == 0) { result = $1 @@ -20,198 +23,28 @@ END { printf("%s\n", result) printf("Anzahl Farbseiten: %d\n", counter) }' <