added latex template

This commit is contained in:
scbj
2026-03-06 09:40:07 +01:00
parent 1b1b601c2e
commit e78bfe2194
2 changed files with 387 additions and 8 deletions

View File

@@ -5,14 +5,8 @@ MULTI := $(wildcard *.txt)
TARGET_S := $(SINGLE:.md=)
TARGET_M := $(MULTI:.txt=)
PANDOC_OPT = --standalone \
-V linkcolor:blue \
-V geometry:a4paper \
-V geometry:margin=2cm \
-V mainfont="JetBrainsMono Nerd Font" \
-V sansfont="JetBrainsMono Nerd Font" \
-V monofont="JetBrainsMono Nerd Font" \
--pdf-engine=xelatex
PANDOC_OPT = --template ./template.tex \
--listings
.PHONY: all clean out_dir test $(DIRECTORIES)