typst-lepizig-glossing/README.md

33 lines
1.1 KiB
Markdown
Raw Permalink 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-10-04 01:57:49 -07:00
# Documentation
Run `typst compile documentation.typ` in the root of the repository to
2023-07-04 00:49:00 -07:00
generate a pdf file with examples and documentation. This command is also
codified in the accompanying [justfile](https://github.com/casey/just) as `just
2023-10-04 01:57:49 -07:00
build-doc`.
2023-04-07 23:41:39 -07:00
2023-09-19 01:46:30 -07:00
The definitions intended for use by end users are the `gloss` and
`numbered-gloss` functions, and the `abbreviations` submodule.
2023-07-04 02:09:31 -07:00
2023-07-04 01:22:18 -07:00
# Contributing
2023-04-07 23:41:39 -07:00
2023-07-04 01:22:18 -07:00
The canonical repository for this project is on the [Gitea
instance](https://code.everydayimshuflin.com/greg/typst-lepizig-glossing). The
repository is also [mirrored on
Github](https://github.com/neunenak/typst-leipzig-glossing/). Bug reports and
code contributions are welcome from all users.
## License
2023-04-07 23:41:39 -07:00
This library uses the MIT license; see `LICENSE.txt`.
2023-07-03 02:41:27 -07:00
2023-07-04 01:22:18 -07:00
## Contributors
2023-07-03 02:41:27 -07:00
Thanks to [Bethany E. Toma](https://github.com/betoma) for a number of
suggestions and improvements.