Hello world introduction.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 5 Dec 2009 22:08:14 +0000 (20:08 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Sat, 5 Dec 2009 22:08:14 +0000 (20:08 -0200)
01.hello/01.hello.xml [new file with mode: 0644]
01.hello/Makefile

diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml
new file mode 100644 (file)
index 0000000..f3f9003
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE slides SYSTEM "/usr/share/xml/docbook/custom/slides/3.3.1/schema/dtd/slides-full.dtd">
+
+<slides>
+
+<slidesinfo>
+<title>Hello World Module</title>
+<author><firstname>Thadeu</firstname><surname>Cascardo</surname></author>
+</slidesinfo>
+
+<foil>
+<title>Introduction</title>
+<para>
+We have prepared sample code to build in the samples/ directory. Try them.
+</para>
+</foil>
+
+</slides>
index 3913174..6758de3 100644 (file)
@@ -3,7 +3,7 @@ NAME = 01.hello
 all: $(NAME).pdf
 
 %.pdf: %.tex
-       pdflatex $<
+       TEXINPUTS=.:..: pdflatex $<
 
 %.tex: %.xml ../beamer.xsl
        xsltproc ../beamer.xsl $< > $@