From c82613c1c2e5f88598ad6de027cebc702e5843af Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 14 Jun 2012 20:11:12 +0200 Subject: [PATCH] use \newcommand* instead of \newcommand for short macros --- tex/crepbook.cls | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tex/crepbook.cls b/tex/crepbook.cls index 8126677e..d98557a5 100644 --- a/tex/crepbook.cls +++ b/tex/crepbook.cls @@ -450,35 +450,35 @@ \fi% %% End of tabs.sty file -\newcommand{\Intro}{% +\newcommand*{\Intro}{% \IfStrEq{\@lang}{english}{intro}{}% \IfStrEq{\@lang}{french}{intro}{}% }% -\newcommand{\Outro}{% +\newcommand*{\Outro}{% \IfStrEq{\@lang}{english}{outro}{}% \IfStrEq{\@lang}{french}{outro}{}% }% -\newcommand{\Bridge}{% +\newcommand*{\Bridge}{% \IfStrEq{\@lang}{english}{bridge}{}% \IfStrEq{\@lang}{french}{pont}{}% }% -\newcommand{\Chorus}{% +\newcommand*{\Chorus}{% \IfStrEq{\@lang}{english}{chorus}{}% \IfStrEq{\@lang}{french}{refrain}{}% }% -\newcommand{\Verse}{% +\newcommand*{\Verse}{% \IfStrEq{\@lang}{english}{verse}{}% \IfStrEq{\@lang}{french}{couplet}{}% }% -\newcommand{\Solo}{% +\newcommand*{\Solo}{% \IfStrEq{\@lang}{english}{solo}{}% \IfStrEq{\@lang}{french}{solo}{}% }% -\newcommand{\Pattern}{% +\newcommand*{\Pattern}{% \IfStrEq{\@lang}{english}{pattern}{}% \IfStrEq{\@lang}{french}{motif}{}% }% -\newcommand{\Rythm}{% +\newcommand*{\Rythm}{% \IfStrEq{\@lang}{english}{rythm}{}% \IfStrEq{\@lang}{french}{rythme}{}% }%