Browse Source

Revert local patch using ',' instead of ':' in gtab macro.

Use ':' in every files containing gtab macro.
Now we use the original songs.sty package.
remotes/origin/split-songs
Alexandre Dupas 16 years ago
parent
commit
a96bad979b
  1. 3
      chordbook.tex
  2. 2
      songs.sty

3
chordbook.tex

@ -88,6 +88,9 @@
\showindex{Index des chansons}{titleidx}
\showindex{Index des auteurs}{authidx}
% desactivate ':' as an active character from babel[french]
\shorthandoff{:}
\songsection{Chansons}
\begin{songs}{titleidx,authidx}
\input{songs.sbd}

2
songs.sty

@ -2618,7 +2618,7 @@
}%
\SB@gettabindfalse%
}
\newcommand\SB@ctoken{} \def\SB@ctoken{,}
\newcommand\SB@ctoken{} \def\SB@ctoken{:}
\newcommand\SB@xtoken{} \def\SB@xtoken{X}
\newcommand\SB@otoken{} \def\SB@otoken{O}
\newcommand\SB@tokenz{} \def\SB@tokenz{0}

Loading…
Cancel
Save