Oliverpool
a57f038990
Test travis deploy on testpypi
9 years ago
oliverpool
0fbfbb4722
Merge pull request #210 from patacrep/version5
Release of version 5.0.0
9 years ago
Louis
bb43ae3b71
More changelog items for version 5
9 years ago
Louis
2e815f8d5a
Merge branch 'master' into version5
9 years ago
Louis
8a9a5f9489
Merge pull request #219 from patacrep/french_must_be_defined
You haven't defined the language french yet.
9 years ago
Louis
17dc12591d
Merge pull request #218 from patacrep/image_size
Allow setting image sizes
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
53d0c29ab5
More elegant bugfix
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
b85a88a72b
More tests
9 years ago
Louis
7c476a7849
More tests
9 years ago
Louis
8cfe6becf8
[WIP] Image size: write tests
9 years ago
Louis
2a46dff1e6
Merge pull request #217 from patacrep/notenames
New feature: Can now explicitely define note names
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
b6f61c1fd9
Merge pull request #213 from patacrep/latex_special
Handle LaTeX special characters
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
a831b421a9
TODO
9 years ago
Louis
4691241433
[test][WIP] More tests
[CI skip]
9 years ago
Louis
cfb739d2bb
Move missing image from patadata
9 years ago
Louis
a16cf5434a
Merge branch 'master' into latex_special
9 years ago
Louis
9489a334d9
[test] Rename `test_songbook` to `test_book`
To ease tab completion when changing directory (since `test_song` has the same prefix).
9 years ago
Louis
ef58fb63e7
[WIP] Url rendering works
9 years ago
Louis
446181d818
todo
9 years ago
Louis
dfc7762931
[WIP] Special characters: Song generation works. Songbook generation remains to implement
9 years ago
Louis
1e488b26ec
[WIP] Special chars, and TODO
9 years ago
Louis
83ed9ddf71
[WIP] Escaping characters when generating chordpro files works.
9 years ago
oliverpool
5393c5900c
Merge pull request #216 from cbernet/fix_empty_keyword_authors
bug fix for empty keyword in index generation
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
oliverpool
387951713a
Merge pull request #212 from patacrep/diagrampage
Improved diagram page option
9 years ago
Louis
da9215aacd
[WIP] Escaped characters are correctly parsed. They now have to be correctly rendered
[ci skip]
9 years ago
Louis
7ab42df331
Merge branch 'master' into latex_special
9 years ago
Louis
453aaaba4e
Remove useless and deprecated option
9 years ago