diff options
author | Marvin Borner | 2020-06-21 13:29:32 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-21 13:29:32 +0200 |
commit | 4645073ed73d977c19aaa02a335420b10571c7d5 (patch) | |
tree | 3170a25d2565b79e585d5dec5ab87f7de4b2c721 /thesis | |
parent | e5ada93506f2b46f280c9334c0954e6b7c4f597d (diff) |
Well, I don't need a thesis in corona-times
Diffstat (limited to 'thesis')
-rwxr-xr-x | thesis/run | 4 | ||||
-rw-r--r-- | thesis/thesis.tex | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/thesis/run b/thesis/run deleted file mode 100755 index 1661719..0000000 --- a/thesis/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -pdflatex thesis.tex -o output.pdf -zathura output.pdf diff --git a/thesis/thesis.tex b/thesis/thesis.tex deleted file mode 100644 index 3ca28df..0000000 --- a/thesis/thesis.tex +++ /dev/null @@ -1,6 +0,0 @@ -\documentclass{article} - -\begin{document} -First document. This is a simple example, with no -extra parameters or packages included. -\end{document} |