summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/pgf/testsuite/external
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/pgf/testsuite/external')
-rw-r--r--Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex24
-rw-r--r--Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex12
2 files changed, 18 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex b/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex
index 153a074255a..8a200fcf991 100644
--- a/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex
+++ b/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.code.tex
@@ -4,23 +4,23 @@
A small image with a filled circle follows here (with baseline): \tikz[baseline] \fill[red] (0,1cm) circle(2pt);
\tikzsetnextfilename{\tikzexternalrealjob-setnextfilename}
-The next one uses
+The next one uses
\begin{tikzpicture}[baseline]
- \draw (0,0) grid (4,4);
+ \draw (0,0) grid (4,4);
\end{tikzpicture}
an explizit file name.
\begin{tikzpicture}
- \node[draw,rounded corners] {A node with a ref (\ref{eq:1})};
+ \node[draw,rounded corners] {A node with a ref (\ref{eq:1})};
\end{tikzpicture}
\begin{equation}
- 1+1=3
- \label{eq:1}
+ 1+1=3
+ \label{eq:1}
\end{equation}
\begin{tikzpicture}
- \node[draw,rounded corners] {A node which contains a label\label{a:label:in:a:picture}};
+ \node[draw,rounded corners] {A node which contains a label\label{a:label:in:a:picture}};
\end{tikzpicture}
The label inside of a node is on page~\pageref{a:label:in:a:picture}.
@@ -29,12 +29,12 @@ The label inside of a node is on page~\pageref{a:label:in:a:picture}.
\else
The following picture exports a legend to the aux file (if possible).
\begin{tikzpicture}
- \begin{axis}[legend entries={1,2,3,4},legend to name=legend:name]
- \addplot {x};
- \addplot {x+1};
- \addplot {x+2};
- \addplot {x+3};
- \end{axis}
+ \begin{axis}[legend entries={1,2,3,4},legend to name=legend:name]
+ \addplot {x};
+ \addplot {x+1};
+ \addplot {x+2};
+ \addplot {x+3};
+ \end{axis}
\end{tikzpicture}
Here is the legend: \pgfplotslegendfromname{legend:name}.
diff --git a/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex b/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex
index d2577b01b13..87e94f899eb 100644
--- a/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex
+++ b/Master/texmf-dist/source/generic/pgf/testsuite/external/tikzexternaltest.sharedpreamble.tex
@@ -5,16 +5,16 @@
\usepackage{hyperref}
\IfFileExists{pgfplots.sty}{%
- \usepackage{pgfplots}
+ \usepackage{pgfplots}
}{}%
\IfFileExists{tikzlibraryexternal.code.tex}{%
- \usetikzlibrary{external}
+ \usetikzlibrary{external}
}{%
- \message{TEST IS RUNNING IN COMPATIBILITY MODE}%
- % a test to check for pgf 2.00 compatibility, to check whether the
- % external library copy shipped with pgfplots works:
- \usepgfplotslibrary{external}
+ \message{TEST IS RUNNING IN COMPATIBILITY MODE}%
+ % a test to check for pgf 2.00 compatibility, to check whether the
+ % external library copy shipped with pgfplots works:
+ \usepgfplotslibrary{external}
}%
\pgfkeys{/pgf/images/include external/.code={\href{file:#1}{\pgfimage{#1}}}}