diff --git a/Makefile b/Makefile index 9e9aa75..6d0612e 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ RHOST= SHELL := /bin/bash -.PHONY: create help start stop list clean +.PHONY: create help start stop list pdf clean help: @echo "" ; @@ -29,6 +29,8 @@ help: @echo "" ; @echo " list: show running containers of instance" ; @echo "" ; + @echo " pdf: Generating PDF from xelatex main.tex" ; + @echo "" ; @echo " help: show this message" ; @echo "" ; @echo "More info:" ; @@ -45,6 +47,9 @@ start: list: @./install/usr/share/swarmlab.io/sec/swarmlab-sec list 2>/dev/null ; true +pdf: + @./bin/make-clean-and-compile.sh ; true + stop: @./install/usr/share/swarmlab.io/sec/swarmlab-sec down 2>/dev/null ; true diff --git a/docs/main.tex b/docs/main.tex index 481f7ce..74057ce 100755 --- a/docs/main.tex +++ b/docs/main.tex @@ -393,7 +393,7 @@ The acknowledgments and the people to thank go here, don't forget to include you % include text -\include{Chapters/Diplomatiki-intro.tex} +\include{Chapters/Chapter1.tex} % %---------------------------------------------------------------------------------------- % % THESIS CONTENT - APPENDICES diff --git a/install/usr/share/swarmlab.io/sec/docs/main.tex b/install/usr/share/swarmlab.io/sec/docs/main.tex index 481f7ce..74057ce 100755 --- a/install/usr/share/swarmlab.io/sec/docs/main.tex +++ b/install/usr/share/swarmlab.io/sec/docs/main.tex @@ -393,7 +393,7 @@ The acknowledgments and the people to thank go here, don't forget to include you % include text -\include{Chapters/Diplomatiki-intro.tex} +\include{Chapters/Chapter1.tex} % %---------------------------------------------------------------------------------------- % % THESIS CONTENT - APPENDICES