Browse Source

xelatex-base main.tex

master
zeus 6 months ago
parent
commit
baaab7819f
  1. 7
      Makefile
  2. 2
      docs/main.tex
  3. 2
      install/usr/share/swarmlab.io/sec/docs/main.tex

7
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

2
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

2
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

Loading…
Cancel
Save