summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual.tex
blob: 1b9754d629672bb222a82a2418a18b97538b8a25 (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
% !TeX TS-program = lualatex
% !TeX spellcheck = en_US
% !TeX root = tikz-ext-manual.tex
% arara: lualatex
% Copyright 2022 by Qrrbrbirlbel
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Free Documentation License.
%

\documentclass[a4paper,doc2,landscape]{ltxdoc}

\input{tikz-ext-manual-en-main-preamble.tex}
\usetikzlibrary{external}
\newif\iftikzextmanualexternalize
\tikzextmanualexternalizetrue
\iftikzextmanualexternalize
  \tikzexternalize[
    prefix=doc/tikz/,
    mode=graphics if exists,
    %mode=list and make,
    %mode=list only,export=true,% simply skips EVERY picture -> good for debugging the text.
  ]
  \tikzifexternalizing{%
    \pgfkeys{/pdflinks/codeexample links=false}%
  }{}%
\fi

\input{tikz-ext-manual-en-main-body.tex}