An open API service indexing awesome lists of open source software.

https://github.com/nacnudus/psalmtex

LaTeX class for setting psalms to Anglican chants with pointing
https://github.com/nacnudus/psalmtex

Last synced: 2 months ago
JSON representation

LaTeX class for setting psalms to Anglican chants with pointing

Awesome Lists containing this project

README

        

# psalm class for latex

## Installation

Put the file `psalm.cls` in `~/texmf/tex/latex/psalm`

## Usage

Suggested makefile:

```make
default: psalm.pdf

psalm.pdf: psalm.ltx chant.png
pdflatex psalm.ltx
rm psalm.aux psalm.log

chant.png: chant.pdf
convert -density 600 chant.pdf -trim chant.png

chant.pdf: chant.ly
lilypond -dno-point-and-click chant.ly

.PHONY: clean
clean:
rm -f psalm.pdf psalm.aux psalm.log chant.png chant.pdf
```

## Acknowledgments

Based on https://github.com/gregrs-uk/anglican-chant-template