From 2f215f4fcff2cfcced575a8331937ae2d2a3b7ef Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 20:08:14 -0200 Subject: [PATCH] Hello world introduction. --- 01.hello/01.hello.xml | 18 ++++++++++++++++++ 01.hello/Makefile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 01.hello/01.hello.xml 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 $< > $@ -- 2.20.1