diff options
author | Nao Pross <np@0hm.ch> | 2021-07-04 17:52:10 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-04 17:52:31 +0200 |
commit | 115678917f285ef45928510f61fb8cd48c6a46b5 (patch) | |
tree | 2128f2e7bacd2010bcdb0794ef6f5bc1ce96dd86 /buch/papers/punktgruppen/.gitignore | |
parent | Write Intro (diff) | |
download | SeminarMatrizen-115678917f285ef45928510f61fb8cd48c6a46b5.tar.gz SeminarMatrizen-115678917f285ef45928510f61fb8cd48c6a46b5.zip |
Create standalone make target for faster compilation
It takes around 20s on linux and 45s in WSL to compile the book, which is
a lot. The file `standalone.tex` is a skeleton that takes the minimum
required from `book.tex` to compile only our paper. It is intended only
for writing the draft.
Diffstat (limited to '')
-rw-r--r-- | buch/papers/punktgruppen/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buch/papers/punktgruppen/.gitignore b/buch/papers/punktgruppen/.gitignore new file mode 100644 index 0000000..6827d9f --- /dev/null +++ b/buch/papers/punktgruppen/.gitignore @@ -0,0 +1 @@ +standalone |