Browse Source

Revert "Correction d'un plantage LaTeX"

La commande `\and` est une commande parfaitement valide pour les listes
d'auteurs en LaTeX. Si elle lève une erreur, c'est ailleurs qu'il faut
corriger quelque chose.

- Commentaire expliquant l'erreur : https://github.com/patacrep/songbook-core/pull/32#issuecomment-42860258
- Correction de l'erreur : baed32f3de

This reverts commit 5abf28f427.
accords
Louis 11 years ago
parent
commit
21739a7b7e
  1. 2
      books/lyricbook.sb
  2. 2
      books/lyricbook_en.sb
  3. 2
      books/lyricbook_fr.sb

2
books/lyricbook.sb

@ -3,7 +3,7 @@
"lang" : "french", "lang" : "french",
"bookoptions" : [], "bookoptions" : [],
"booktype" : "lyric", "booktype" : "lyric",
"author" : "Crep (R.Goffe) and Lohrun (A.Dupas)", "author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "parolier", "subtitle" : "parolier",
"title" : "Recueil de chansons", "title" : "Recueil de chansons",
"authwords" : { "authwords" : {

2
books/lyricbook_en.sb

@ -3,7 +3,7 @@
"lang" : "english", "lang" : "english",
"bookoptions" : [], "bookoptions" : [],
"booktype" : "lyric", "booktype" : "lyric",
"author" : "Crep (R.Goffe) and Lohrun (A.Dupas)", "author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "lyrics", "subtitle" : "lyrics",
"authwords" : { "authwords" : {
"sep" : ["and", "et"] "sep" : ["and", "et"]

2
books/lyricbook_fr.sb

@ -3,7 +3,7 @@
"lang" : "french", "lang" : "french",
"bookoptions" : [], "bookoptions" : [],
"booktype" : "lyric", "booktype" : "lyric",
"author" : "Crep (R.Goffe) and Lohrun (A.Dupas)", "author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "parolier", "subtitle" : "parolier",
"authwords" : { "authwords" : {
"sep" : ["and", "et"] "sep" : ["and", "et"]

Loading…
Cancel
Save