Compare commits

...

3 Commits

Author SHA1 Message Date
Greg Shuflin 55545eeccc Documentation PDF improvements 2023-10-04 01:35:46 -07:00
Greg Shuflin 80844f5575 Set version to 0.2.0 2023-09-24 01:20:57 -07:00
Greg Shuflin 69ec9263a1 Fix readme 2023-09-21 17:41:52 -07:00
5 changed files with 8 additions and 5 deletions

View File

@ -9,8 +9,8 @@ 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`.
The definitions intended for use by end users are the `#gloss` and
`#numbered_gloss` functions.
The definitions intended for use by end users are the `gloss` and
`numbered-gloss` functions, and the `abbreviations` submodule.
# Contributing

View File

@ -1,3 +1,4 @@
#set document(title: "leipzig-glossing documentation")
#import "leipzig-gloss.typ": abbreviations, gloss, numbered-gloss, gloss-count
#show link: x => underline[*#x*]
@ -22,6 +23,7 @@
#let fmnt = abbreviations.emit-abbreviation("FMNT")
#align(center)[#text(17pt)[`typst-leipzig-glossing` Documentation]]
= Introduction

View File

@ -2,8 +2,9 @@ default:
just --list
build-example:
typst compile leipzig-gloss-examples.typ
# Build the leipzig-glossing documentation PDF
build-doc:
typst compile documentation.typ
build-abbreviations-example:

Binary file not shown.

View File

@ -1,6 +1,6 @@
[package]
name = "leipzig-glossing"
version = "0.1.9"
version = "0.2.0"
entrypoint = "leipzig-gloss.typ"
authors = ["Greg Shuflin", "Other open-source contributors"]
license = "MIT"