From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 22:08:14 +0000 (-0200) Subject: Hello world introduction. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=2f215f4fcff2cfcced575a8331937ae2d2a3b7ef Hello world introduction. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml new file mode 100644 index 0000000..f3f9003 --- /dev/null +++ b/01.hello/01.hello.xml @@ -0,0 +1,18 @@ + + + + + + +Hello World Module +ThadeuCascardo + + + +Introduction + +We have prepared sample code to build in the samples/ directory. Try them. + + + + diff --git a/01.hello/Makefile b/01.hello/Makefile index 3913174..6758de3 100644 --- a/01.hello/Makefile +++ b/01.hello/Makefile @@ -3,7 +3,7 @@ NAME = 01.hello all: $(NAME).pdf %.pdf: %.tex - pdflatex $< + TEXINPUTS=.:..: pdflatex $< %.tex: %.xml ../beamer.xsl xsltproc ../beamer.xsl $< > $@