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 texlive-lang-european
- Build the sangbog
make kontinuertpdf
for non-booklet (continuous) format,make bookletpdf
for booklet format
For nix based systems with flakes enabled:
- Fetch the source code
git clone https://github.com/f-klubben/sangbog.git
- Enter environment
nix develop
- Build pdf
make bookletpdf
Or build and run the latest version locally: nix run github:f-klubben/sangbog
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}