No description
|
|
||
|---|---|---|
| extras | ||
| paginas | ||
| .gitignore | ||
| haz-contenido.sh | ||
| haz-contraportada.sh | ||
| haz-indice.sh | ||
| haz-libro.sh | ||
| haz-portada.sh | ||
| manifest2libro.php | ||
| README | ||
Requiere:
ghostscript lilypond php-xml
Ver "Installing Repo" en http://source.android.com/source/downloading.html
para instalar repo. En esencia:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
Luego:
mkdir cjsjb-partituras
cd cjsjb-partituras
repo init -u https://gitlab.com/cjsjb/partituras/manifiesto.git
repo sync --no-clone-bundle
# Generar definición del libro:
./utilerias/manifest2libro.php > libro.def
# Generar el contenido:
./utilerias/haz-contenido.sh
# Generar la portada:
./utilerias/haz-portada.sh
# Generar el índice:
./utilerias/haz-indice.sh
gs -q -sDEVICE=pdfwrite -dBATCH -dNOPAUSE -sOutputFile=cjsjb-partituras.pdf \
portada.pdf \
utilerias/paginas/hoja-blanca.pdf \
indice.pdf \
utilerias/paginas/hoja-blanca.pdf \
contenido.pdf