diff --git a/leipzig-gloss-examples.typ b/documentation.typ similarity index 99% rename from leipzig-gloss-examples.typ rename to documentation.typ index c978998..5abce5a 100644 --- a/leipzig-gloss-examples.typ +++ b/documentation.typ @@ -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 diff --git a/justfile b/justfile index f10a8e7..f7d5ae0 100644 --- a/justfile +++ b/justfile @@ -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: diff --git a/leipzig-gloss-examples.pdf b/leipzig-gloss-examples.pdf deleted file mode 100644 index b8987b6..0000000 Binary files a/leipzig-gloss-examples.pdf and /dev/null differ