Louis
eb6e4de02f
Suppression du cache pour les images
12 years ago
spalax
68c0306dd8
add support for titleprefixword command
12 years ago
spalax
1dbdbd7f32
move LaTeX geometry package from base class to templates
12 years ago
Louis
3c1582bdf9
Correction : Tri des chansons en prenant compte des préfixes
12 years ago
Louis
1a057bcdfc
Correction du bug : il est maintenant possible de changer l'appel à geometry
12 years ago
Romain Goffe
dc70ad09f7
override the lilypond macro in templates
This is needed since we must check if the pdf file has been produced
within the library directory for the makefile to run the lilypond command
12 years ago
Romain Goffe
4547d6e8f2
fix out-of-tree lilypond inclusion
12 years ago
Romain Goffe
2a80f222cd
support the songs library's image path for pictures
12 years ago
Romain Goffe
e8fe09f290
make cache mechanism work with templates
12 years ago
Romain Goffe
44cdcbd976
add support for italian language
13 years ago
Romain Goffe
ae4ff73cf4
fix latex warning
13 years ago
Romain Goffe
0966bdaebd
templates: remove trailing spaces
13 years ago
Romain Goffe
30a42c1f0f
add option for one song per page
13 years ago
Romain Goffe
eb0e683271
major performance improvement when building a songbook
make songbook.pdf :
- before patch: 5mn23s
- after patch: 14s
The issue was about LaTeX \graphicspath macro that was used for
covers. Since covers are stored in each artist's directory,
\graohicspath was containing a large number of different paths which
resulted in quite some time to evaluate when using \includegraphics.
This small patch copies all covers in a single temporary directory
before building a songbook. Note that symlinks are quite tricky to use
with pdflatex, esp. with MacOs/Windows plateforms so a hard copy has
been preferred.
13 years ago
Romain Goffe
c2e97faaa4
support a new instrument category for crepbook class
instrument may be guitar or ukulele
a new macro \utab, similar to \gtab may is also introduced
this macro can be used in sg files to indicate ukulele diagrams
13 years ago
Romain Goffe
e3f5d97cb6
move tex files into tex subdirecotry
13 years ago
Romain Goffe
165602d9bc
Templates: add portuguese babel support
13 years ago
Romain Goffe
306263ce06
templates: retrieve lang parameter
13 years ago
Romain Goffe
f788384edd
templates: add songbook language parameter
13 years ago
Romain Goffe
d57d71f5bd
restore lilypnod option but do not set as default
14 years ago
Romain Goffe
ab0b8fc6d0
remove lilypond from templates' default options
14 years ago
Romain Goffe
d62e82e7e0
add book option to show/hide pictures
14 years ago
Romain Goffe
b0d920aac3
do not number songs in minimal template
14 years ago
Romain Goffe
57a61d8be9
Template: correct json mistakes
14 years ago
Romain Goffe
bcf29175f6
Template: correct json mistakes
14 years ago
Romain Goffe
d09d9794da
change font size type to int value (synchro with songbook-client)
14 years ago
Romain Goffe
34fa46e527
Templates: drop color options for minimal template
14 years ago
Romain Goffe
c010f68361
Templates: remove shading boxes for "minimal"
14 years ago
crep
82e3a42ffe
change babel order according to lang
14 years ago
Alexandre Dupas
2ec586fe25
Add support for spanish language in Babel
14 years ago
Romain Goffe
431a1fa77f
add lmodern package to avoid aliased latex fonts
14 years ago
Alexandre Dupas
6a71d0bccc
Correct templates for the new defined parameters.
14 years ago
Alexandre Dupas
a09ede4e77
Add flag type for parameter
14 years ago
crep
7c21f4dd29
Add template: minimal.tmpl (no title,no index, no license)
15 years ago
crep
9494cee691
Update revision to 3.2 and add "web" field with hyperlink on front page
15 years ago
Alexandre Dupas
f17bc5e9a4
Simplified json storage format for template parameters.
15 years ago
Alexandre Dupas
67ffa41856
New template parameters mechanism.
Improved document generation in songbook.py.
Clean up some code to be more pythonic.
New format for template parameters.
Default template parameter type is now string.
15 years ago
Alexandre Dupas
88f5f79ea4
Add template parameters information.
15 years ago
Alexandre Dupas
99657d6c86
Introduce the new songbook format.
This release now uses JSON coded data to represent a songbook. Songbook are stored in .sb files. The generation of the corresponding .tex file is done by the songbook.py program and uses templates stored in templates/. The default template is songbook.tmpl. It produces songbooks similar to the previous version of the songbook software suite.
15 years ago
Alexandre Dupas
af1a36b16f
(import v2.9) Fixed a compatibility issue with Babel that caused \gtab to malfunction when French was the active language.
Removed current workaround from chordbook.tex and volume-1.tex.
15 years ago
Alexandre Dupas
b06a53d1bc
Add tab environment to produce guitar tabs.
16 years ago
Alexandre Dupas
36262f868c
Merge songbook.sty into crepbook.cls
16 years ago
Alexandre Dupas
6af646136a
Add source file for the first volume and update makefile and volume maker to properly handle volumes.
16 years ago
Alexandre Dupas
c735534e2a
e the new CrepBook class.
16 years ago
Alexandre Dupas
ae021f6b8e
Use the new songbook package to replace old gtab and image handling.
16 years ago
Alexandre Dupas
1de74baac3
Revert local patch using ',' instead of ':' in gtab macro.
Use ':' in every files containing gtab macro.
Now we use the original songs.sty package.
16 years ago
Alexandre Dupas
0c7bfd0692
Update copyright; remove first page number
16 years ago
Romain Goffe
2277f13ce8
chordbook.tex: adjust parameters
16 years ago
Alexandre Dupas
936a12ee09
Revert "New version for main documents"
This reverts commit 890060994e
.
16 years ago
Alexandre Dupas
890060994e
New version for main documents
16 years ago