We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94612d2 commit 1fdd274Copy full SHA for 1fdd274
src/resources/filters/crossref/tables.lua
@@ -104,6 +104,7 @@ function preprocessTable(el, parentId)
104
local last = el.caption.long[#el.caption.long]
105
if last and #last.content > 0 then
106
-- check for tbl label
107
+ local label = nil
108
local caption, attr = parseTableCaption(last.content)
109
if startsWith(attr.identifier, "tbl-") then
110
-- set the label and remove it from the caption
0 commit comments