Skip to content

Commit

Permalink
Remove unnecessary options from PANDOC_PDF_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDaten committed Mar 26, 2024
1 parent ac1ae6a commit ea68193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRC_DIR := ./src/cv
TEMPLATE_DIR := ./src/templates

PANDOC_OPTIONS := --standalone --from markdown+latex_macros
PANDOC_PDF_OPTIONS := --include-in-header $(TEMPLATE_DIR)/base.tex --template $(TEMPLATE_DIR)/template.tex
PANDOC_PDF_OPTIONS := --template $(TEMPLATE_DIR)/template.tex
PANDOC_HTML_OPTIONS := --embed-resources --write html5 --css $(TEMPLATE_DIR)/template.css --template $(TEMPLATE_DIR)/template.html --verbose
PANDOC_DOCX_OPTIONS := --write docx

Expand Down
11 changes: 0 additions & 11 deletions src/templates/base.tex

This file was deleted.

0 comments on commit ea68193

Please sign in to comment.