diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-07-30 00:12:14 +0200 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-07-30 00:12:14 +0200 |
commit | a28297745d5b0a476d9b045f5ee1cbf74801b13c (patch) | |
tree | 5cc18ca81d0c64539767001ededbe1e7c68aa749 | |
parent | 6f3c33d16f81c1af39d1bea400128297a4268b20 (diff) | |
download | firstaidkit-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/Makefile | 8 | ||||
-rw-r--r-- | doc/articlefak-concept.tex | 8 |
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 |