Hide helper function in closure
This commit is contained in:
parent
4519b8da22
commit
3c87ec58c8
@ -113,17 +113,14 @@
|
|||||||
|
|
||||||
#let fmnt = smallcaps([fmnt])
|
#let fmnt = smallcaps([fmnt])
|
||||||
|
|
||||||
|
#let emit_abbreviation(symbol) = {
|
||||||
//Appendix: List of Standard Abbreviations
|
let mark_used(symbol) = {
|
||||||
|
|
||||||
#let mark_used(symbol) = {
|
|
||||||
used_abbreviations.update(cur => {
|
used_abbreviations.update(cur => {
|
||||||
cur.insert(symbol, true)
|
cur.insert(symbol, true)
|
||||||
cur
|
cur
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#let emit_abbreviation(symbol) = {
|
|
||||||
mark_used(symbol)
|
mark_used(symbol)
|
||||||
smallcaps(lower(symbol))
|
smallcaps(lower(symbol))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user