From bbf0196c4f77bc7dbc8a021a09d30b40b2168427 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Tue, 12 Oct 2021 19:35:21 +0200 Subject: Block diagram of communication and start AM and QAM --- doc/thesis/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/thesis/Makefile') 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)) -- cgit v1.2.1