From ddaa61fbb11c38ddf7db19f0cc5d3c073fdd7031 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sat, 1 Aug 2026 22:34:31 -0700 Subject: Add tex render script --- scripts/tex2pdf | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/tex2pdf (limited to 'scripts') diff --git a/scripts/tex2pdf b/scripts/tex2pdf new file mode 100755 index 0000000..e9d7ac4 --- /dev/null +++ b/scripts/tex2pdf @@ -0,0 +1,2 @@ +#!/bin/sh +latexmk -pdf -aux-directory=render-files $1 -- cgit v1.2.3