From e5ada93506f2b46f280c9334c0954e6b7c4f597d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 5 May 2020 18:13:11 +0200 Subject: New project layout --- thesis/run | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 thesis/run (limited to 'thesis/run') diff --git a/thesis/run b/thesis/run new file mode 100755 index 0000000..1661719 --- /dev/null +++ b/thesis/run @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +pdflatex thesis.tex -o output.pdf +zathura output.pdf -- cgit v1.2.3