summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/tex/pgfcore.code.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/base/tex/pgfcore.code.tex
Initial commit
Diffstat (limited to 'graphics/pgf/base/tex/pgfcore.code.tex')
-rw-r--r--graphics/pgf/base/tex/pgfcore.code.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/pgf/base/tex/pgfcore.code.tex b/graphics/pgf/base/tex/pgfcore.code.tex
new file mode 100644
index 0000000000..e1dda6194d
--- /dev/null
+++ b/graphics/pgf/base/tex/pgfcore.code.tex
@@ -0,0 +1,38 @@
+% 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.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS{pgfcore.code.tex}
+
+\newif\ifpgf@draftmode
+\def\pgf@typeout{\immediate\write0}
+
+\input pgfmath.code.tex
+\input pgfint.code.tex
+
+\input pgfcorepoints.code.tex
+\input pgfcorepathconstruct.code.tex
+\input pgfcorepathusage.code.tex
+\input pgfcorescopes.code.tex
+\input pgfcoregraphicstate.code.tex
+\input pgfcoretransformations.code.tex
+\input pgfcorequick.code.tex
+\input pgfcoreobjects.code.tex
+\input pgfcorepathprocessing.code.tex
+\input pgfcorearrows.code.tex
+\input pgfcoreshade.code.tex
+\input pgfcoreimage.code.tex
+\input pgfcorelayers.code.tex
+\input pgfcoretransparency.code.tex
+\input pgfcorepatterns.code.tex
+\input pgfcorerdf.code.tex
+
+\pgfutil@ifundefined{pgf@texdist@protect}{%
+ \def\pgf@texdist@protect{}%
+}{}
+\endinput