diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en')
6 files changed, 30 insertions, 3 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 c59ee5fbeb3..e4d12ab2392 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 @@ -252,6 +252,14 @@ conversion program like |ps2pdf| or the Acrobat Distiller. \end{enumerate} \end{filedescription} +\begin{filedescription}{pgfsys-textures.def} + This is a driver file for use with the \textsc{textures} program. It + includes |pgfsys-common-postscript.def|. + + This driver has exactly the same restrictions as the driver for + |dvips|. +\end{filedescription} + You can also use the |vtex| program together with |pgfsys-vtex.def| to produce Postscript output. diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex index 06088165c75..667603494c6 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex @@ -1,4 +1,4 @@ -% $Header: /cvsroot/pgf/pgf/doc/pgf/text-en/pgfmanual-en-guidelines.tex,v 1.1 2005/09/02 16:05:42 tantau Exp $ +% $Header: /cvsroot/pgf/pgf/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex,v 1.1 2005/11/14 17:37:50 tantau Exp $ % Copyright 2005 by Till Tantau <tantau@cs.tu-berlin.de>. % diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex index e925f6a599f..dee300f358f 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-installation.tex @@ -46,6 +46,8 @@ Currently, \pgfname\ supports the following backend drivers: |tex4ht| version 2003-05-05 or higher. Earlier versions may also work. \item |vtex| version 8.46a or higher. Earlier versions may also work. +\item + |textures| version 2.1 or higher. Earlier versions may also work. \end{itemize} Currently, \pgfname\ supports the following formats: diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex index 16b158e11a2..f90c0e34b8b 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-license.tex @@ -1,4 +1,4 @@ -% $Header: /cvsroot/pgf/pgf/doc/pgf/text-en/pgfmanual-en-license.tex,v 1.1 2005/09/02 16:05:42 tantau Exp $ +% $Header: /cvsroot/pgf/pgf/doc/generic/pgf/text-en/pgfmanual-en-license.tex,v 1.1 2005/11/14 17:37:50 tantau Exp $ % Copyright 2003, 2004 by Till Tantau <tantau@users.sourceforge.net>. % diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex index e118bf98449..4655e63c9a9 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex @@ -235,6 +235,23 @@ set the color used for text using the following option: \end{codeexample} \end{itemize} +Just like the color itself, you may also wish to set the opacity of +the text only. For this, use the following option: +\begin{itemize} + \itemoption{text opacity}|=|\meta{value} + Sets the opacity of text labels. +\begin{codeexample}[] +\begin{tikzpicture} + \draw[line width=2mm,blue!50,cap=round] (0,0) grid (3,2); + \tikzstyle{every node}=[fill,draw] + + \node[opacity=0.5] at (1.5,2) {Upper node}; + \node[draw opacity=0.8,fill opacity=0.2,text opacity=1] + at (1.5,0) {Lower node}; +\end{tikzpicture} +\end{codeexample} +\end{itemize} + Next, you may wish to adjust the font used for the text. Use the following option for this: \begin{itemize} diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex index f0523e2aa97..fb8d072b7ba 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex @@ -478,7 +478,7 @@ this, the two styles |dashed| and |dotted| can be used, yielding \tikz \draw[dashed] (0,0) -- (10pt,0pt); and \tikz \draw[dotted] (0,0) -- (10pt,0pt);. Both options also exist in a loose and a dense version, called |loosely dashed|, |densely dashed|, |loosely dotted|, -and |closely dotted|. If he really, really needs to, Karl can also +and |densely dotted|. If he really, really needs to, Karl can also define much more complex dashing patterns with the |dash pattern| option, but his son insists that dashing is to be used with utmost care and mostly distracts. Karl's son claims that complicated dashing |