Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
all:
pdflatex -output-directory=./build/ src/*.tex
pdflatex -output-directory=./build/ src/*.tex
make clear-build-artifacts

example:
pdflatex -output-directory=./build/ src/multiversum-xxx.tex
pdflatex -output-directory=./build/ src/multiversum-xxx.tex
make clear-build-artifacts

clear-build-artifacts:
rm build/*.log
rm build/*.aux
rm build/*.out

clean:
rm build/*
16 changes: 7 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Prerequisites
Install:
- xelatex
- latexmk
- Fonts from https://github.com/adobe-fonts, in particular ```source-serif-pro```, ```source-sans-pro``` and ```source-code-pro``` (in the "non-variable font" release). On a Linux system, you will likely want to use the OTF files. That's about 38 font variations, so using a font manager is advised.
- pdflatex
- (optional) latexmk

# New Issue

Expand All @@ -12,18 +11,17 @@ cp src/multiversum-xxx.tex src/multiversum-<newnumber padded to 3 digits>.tex
```

# Build
Run
Run 2-3 times
```
latexmk src/<name>.tex
pdflatex src/<name>.tex
```
to compile, where ```<name>``` is the issue.
to compile, where ```<name>``` is the issue. Run until all hyperrefs & page sizes are correct (basically, until nothing changes anymore).
The result will be in the ```build/``` folder.

If you have an older version of latexmk (for example, if you are running version 4.41), you may need to run
Alternatively, that can be done by running this just once (be aware that latexmk might be depricated and could stop working at some point):
```
latexmk -xelatex src/<name>.tex
latexmk src/<name>.tex
```
instead.

# Cleanup
Run
Expand Down
Binary file added header/Ueberschrift_new_logo.pdf
Binary file not shown.
Loading