diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm')
3 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile new file mode 100644 index 00000000000..03339db36ac --- /dev/null +++ b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/Makefile @@ -0,0 +1,19 @@ +rerun = "(There were undefined references|Rerun to get (cross-references|the bars) right)" +doc = pgfmanual +latex = elatex + +all: $(doc).pdf + +pgfmanual.idx: + touch pgfmanual.idx + +pgfmanual.ind: pgfmanual.idx + makeindex $(doc).idx + +pgfmanual.pdf: $(doc).tex $(doc).ind + ($(latex) $(doc).tex) || true + (egrep -q $(rerun) $(doc).log && $(latex) $(doc).tex) || true + dvipdfm $(doc) + +clean: + rm -f *.aux *.log *.bbl *.blg *.ps *.dvi *.pdf *.toc *.out *.snm diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex new file mode 100644 index 00000000000..3041815f062 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex @@ -0,0 +1,13 @@ +\documentclass{ltxdoc} + +% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>. +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt. + +% pgf version is defined in \pgfversion in file +% generic/pgf/utilities/pgfrcs.code.tex + +\input{../pgfmanual-dvipdfm.cfg} +\input{../../text-en/pgfmanual-en-main.tex} diff --git a/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg new file mode 100644 index 00000000000..c200ff058db --- /dev/null +++ b/Master/texmf-dist/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg @@ -0,0 +1,12 @@ +% Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>. +% +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt. + +% Nothing to be done... + +\usepackage[dvipdfm]{graphics} +% This will tell everyone which driver we are using. + +% Make sure to compile this using elatex + dvipdfm. |