summaryrefslogtreecommitdiffhomepage
path: root/thesis
diff options
context:
space:
mode:
Diffstat (limited to 'thesis')
-rwxr-xr-xthesis/run4
-rw-r--r--thesis/thesis.tex6
2 files changed, 10 insertions, 0 deletions
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
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
new file mode 100644
index 0000000..3ca28df
--- /dev/null
+++ b/thesis/thesis.tex
@@ -0,0 +1,6 @@
+\documentclass{article}
+
+\begin{document}
+First document. This is a simple example, with no
+extra parameters or packages included.
+\end{document}