This is the current songbook in the F-Klub
The latest songbook can be downloaded from here in booklet format ready for printing. If you require the songbook in a non-booklet format, you can follow the build instructions below (and use the pdf target formake).
For Debian-based systems (in other distributions package names may vary):
- Fetch the source code
git clone https://github.com/f-klubben/sangbog.git- Install prerequisites:
sudo apt install texlive-latex-extra psutils texlive-lang-european ghostscript- Build the sangbog
make bookletfor booklet format,make pdffor non-booklet (continuous) format
Songs are stored in /sange so the process of adding a new song is
touch ./sange/[songname].tex- Edit
./sange/[songname].tex - Add the following in
main.tex\newpage \input{sange/[songname].tex}