Romain Goffe
a4f508676d
make cache mechanism work with templates
12 years ago
Romain Goffe
df302ad847
add support for italian language
13 years ago
Romain Goffe
834d7edf43
fix latex warning
13 years ago
Romain Goffe
aac47d0587
templates: remove trailing spaces
13 years ago
Romain Goffe
49bdffa69a
add option for one song per page
13 years ago
Romain Goffe
b1b0185ba6
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
204d28045d
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
e6a95dbb73
move tex files into tex subdirecotry
13 years ago
Romain Goffe
8366f2b958
Templates: add portuguese babel support
13 years ago
Romain Goffe
aff22828ed
templates: retrieve lang parameter
14 years ago
Romain Goffe
62ab4da90e
templates: add songbook language parameter
14 years ago
Romain Goffe
3f8c08c796
restore lilypnod option but do not set as default
14 years ago
Romain Goffe
54887c8c2d
remove lilypond from templates' default options
14 years ago
Romain Goffe
da1ee49f95
add book option to show/hide pictures
14 years ago
Romain Goffe
406db57eed
do not number songs in minimal template
14 years ago
Romain Goffe
9a2782da8d
Template: correct json mistakes
14 years ago
Romain Goffe
b623bbdba2
Template: correct json mistakes
14 years ago
Romain Goffe
e6763a8200
change font size type to int value (synchro with songbook-client)
14 years ago
Romain Goffe
c3cf3dadc3
Templates: drop color options for minimal template
14 years ago
Romain Goffe
a796cc6d8f
Templates: remove shading boxes for "minimal"
14 years ago
crep
5363ca2cd9
change babel order according to lang
14 years ago
Alexandre Dupas
a00b816bad
Add support for spanish language in Babel
14 years ago
Romain Goffe
29c16b1184
add lmodern package to avoid aliased latex fonts
14 years ago
Alexandre Dupas
53300c35bc
Correct templates for the new defined parameters.
15 years ago
Alexandre Dupas
052f2186da
Add flag type for parameter
15 years ago
crep
916290faf7
Add template: minimal.tmpl (no title,no index, no license)
15 years ago
crep
083759343a
Update revision to 3.2 and add "web" field with hyperlink on front page
15 years ago
Alexandre Dupas
5a257fe278
Simplified json storage format for template parameters.
15 years ago
Alexandre Dupas
364dfddd43
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
e8eea0e20e
Add template parameters information.
15 years ago
Alexandre Dupas
dac6018eeb
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
af4103c1ea
(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.
16 years ago
Alexandre Dupas
49cf67729d
Add tab environment to produce guitar tabs.
16 years ago
Alexandre Dupas
aa87c40bbf
Merge songbook.sty into crepbook.cls
16 years ago
Alexandre Dupas
087b383970
Add source file for the first volume and update makefile and volume maker to properly handle volumes.
16 years ago
Alexandre Dupas
b745ac35a1
e the new CrepBook class.
16 years ago
Alexandre Dupas
d02a37ee51
Use the new songbook package to replace old gtab and image handling.
16 years ago
Alexandre Dupas
a96bad979b
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
4f99d40428
Update copyright; remove first page number
16 years ago
Romain Goffe
47143b2ab2
chordbook.tex: adjust parameters
16 years ago
Alexandre Dupas
6355f0b5da
Revert "New version for main documents"
This reverts commit 890060994e
.
16 years ago
Alexandre Dupas
e3aab461ed
New version for main documents
16 years ago
Alexandre Dupas
f09ed117be
Update main documents to define the appearance of authors' names.
16 years ago
Alexandre Dupas
febc5dbf0f
Use palatino instead of the default font
16 years ago
Romain Goffe
fff75f5dff
Modify text height parameter to be more permissive and modify appearance
of title page not to display numbering.
16 years ago
Romain Goffe
27c95d86ed
Spell-check and other layout corrections
16 years ago
Alexandre Dupas
45c769f43c
add title.tex regrouping frontpage information for both output.
modified chordbook to use title.tex.
updated copyright.
various move of commands.
reflect changes in lyricbook.tex.
16 years ago
Alexandre Dupas
38e229f10a
added song section.
added hyperref option to have auto expanding on bookmarks.
16 years ago
Alexandre Dupas
745e653e93
import of the songbook source tree.
16 years ago