From b8dbb7a97a3c179df07c026b9077397146efd3f5 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 16 Apr 2013 00:24:40 +0200 Subject: [PATCH] Correction d'un bug de songs.sty permettant l'utilisation des commandes \authsepword \authbyword \authignoreword --- tex/songs.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tex/songs.sty b/tex/songs.sty index 1a338089..3202134c 100644 --- a/tex/songs.sty +++ b/tex/songs.sty @@ -3076,9 +3076,9 @@ \newcommand\authignoreword[1]{} \newcommand\titleprefixword[1]{} {\catcode`\%=12 - \gdef\authsepword#1{\SB@idxcmd{}{%sep #1}{}} - \gdef\authbyword#1{\SB@idxcmd{}{%after #1}{}} - \gdef\authignoreword#1{\SB@idxcmd{}{%ignore #1}{}} + \gdef\authsepword#1{\SB@idxcmd{}{}{%sep #1}} + \gdef\authbyword#1{\SB@idxcmd{}{}{%after #1}} + \gdef\authignoreword#1{\SB@idxcmd{}{}{%ignore #1}} \gdef\titleprefixword#1{\SB@idxcmd{%prefix #1}{}{}}} \@onlypreamble\authsepword \@onlypreamble\authbyword