We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bac108 commit aa82a8fCopy full SHA for aa82a8f
themes/default.typ
@@ -681,7 +681,6 @@
681
artshort = user-capitalize(artshort)
682
}
683
684
-
685
// Conditions
686
let is-first = is-first(entry.at(KEY))
687
let has-short = has-short(entry)
@@ -739,7 +738,7 @@
739
738
740
} else if (is-first or long == true) and has-long {
741
// 3 & 4. long (short+suffix) (first or long requested, and has long form)
742
- if has-short {
+ if has-short {
743
[#elong (#eshort)]
744
} else {
745
[#elong]
0 commit comments