Add foreword page and image placement commands
- Introductory page with quote, horizontal rule, and foreword text
- \fillerpage{path} for full-page centered filler images
- \songimage{path} for inline images within song pages
- \fullpageimage{path} for borderless full-page images
- Added graphicx and csquotes packages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
30
songbook.tex
30
songbook.tex
@@ -17,10 +17,40 @@
|
||||
\vfill
|
||||
\end{titlepage}
|
||||
|
||||
% --- Foreword / Introductory page ---
|
||||
\thispagestyle{empty}
|
||||
{\large\bfseries\itshape
|
||||
\enquote{Das Volkslied ist nun einmal da --, daran k\"onnen wir nicht
|
||||
vorbei -- es ergreift uns stark und tief, und die Antwort auf
|
||||
das Warum? bleiben wir schuldig.}
|
||||
\par}
|
||||
\vspace{2mm}
|
||||
\noindent\rule{\textwidth}{0.4pt}
|
||||
\vspace{4mm}
|
||||
|
||||
\small
|
||||
So hei\ss t es im Vorwort des wohl bekanntesten Liederbuchs
|
||||
in der Jugendbewegung, dem \textit{Zupfgeigenhansl}, aus dem Jahr 1913.
|
||||
|
||||
Und auch wir erleben auf Fahrt und Lager immer wieder die Kraft des
|
||||
gemeinsamen Singens. Mit diesem Liederbuch haben wir eine Auswahl
|
||||
an Liedern aus unterschiedlichen Quellen zusammengetragen.
|
||||
|
||||
Singen verbindet uns, macht Freude und ist ein entscheidendes Element
|
||||
unserer Lager und Fahrt.
|
||||
|
||||
\vspace{5mm}
|
||||
Herzlichst Gut Pfad
|
||||
|
||||
\clearpage
|
||||
|
||||
% --- Table of Contents ---
|
||||
\printsongtoc
|
||||
\clearpage
|
||||
|
||||
% --- Filler images can be placed between songs ---
|
||||
% Example: \fillerpage{images/drawing.png}
|
||||
|
||||
% --- Songs (alphabetical) ---
|
||||
\input{songs/abend-wird-es-wieder}
|
||||
\input{songs/auf-auf-zum-froehlichen-jagen}
|
||||
|
||||
Reference in New Issue
Block a user