7 ms·
Thanks also that new reader/writer are also integrated like typst. I use it to create pdfs for my blog posts with that code :-) python3 "$SCRIPT_DIR/preproc
by aleks_me2 1mo ago
Thanks also that new reader/writer are also integrated like typst.
I use it to create pdfs for my blog posts with that code :-)
python3 "$SCRIPT_DIR/preprocess.py" > blog-post.md && \
/datadisk/Downloads/pandoc-3.9/bin/pandoc \
blog-post.md \
--pdf-engine=typst \
--template="templates/blog.typ" \
-o "out.pdf" 2>/tmp/pdf-pandoc-err.txt;