Add appendix document

This commit is contained in:
nemunaire 2014-07-30 13:19:38 +02:00
parent 0891d7e632
commit 4e94f8767b
5 changed files with 61 additions and 0 deletions

Binary file not shown.

41
appendix/Makefile Normal file
View 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

Binary file not shown.

9
appendix/appendix.md Normal file
View 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}

View File

@ -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>