Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hrjakobsen/sangbog

 
 

Repository files navigation

Sangbogen

This is the current songbook in the F-Klub

Download

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).

Building from source

For Debian-based systems (in other distributions package names may vary):

  1. Fetch the source code
git clone https://github.com/f-klubben/sangbog.git
  1. Install prerequisites:
sudo apt install texlive-latex-extra psutils texlive-lang-european ghostscript
  1. Build the sangbog make booklet for booklet format, make pdf for non-booklet (continuous) format

Adding new songs

Songs are stored in /sange so the process of adding a new song is

  1. touch ./sange/[songname].tex
  2. Edit ./sange/[songname].tex
  3. Add the following in main.tex
    \newpage
    \input{sange/[songname].tex}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PostScript 66.8%
  • TeX 26.0%
  • Perl 7.1%
  • Makefile 0.1%