diff options
author | Nao Pross <np@0hm.ch> | 2021-09-21 21:05:00 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-09-21 21:07:44 +0200 |
commit | c194faf2bab13f0c9c813d6fa726618fe86af25e (patch) | |
tree | 66ee9736b0c1edbeec1686de4c277ba92cc6e0ff | |
parent | Create test LaTeX workflow (diff) | |
download | Fading-c194faf2bab13f0c9c813d6fa726618fe86af25e.tar.gz Fading-c194faf2bab13f0c9c813d6fa726618fe86af25e.zip |
Add project plan and thesis to workflow
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/latex.yml | 6 | ||||
-rw-r--r-- | doc/projectplan/ProjectPlan.pdf | bin | 28679 -> 28529 bytes | |||
-rw-r--r-- | doc/thesis/Fading.pdf | bin | 58067 -> 57895 bytes | |||
-rw-r--r-- | doc/thesis/Makefile | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7ee16d4..7af6e80 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -14,3 +14,9 @@ jobs: uses: DanySK/setup-texlive-action@0.1.1 with: requirements-file: .github/texlive/packages.tex + - name: Checkout Repo + uses: actions/checkout@v2 + - name: Typeset Project Plan + run: make -C doc/projectplan + - name: Typeset Thesis + run: make -C doc/thesis diff --git a/doc/projectplan/ProjectPlan.pdf b/doc/projectplan/ProjectPlan.pdf Binary files differindex d66c22d..df1ab21 100644 --- a/doc/projectplan/ProjectPlan.pdf +++ b/doc/projectplan/ProjectPlan.pdf diff --git a/doc/thesis/Fading.pdf b/doc/thesis/Fading.pdf Binary files differindex 746306d..8007a10 100644 --- a/doc/thesis/Fading.pdf +++ b/doc/thesis/Fading.pdf diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 66e0388..84d4a45 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -29,7 +29,6 @@ all: $(PDF) $(TEX) $(TEXARGS) $< # TODO: makeindex and stuff $(TEX) $(TEXARGS) $< - $(TEX) $(TEXARGS) $< .PHONY: clean cleanall clean: |