Compare commits

..

No commits in common. "2efa9a71b7d177a18307c6cec05df6bb60bf51db" and "752bbce889b85574702570ffa21b1e7c5e237f47" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -88,10 +88,6 @@
}
}
if numbering {
gloss_count.step()
}
let gloss_number = if numbering {
[(#gloss_count.display())]
} else {
@ -99,6 +95,10 @@
}
[#gloss_number #pad(left: 1em)[#gloss_items]]
if numbering {
gloss_count.step()
}
}
#let numbered_gloss = gloss.with(numbering: true)