]> git.plutz.net Git - confetti/commitdiff
apply tex escaping - typo
authorpaul <paul@plutz.net>
Thu, 12 Oct 2017 16:28:53 +0000 (16:28 +0000)
committerpaul <paul@plutz.net>
Thu, 12 Oct 2017 16:28:53 +0000 (16:28 +0000)
svn path=/trunk/; revision=155

actions/generate_courselist.sh

index 5b3a32b4315825921c65f3397c3a85abf60807f4..5fbbc28efadd953117a702d08477f3275a572604 100755 (executable)
@@ -57,7 +57,6 @@ list_attendee() {  #Parameter: Cardfile
     fi; done
     printf '%s & %s & %s & %s\n' \
            "$(tex_clean $fullname)" "$(tex_clean $values[BDAY])" "$(tex_clean $tel)" "$(tex_clean $note)" \
     fi; done
     printf '%s & %s & %s & %s\n' \
            "$(tex_clean $fullname)" "$(tex_clean $values[BDAY])" "$(tex_clean $tel)" "$(tex_clean $note)" \
-
     | sed -r ':X;N;$!bX; s;\n;\\newline ;g'
   fi
 }
     | sed -r ':X;N;$!bX; s;\n;\\newline ;g'
   fi
 }