Add appendix document
This commit is contained in:
parent
0891d7e632
commit
4e94f8767b
BIN
appendix/HostingProviderComp.pdf
Normal file
BIN
appendix/HostingProviderComp.pdf
Normal file
Binary file not shown.
41
appendix/Makefile
Normal file
41
appendix/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
DOCNAME = appendix
|
||||
TARGET = appendix.pdf
|
||||
|
||||
RM ?= rm -f
|
||||
MPP = perl -I../mpp ../mpp/mpp
|
||||
MPPFLAGS =
|
||||
PANDOC = pandoc
|
||||
PANDOCFLAGS = --latex-engine=xelatex --listings --toc --no-tex-ligatures --normalize --chapters
|
||||
BUTLER = perl -I../butler/src ../butler.pl
|
||||
BUTLERFLAGS = --docname=${DOCNAME} --xml=../internship.xml
|
||||
LATEX = xelatex
|
||||
LATEXFLAGS = -halt-on-error -no-shell-escape
|
||||
|
||||
DEPS := ../internship.xml $(shell ${MPP} --list-includes ${TARGET:.pdf=.md})
|
||||
|
||||
all: ${TARGET}
|
||||
|
||||
assistant: MPPFLAGS += --assistant
|
||||
|
||||
assistant: all
|
||||
|
||||
clean:
|
||||
${RM} ${TARGET}
|
||||
|
||||
${TARGET}: ${DEPS}
|
||||
|
||||
.md.mppmd:
|
||||
${MPP} ${MPPFLAGS} $< > $@
|
||||
|
||||
.mppmd.maintex:
|
||||
${PANDOC} ${PANDOCFLAGS} -t latex -o $@ $<
|
||||
|
||||
.maintex.tex:
|
||||
${BUTLER} ${BUTLERFLAGS} --main=$< > $@
|
||||
|
||||
.tex.pdf:
|
||||
${LATEX} ${LATEXFLAGS} -jobname=${@:%.pdf=%} $<
|
||||
${LATEX} ${LATEXFLAGS} -jobname=${@:%.pdf=%} $< >/dev/null
|
||||
${RM} ${@:.pdf=.aux} ${@:.pdf=.log} ${@:.pdf=.out} ${@:.pdf=.toc}
|
||||
|
||||
.SUFFIXES: .md .mppmd .maintex .tex .pdf
|
BIN
appendix/ServerAdminToolsComp.pdf
Normal file
BIN
appendix/ServerAdminToolsComp.pdf
Normal file
Binary file not shown.
9
appendix/appendix.md
Normal file
9
appendix/appendix.md
Normal file
@ -0,0 +1,9 @@
|
||||
\renewcommand{\thechapter}{\Alph{chapter}}
|
||||
|
||||
# Résultats de la comparaison des services d'hébergement en nuage
|
||||
|
||||
\includegraphics[angle=90,height=0.967\textheight]{HostingProviderComp.pdf}
|
||||
|
||||
# Résultats de la comparaison des solutions de déploiement
|
||||
|
||||
\includegraphics[height=0.967\textheight]{ServerAdminToolsComp.pdf}
|
@ -29,6 +29,17 @@
|
||||
<path>abstract</path>
|
||||
</other>
|
||||
|
||||
<tutorial name="appendix">
|
||||
<subname>Annexes</subname>
|
||||
|
||||
<period>
|
||||
<begin>2014-02-17T09:23</begin>
|
||||
<end>2014-08-14T17:42</end>
|
||||
</period>
|
||||
|
||||
<path>appendix</path>
|
||||
</tutorial>
|
||||
|
||||
<other name="report">
|
||||
<path>report</path>
|
||||
</other>
|
||||
|
Reference in New Issue
Block a user