Documentation PDF improvements
This commit is contained in:
parent
80844f5575
commit
55545eeccc
@ -1,3 +1,4 @@
|
|||||||
|
#set document(title: "leipzig-glossing documentation")
|
||||||
#import "leipzig-gloss.typ": abbreviations, gloss, numbered-gloss, gloss-count
|
#import "leipzig-gloss.typ": abbreviations, gloss, numbered-gloss, gloss-count
|
||||||
|
|
||||||
#show link: x => underline[*#x*]
|
#show link: x => underline[*#x*]
|
||||||
@ -22,6 +23,7 @@
|
|||||||
|
|
||||||
#let fmnt = abbreviations.emit-abbreviation("FMNT")
|
#let fmnt = abbreviations.emit-abbreviation("FMNT")
|
||||||
|
|
||||||
|
#align(center)[#text(17pt)[`typst-leipzig-glossing` Documentation]]
|
||||||
|
|
||||||
= Introduction
|
= Introduction
|
||||||
|
|
5
justfile
5
justfile
@ -2,8 +2,9 @@ default:
|
|||||||
just --list
|
just --list
|
||||||
|
|
||||||
|
|
||||||
build-example:
|
# Build the leipzig-glossing documentation PDF
|
||||||
typst compile leipzig-gloss-examples.typ
|
build-doc:
|
||||||
|
typst compile documentation.typ
|
||||||
|
|
||||||
|
|
||||||
build-abbreviations-example:
|
build-abbreviations-example:
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user