add quarto book
This commit is contained in:
parent
5391487bfd
commit
d5e53b30b0
19
Makefile
19
Makefile
@ -68,19 +68,28 @@ ${TMP_BOOK_DIR}/%.pdf: ${SRC_DIR}/%.tex ${SRC_DIR}/images/title.png
|
|||||||
latexmk -cd -lualatex -e '$$lualatex=q/lualatex %O -shell-escape %S/' -output-directory=${WORKING_DIR}/${TMP_BOOK_DIR} $<
|
latexmk -cd -lualatex -e '$$lualatex=q/lualatex %O -shell-escape %S/' -output-directory=${WORKING_DIR}/${TMP_BOOK_DIR} $<
|
||||||
rm -r ${SRC_DIR}/tmp_ly
|
rm -r ${SRC_DIR}/tmp_ly
|
||||||
|
|
||||||
|
${TMP_BOOK_DIR}/%-folio.pdf: ${TMP_BOOK_DIR}/%.pdf
|
||||||
|
cd ${TMP_BOOK_DIR} && \
|
||||||
|
../../bin/makebook -v -t folio -i $(notdir $<) -o $(notdir $@)
|
||||||
|
|
||||||
|
#long edge binding
|
||||||
|
${TMP_BOOK_DIR}/%-quarto.pdf: ${TMP_BOOK_DIR}/%.pdf
|
||||||
|
cd ${TMP_BOOK_DIR} && \
|
||||||
|
../../bin/makebook -v -t quarto -i $(notdir $<) -o $(notdir $@)
|
||||||
|
|
||||||
|
${TMP_BOOK_DIR}/%-sexto.pdf: ${TMP_BOOK_DIR}/%.pdf
|
||||||
|
cd ${TMP_BOOK_DIR} && \
|
||||||
|
../../bin/makebook -v -t sexto -i $(notdir $<) -o $(notdir $@)
|
||||||
|
|
||||||
#short edge binding
|
#short edge binding
|
||||||
${TMP_BOOK_DIR}/%-octavo.pdf: ${TMP_BOOK_DIR}/%.pdf
|
${TMP_BOOK_DIR}/%-octavo.pdf: ${TMP_BOOK_DIR}/%.pdf
|
||||||
cd ${TMP_BOOK_DIR} && \
|
cd ${TMP_BOOK_DIR} && \
|
||||||
../../bin/makebook -v -t octavo -i $(notdir $<) -o $(notdir $@)
|
../../bin/makebook -v -t octavo -i $(notdir $<) -o $(notdir $@)
|
||||||
|
|
||||||
${TMP_BOOK_DIR}/%-folio.pdf: ${TMP_BOOK_DIR}/%.pdf
|
|
||||||
cd ${TMP_BOOK_DIR} && \
|
|
||||||
../../bin/makebook -v -t folio -i $(notdir $<) -o $(notdir $@)
|
|
||||||
|
|
||||||
${BUILD_DIR}/%.pdf: ${TMP_DIR}/%.pdf
|
${BUILD_DIR}/%.pdf: ${TMP_DIR}/%.pdf
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
book: directories ${BUILD_BOOK_DIR}/${BOOKNAME}.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-folio.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-octavo.pdf ${LY_FILES}
|
book: directories ${BUILD_BOOK_DIR}/${BOOKNAME}.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-folio.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-quarto.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-sexto.pdf ${BUILD_BOOK_DIR}/${BOOKNAME}-octavo.pdf ${LY_FILES}
|
||||||
songs: directories ${LY_PDFS}
|
songs: directories ${LY_PDFS}
|
||||||
midi: directories ${LY_MIDIS}
|
midi: directories ${LY_MIDIS}
|
||||||
opus: directories ${LY_OPUS}
|
opus: directories ${LY_OPUS}
|
||||||
|
@ -5,7 +5,7 @@ dann heraus bei Tag und Nacht, bis sie wieder freigemacht!
|
|||||||
Burschen heraus!
|
Burschen heraus!
|
||||||
\par
|
\par
|
||||||
3. Burschen heraus! Lasst es schallen von Haus zu Haus!
|
3. Burschen heraus! Lasst es schallen von Haus zu Haus!
|
||||||
Wenn es gilt fprs Vaterland, treu die Klingen dann zur Hand,
|
Wenn es gilt fürs Vaterland, treu die Klingen dann zur Hand,
|
||||||
und heraus mit mutgem Sang, wär es auch zum letzten Gang!
|
und heraus mit mutgem Sang, wär es auch zum letzten Gang!
|
||||||
Burschen heraus!
|
Burschen heraus!
|
||||||
\\~
|
\\~
|
||||||
|
Loading…
Reference in New Issue
Block a user