summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex')
-rw-r--r--graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex b/graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex
deleted file mode 100644
index d2577b01b1..0000000000
--- a/graphics/pgf/base/source/tikzexternaltest.sharedpreamble.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\documentclass[a4paper]{article}
-\usepackage[utf8]{inputenc}
-
-\usepackage{tikz}
-\usepackage{hyperref}
-
-\IfFileExists{pgfplots.sty}{%
- \usepackage{pgfplots}
-}{}%
-
-\IfFileExists{tikzlibraryexternal.code.tex}{%
- \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}
-}%
-
-\pgfkeys{/pgf/images/include external/.code={\href{file:#1}{\pgfimage{#1}}}}