summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/version-for-luatex/en/pgfmanual-test.tex
blob: 9827f1a15a17dd858a45bfd9e3f5f10fc30b7d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% 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 Free Documentation License.
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.

\documentclass[a4paper]{ltxdoc}

% pgf version is defined in \pgfversion in file
% generic/pgf/utilities/pgfrcs.code.tex 

\input{../pgfmanual-luatex.cfg}
\input{../../text-en/pgfmanual-en-main-preamble.tex}

\begin{document}

\begin{key}{/tikz/graph/testy}
  foo
\end{key}

\tikzset{/tikz/testy/.style=}
\tikzset{/tikz/graph/testy/.style=}

\begin{codeexample}[]
  
\tikz \draw [graph/testy,testy] (0,0) -- (1,1);
\end{codeexample}


\end{document}