summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-07-30 00:12:14 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-07-30 00:12:14 +0200
commita28297745d5b0a476d9b045f5ee1cbf74801b13c (patch)
tree5cc18ca81d0c64539767001ededbe1e7c68aa749
parent6f3c33d16f81c1af39d1bea400128297a4268b20 (diff)
downloadfirstaidkit-a28297745d5b0a476d9b045f5ee1cbf74801b13c.tar.gz
firstaidkit-a28297745d5b0a476d9b045f5ee1cbf74801b13c.tar.xz
firstaidkit-a28297745d5b0a476d9b045f5ee1cbf74801b13c.zip
Include creation of pdf and dvi in the Makefile.
modified: Makefile Add some code to have an image header. modified: articlefak-concept.tex
-rw-r--r--doc/Makefile8
-rw-r--r--doc/articlefak-concept.tex8
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0bbad34..8dcaccc 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,10 @@
wiki:
- @ mkdir wiki ; \
+ @mkdir wiki ; \
./man2wiki ; \
mv *-wiki wiki
+
+concept:
+ @mkdir concept ; \
+ latex --output-directory=concept articlefak-concept.tex ; \
+ dvipdf concept/articlefak-concept.dvi concept/articlefak-concept.pdf
+
diff --git a/doc/articlefak-concept.tex b/doc/articlefak-concept.tex
index a7172b1..c0f9140 100644
--- a/doc/articlefak-concept.tex
+++ b/doc/articlefak-concept.tex
@@ -1,8 +1,14 @@
-\documentclass[a4paper,12pt]{article}
+\documentclass[a4paper,13pt]{article}
\title{Firstaidkit Explained}
\author{Joel Andres Granados, Martin Sivak}
+% \usepackage{fancyhdr}
+% \usepackage{graphicx}
+% \pagestyle{fancy}
+% \lhead{\includegraphics[width=30mm]{RHcmykeps.eps}}
+% \rhead{}
+
\begin{document}
\maketitle