typst-lepizig-glossing/README.md

20 lines
687 B
Markdown
Raw Normal View History

2023-07-03 02:41:27 -07:00
# Leipzig Glossing in Typst
2023-03-23 21:56:15 -07:00
2023-07-04 00:49:00 -07:00
`leipzig-glossing` is a [Typst](https://github.com/typst/typst) library for
creating interlinear morpheme-by-morpheme glosses according to the [Leipzig
glossing rules](https://www.eva.mpg.de/lingua/pdf/Glossing-Rules.pdf).
2023-03-23 21:56:15 -07:00
2023-07-04 00:49:00 -07:00
Run `typst compile leipzig-gloss-examples.typ` in the root of the repository to
generate a pdf file with examples and documentation. This command is also
codified in the accompanying [justfile](https://github.com/casey/just) as `just
build-example`.
2023-04-07 23:41:39 -07:00
# License
This library uses the MIT license; see `LICENSE.txt`.
2023-07-03 02:41:27 -07:00
# Contributors
Thanks to [Bethany E. Toma](https://github.com/betoma) for a number of
suggestions and improvements.