From: Thadeu Lima de Souza Cascardo Date: Mon, 7 Dec 2009 04:47:03 +0000 (-0200) Subject: Move recommendations into introduction. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=9907e702ef54dcdc263e6b88148049aca2d545a7 Move recommendations into introduction. --- diff --git a/00.intro/00.intro.xml b/00.intro/00.intro.xml index a3ea3da..4171a93 100644 --- a/00.intro/00.intro.xml +++ b/00.intro/00.intro.xml @@ -111,4 +111,19 @@ separation. + +Recommendations + + +Check every possible error. + + +Do not trust received data nor do send unzeroed data. + + +Use a machine you can spare. + + + + diff --git a/01.a.recommends/01.a.recommends.xml b/01.a.recommends/01.a.recommends.xml deleted file mode 100644 index 212d843..0000000 --- a/01.a.recommends/01.a.recommends.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -Recommendations -ThadeuCascardo - - - -Introduction - - -Check every possible error. - - -Do not trust received data nor do send unzeroed data. - - -Use a machine you can spare. - - - - - diff --git a/01.a.recommends/Makefile b/01.a.recommends/Makefile deleted file mode 100644 index 9ee46f7..0000000 --- a/01.a.recommends/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -NAME = 01.a.recommends - -all: $(NAME).pdf - -%.pdf: %.tex - TEXINPUTS=.:..: pdflatex $< - -%.tex: %.xml ../beamer.xsl - xsltproc ../beamer.xsl $< > $@ - -clean: - rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \ - $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb