summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-17 23:22:38 +0000
committerKarl Berry <karl@freefriends.org>2007-06-17 23:22:38 +0000
commit5c5c7843fbd37c6960799b6e1a32d5948966316c (patch)
treeea73f6b5ba799656992ebe2f34beccd2555f1342 /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
parentf0c1f4cdb9fad83f293fd91d194538425f9f7633 (diff)
pgf 1.18 (15jun07)
git-svn-id: svn://tug.org/texlive/trunk@4459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex19
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
index 0fc8c076b9d..163bf835abf 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex
@@ -49,14 +49,19 @@ include files in the directory |generic/pgf|. For example, here is the
content of the file |latex/pgf/frontends/tikz.sty|:
\begin{codeexample}[code only]
-% Copyright 2005 by Till Tantau <tantau@users.sourceforge.net>.
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
%
-% This program can be redistributed and/or modified under the terms
-% of the GNU Public License, version 2.
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
-\RequirePackage{pgf,calc,pgffor,pgflibraryplothandlers,xkeyval}
-\input{tikz.code}
+\RequirePackage{pgf,calc,pgffor,xkeyval}
+
+\input{tikz.code.tex}
\endinput
\end{codeexample}
@@ -336,6 +341,8 @@ graphic in your text.
\item
Unlike for other output formats, the bounding box of a picture
``really crops'' the picture.
+ \item
+ Matrices do not work.
\end{enumerate}
The driver basically works as follows: When a |{pgfpicture}| is
@@ -376,7 +383,7 @@ graphic in your text.
Note that, say, even filling is not supported! (Let alone color or
anything fancy.)
- This driver has only one real applications: It might be useful when
+ This driver has only one real application: It might be useful when
you only need horizontal or vertical lines in a picture. Then, the
results are quite satisfactory.
\end{filedescription}