diff options
Diffstat (limited to 'thesis.meta.yml.gup')
-rw-r--r-- | thesis.meta.yml.gup | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/thesis.meta.yml.gup b/thesis.meta.yml.gup new file mode 100644 index 0000000..de9e5ac --- /dev/null +++ b/thesis.meta.yml.gup | |||
@@ -0,0 +1,14 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u literature.bibtex | ||
4 | |||
5 | cat >$1 <<EOF | ||
6 | --- | ||
7 | lang: de-de | ||
8 | link-citations: true | ||
9 | bibliography: literature.bibtex | ||
10 | title: Iterative Parser als Asymmetrische edit-lenses | ||
11 | author: Gregor Kleen | ||
12 | date: \today | ||
13 | ... | ||
14 | EOF | ||