We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b1b62 commit c048b67Copy full SHA for c048b67
codelst.typ
@@ -319,7 +319,7 @@
319
#let lineref( label, supplement:"line" ) = locate(loc => {
320
let lines = query(selector(label), loc)
321
assert.ne(lines, (), message: "Label <" + str(label) + "> does not exists.")
322
- [#supplement #numbering("1", ..context codelst-counter.at(lines.first().location()))]
+ [#supplement #{context numbering("1", ..codelst-counter.at(lines.first().location()))}]
323
})
324
325
#let codelst-styles( body ) = {
example.pdf
2.46 KB
0 commit comments