summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dottex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-10-04 08:43:01 +0000
committerNorbert Preining <preining@logic.at>2006-10-04 08:43:01 +0000
commitba9472aebfed07843bc4faa00c7b96bc86194691 (patch)
tree4a952a012e2f1663beaac6384dec265fb50dd361 /Master/texmf-dist/doc/latex/dottex
parenta88bdfe70c672cfced299babf0a54881a916bcca (diff)
Fix ctan2tds for pgf installation
comment powerdot-doc-vn in tpm-ctan-check, it always breaks Update of the following packages: labelcas pstricks-add sectionbox ltxmisc frenchle flowfram verse emulateapj pst-pdf poemscol babelbib dk-bib breakurl screenplay ncctools xkeyval bibleref muthesis pst-labo pgf ncclatex active-conf xcolor commath lineno dottex makeplo git-svn-id: svn://tug.org/texlive/trunk@2240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dottex')
-rw-r--r--Master/texmf-dist/doc/latex/dottex/dottex.pdfbin87969 -> 95231 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dottex/example-fig1.dot6
-rw-r--r--Master/texmf-dist/doc/latex/dottex/example-fig2.neato7
-rw-r--r--Master/texmf-dist/doc/latex/dottex/example.tex6
4 files changed, 2 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/dottex/dottex.pdf b/Master/texmf-dist/doc/latex/dottex/dottex.pdf
index 36f8b26bfdd..98782364055 100644
--- a/Master/texmf-dist/doc/latex/dottex/dottex.pdf
+++ b/Master/texmf-dist/doc/latex/dottex/dottex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dottex/example-fig1.dot b/Master/texmf-dist/doc/latex/dottex/example-fig1.dot
deleted file mode 100644
index 64c7c0a8352..00000000000
--- a/Master/texmf-dist/doc/latex/dottex/example-fig1.dot
+++ /dev/null
@@ -1,6 +0,0 @@
-digraph G {/*}*/
-a -> b;
-a -> c;
-b -> d;
-d -> a;
-/*{*/}
diff --git a/Master/texmf-dist/doc/latex/dottex/example-fig2.neato b/Master/texmf-dist/doc/latex/dottex/example-fig2.neato
deleted file mode 100644
index d255a65829d..00000000000
--- a/Master/texmf-dist/doc/latex/dottex/example-fig2.neato
+++ /dev/null
@@ -1,7 +0,0 @@
-graph G {/*}*/
-a -- b;
-b -- c;
-a -- g;
-e -- f;
-g -- c;
-/*{*/}
diff --git a/Master/texmf-dist/doc/latex/dottex/example.tex b/Master/texmf-dist/doc/latex/dottex/example.tex
index f697445aec4..a5a861f263d 100644
--- a/Master/texmf-dist/doc/latex/dottex/example.tex
+++ b/Master/texmf-dist/doc/latex/dottex/example.tex
@@ -1,18 +1,16 @@
\documentclass[a4paper]{article}
-\usepackage{dottex}
+\usepackage[pdf]{dottex}
\begin{document}
-\def\dotwidth{.5\textwidth}
-\begin{dotpic}
+\begin{dotpic}[width=.5\textwidth]
a -> b;
a -> c;
b -> d;
d -> a;
\end{dotpic}
-\def\dotwidth{.8\textwidth}
\begin{neatopic}
a -- b;
b -- c;