Louis
bb5ee606f8
Closes #59
11 years ago
Louis
3290291045
Improving \chords rendering in a5paper
11 years ago
Louis
eaafa62033
Added tests for plasTeX
These are not automatic, though...
11 years ago
Louis
52198b4084
Last space and line break are now outside chord \[
11 years ago
Louis
123e2e0e86
Return super() value
This should not change anything, since super() value seems to be None.
11 years ago
Louis
59517b3245
Removing leading spaces and line breaks in verses
11 years ago
Louis
278acc8438
Parsing of chord \[: solved bug when parsing \[A]word\[B]
In previous version, chord `B` was included into chord `A`. Now, they
are adjacent, as expected.
11 years ago
Louis
4f37f3c7c2
Changed signature of parsed_until
11 years ago
Louis
7d8df0ea83
Amélioration de \[
11 years ago
Louis
22495aa5f8
More information stored in song
11 years ago
Louis
603269ec36
Improving LaTeX \[ parsing
11 years ago
Louis
a865dbe38d
pylint
11 years ago
Louis
10434d1fb7
Management of new LaTeX commands
11 years ago
Louis
af9c395079
Improvement of chord parsing: \[
closes #52
11 years ago
Louis
0e1bfe05c9
Ignoring song files not ending with '.sg' or '.is'
11 years ago
Louis
5ab5bfded4
Code factorisation, and better error message when file not found.
11 years ago
Louis
79666c4d3c
pylint
11 years ago
Louis
2533495711
Even better error message
11 years ago
Luthaf
7e6fd4ef06
More search path for tex plugin
11 years ago
Luthaf
9a9ca6fa99
Better error message
11 years ago
Luthaf
2dfd719319
Nettoyage des shebang et des modes de fichiers
11 years ago
Luthaf
823c633943
Corrige un bug lors de la génération des index
Les characters spéciaux (?, $, €, ...) faisaient planter la compilation
11 years ago
Louis
616657acef
Corrected inversion between first and last name, or article and main title
11 years ago
Luthaf
902c207381
Gestion des chemins windows dans les fichiers LaTeX
11 years ago
Luthaf
e823a7dbfe
Revert "Gestion des chemins de fichiers pour LaTeX"
This reverts commit 624211c3b3
.
11 years ago
Luthaf
46a80d2b8f
PDF compilation now works on windows
11 years ago
Louis
443783be2c
Solved sorting problem
11 years ago
Louis
23418d7ceb
pylint
11 years ago
Louis
5a37a0fc46
Ignoring cache
11 years ago
Luthaf
624211c3b3
Gestion des chemins de fichiers pour LaTeX
11 years ago
Louis
5cc88974f2
Using the best pickle protocol version
11 years ago
Louis
52c3007684
Songs are cached only if they are in a datadir
11 years ago
Luthaf
b20d6c8162
Correction d'un bug sous windows
L'exception "Unsupported locale" était levée
11 years ago
Louis
6209f3e9ab
comment
11 years ago
Louis
f8ee770610
Guess encoding while encoding file
11 years ago
Luthaf
fc05a7cb17
Suppression de la liste des accords si les diagrammes sont absents
La liste des accords ne comprenait que des lignes vides sinon
11 years ago
Louis
e6fbc51ebf
Simplify case where datadir is empty
11 years ago
Louis
5048930f44
No error if files cannot be opened
11 years ago
Louis
5fd6aec54b
Deleting useless line
11 years ago
Luthaf
ec48864f76
Use datadirs as base search path for included content
11 years ago
Louis
21d4f0c245
Sanitize encoding of manipulated strings
Every manipulated string is unicode.
* We guess encoding of files we read before opening them, and string
read from it are converted to unicode.
* We guess encoding of strings got from other modules (plasTeX), and
they are converted to unicode.
11 years ago
Louis
aa1f9e9656
Trying to solve encoding problems #50
11 years ago
Louis
813e5d9bdc
Trying to solve encoding problems #50
11 years ago
Luthaf
4563c04c9d
Typo
11 years ago
Luthaf
18b5c9c22c
Gestion du cas où la clef _songbook_dir n'existe pas
11 years ago
Luthaf
75932768e2
Adds a warning message if _songbook_dir is not set
11 years ago
Luthaf
038028d224
Plugin include
Inclusion de fichier JSON contenant une liste de contenu.
Permet d'avoir le même contenu avec plusieurs mises en page.
11 years ago
Louis
ae39389d11
Safer import of pickle
11 years ago
Louis
8c4a151fb8
pylint
11 years ago
Louis
752ff20324
Implement cache for songs
11 years ago