Skip to content

Commit c1361f0

Browse files
committed
Proceess authors for docx
1 parent 18885dc commit c1361f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/common/authors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ local kAffiliationAliasedFields = {
141141
local kNumber = "number"
142142

143143
function processAuthorMeta(meta, authorInput)
144-
if not _quarto.format.isHtmlOutput() and not _quarto.format.isLatexOutput() and not _quarto.format.isIpynbOutput() then
144+
if not _quarto.format.isHtmlOutput() and not _quarto.format.isLatexOutput() and not _quarto.format.isIpynbOutput() and not _quarto.format.isDocxOutput() then
145145
return
146146
end
147147

0 commit comments

Comments
 (0)