From 8dba61fefe9c0d794c9fee13cbe582c9642cbd75 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 15 Feb 2024 10:53:59 +0100 Subject: [PATCH] fix(script): Only enable live zotero filter for docx format Since we only make use of the live zotero citations in docx format, we should also only enable the filter there. This commit fixes that. --- scoping_review.qmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scoping_review.qmd b/scoping_review.qmd index 0d20f51..f278119 100644 --- a/scoping_review.qmd +++ b/scoping_review.qmd @@ -11,8 +11,10 @@ geometry: lang: en title: Addressing Inequalities in the World of Work subtitle: Scoping Review on 'What Works' -filters: - - src/pandoc-to-zotero-live.lua +format: + docx: + filters: + - src/pandoc-to-zotero-live.lua --- ```{python}