diff options
author | Naoki Pross <np@0hm.ch> | 2021-10-12 19:35:21 +0200 |
---|---|---|
committer | Naoki Pross <np@0hm.ch> | 2021-10-12 19:35:21 +0200 |
commit | bbf0196c4f77bc7dbc8a021a09d30b40b2168427 (patch) | |
tree | ca916a83e57bd30a0e99cb58232bb5da69334cc2 /doc/thesis/Makefile | |
parent | Merge branch 'master' of github.com:NaoPross/Fading (diff) | |
download | Fading-bbf0196c4f77bc7dbc8a021a09d30b40b2168427.tar.gz Fading-bbf0196c4f77bc7dbc8a021a09d30b40b2168427.zip |
Block diagram of communication and start AM and QAM
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index e5315de..fb4f88d 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -4,16 +4,17 @@ TEXARGS := -halt-on-error -interaction=nonstopmode SOURCES := \ Fading.tex \ Fading.bib \ - tex/classicthesis.sty \ - tex/classicthesis-config.tex \ \ - tex/titlepage.tex \ + tex/docmacros.sty \ tex/preamble.tex \ + tex/titlepage.tex \ \ chapters/introduction.tex \ chapters/theory.tex \ chapters/implementation.tex \ - chapters/conclusions.tex + chapters/conclusions.tex \ + \ + figures/tikz/overview.tex # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) |