mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-25.git
synced 2025-04-29 04:46:06 +02:00
Initial commit
This commit is contained in:
commit
134acd378c
166 changed files with 9400 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
cancionero:
|
||||
pdflatex -d cancionero.tex
|
||||
luatex songidx.lua idxfile.sxd idxfile.sbx
|
||||
luatex songidx.lua idxfile-authors.sxd idxfile-authors.sbx
|
||||
pdflatex -d cancionero.tex
|
||||
|
||||
impresion:
|
||||
pdflatex -d impresion.tex
|
||||
|
||||
clean:
|
||||
rm -f *.gz *.aux *.log *.sxd *.sbx *.toc *.log *.sxc *.out
|
Loading…
Add table
Add a link
Reference in a new issue