From 88669fce6741b918f96aff2959cc5d1b6d871e0f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 20 Aug 2022 13:32:54 -0700 Subject: updates for --filter pandoc-citeproc-preamble -> --citeproc change Signed-off-by: Sean Whitton --- test/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test') diff --git a/test/test b/test/test index 9af0ae9..01d3800 100755 --- a/test/test +++ b/test/test @@ -35,7 +35,7 @@ die "need to build before testing\n" unless -x $pcp; unlink $output if -e $output; print "testing with " . (`pandoc --version`)[0]; -system "pandoc -s --filter pandoc-citeproc --bibliography=test.bib" +system "pandoc -s --citeproc --bibliography=test.bib" . " --filter $pcp -M citeproc-preamble=../examples/default.latex" . " test.mdwn -f markdown -o $output"; -- cgit v1.2.3