Skip to content

Commit

Permalink
fix(filters): disable pandoc-crossref
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadharma committed Feb 7, 2023
1 parent d423045 commit 0c33e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PDF_OPTIONS =
PDF_FORMAT_OPTIONS = -t beamer --slide-level=2

FILTERS += --citeproc
FILTERS += -F pandoc-crossref
# FILTERS += -F pandoc-crossref
PDF_ENGINE += --pdf-engine=lualatex
PDF_OPTIONS += --number-sections

Expand Down

0 comments on commit 0c33e5d

Please sign in to comment.