Oliverpool
89372fe464
Improve comment
9 years ago
Oliverpool
99bee51302
Micro-optimization (just for fun)
9 years ago
Oliverpool
cbe34b91b8
Minor refactoring for error checking
9 years ago
Oliverpool
346f630bba
Improve error messages
9 years ago
Louis
f4e124333e
Change syntax of image directive arguments: `{image: foo.png width=3cm height=2cm}`
9 years ago
Oliverpool
7ae80d5ab4
Improve test
9 years ago
Oliverpool
53d0c29ab5
More elegant bugfix
9 years ago
Oliverpool
87c34fdec1
metacrep attempt
9 years ago
Oliverpool
a5be3647b3
Add german support
9 years ago
Oliverpool
85008674be
Always pass french option to babel
9 years ago
Oliverpool
60f6060885
Try to be more pythonic for size checks
Slight behoavior differences between all() and != (None,None):
- all() requires ALL terms to be not None (where (None, "cm") would pass
!= (None,None))
- all() checks for None or 0 or empty string
No empty unit is supported (yet)
A size of 0 does not really makes sense (and currently is passed
since it is the string "0")
9 years ago
Louis
5f05d8c217
`_render_size` is no longer a method of the abstract class
9 years ago
Louis
5fb090a124
pylint
9 years ago
Louis
b20cc79b51
[WIP][Image size] Seems to work
9 years ago
Louis
acd13c8e3d
[WIP][Image size] LaTeX generation works
9 years ago
Louis
29e0ac9f3a
[WIP][Image size] Refactoring
9 years ago
Louis
6c29053a61
[WIP] Error works, and chordpro to chordpro image conversion works
[CI SKIP]
9 years ago
Louis
8cfe6becf8
[WIP] Image size: write tests
9 years ago
Louis
dec5d9e973
Make help more clear
9 years ago
Louis
665f9fa4b9
Turn method into static method
9 years ago
Louis
f8e9931670
Chord names must be given as an array (instead of a space separated
list)
9 years ago
Louis
51fe10d8c9
Fix indentation
9 years ago
Louis
c1e8ac80ed
Do not split definition of chord notation between python module and template
9 years ago
Louis
6f3440b108
New feature: Can now explicitely define note names
Closes #117
9 years ago
Louis
24515962f1
LaTeX compilation of URLs containing weird characters works
9 years ago
Louis
173c0cafc3
[WIP] TeX generation works; TeX compilation does not
9 years ago
Louis
cfb739d2bb
Move missing image from patadata
9 years ago
Louis
ef58fb63e7
[WIP] Url rendering works
9 years ago
Louis
dfc7762931
[WIP] Special characters: Song generation works. Songbook generation remains to implement
9 years ago
Louis
83ed9ddf71
[WIP] Escaping characters when generating chordpro files works.
9 years ago
Colin
af3649320e
bug fix for empty keyword in index generation
9 years ago
Louis
482bfb217d
[patatools] Replace subcommand manipulation by module `argdispatch` ( #214 )
* [patatools] Replace subcommand manipulation by module `argdispatch`
* [patatools] Behave well when no subcommand is given
* [pylint] Remove useless import, and fix import ordering
9 years ago
Louis
da9215aacd
[WIP] Escaped characters are correctly parsed. They now have to be correctly rendered
[ci skip]
9 years ago
Louis
453aaaba4e
Remove useless and deprecated option
9 years ago
Louis
c52d309a88
[test] Mark # as an escapable character
9 years ago
Louis
443e8509a1
[test] Refine tests. Untested draft of fix.
9 years ago
Oliverpool
5e16721409
correct comment
9 years ago
Oliverpool
79be2a56ec
Allow finer tuning of the diagram page: all/important/none
9 years ago
Oliverpool
cfffce5e28
Minor debug message change
9 years ago
Oliverpool
88418158d9
Release of version 5.0.0
9 years ago
Oliverpool
73f82327c5
Move and rename 'latex' folder to templates/styles
9 years ago
Oliverpool
8c6a60637b
Move songbook templates in a separate folder
9 years ago
Oliverpool
ad9d7caafd
patatools Python3.5 compat
See 932e39e6a8
9 years ago
Oliverpool
de7d632d21
Rename addsongdir content plugin
9 years ago
Oliverpool
68d33f401a
Correct lyric option
9 years ago
Oliverpool
522b0ed0d1
Override songs enviroonment to prevent number reset
9 years ago
Oliverpool
f0ac98a5d8
Split the cd plugin
9 years ago
Oliverpool
f5afb56989
[wip] Trick to manually prevent the songs package from resetting the counter
9 years ago
Oliverpool
33319b0b25
Initial setcounter plugin (not working)
9 years ago
Oliverpool
e007992a2e
Simplify copy
9 years ago