summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/latexconfig
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-19 23:02:01 +0000
committerKarl Berry <karl@freefriends.org>2009-10-19 23:02:01 +0000
commit2ff608c5f5540874f31bb0119f2a277b4cc2ae91 (patch)
treeebbb686f56dac78311d5076d3814d6a32f790afb /Master/texmf-dist/tex/latex/latexconfig
parentfbc41a4d42589c8393ade320b315594d074e7a8d (diff)
do not load epstopdf
git-svn-id: svn://tug.org/texlive/trunk@15841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/latexconfig')
-rw-r--r--Master/texmf-dist/tex/latex/latexconfig/graphics.cfg39
1 files changed, 21 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/graphics.cfg b/Master/texmf-dist/tex/latex/latexconfig/graphics.cfg
index a500c629f96..b8323b9a30e 100644
--- a/Master/texmf-dist/tex/latex/latexconfig/graphics.cfg
+++ b/Master/texmf-dist/tex/latex/latexconfig/graphics.cfg
@@ -30,7 +30,10 @@
% pdfTeX is running in pdf mode
\def\Gin@driver{pdftex.def}%
\ExecuteOptions{pdftex}%
- % load package epstopdf if
+ % The below is inoperative for the TL'09 DVD; we could not secure all
+ % the necessary components before the release.
+ %
+ % Load package epstopdf if
% a) LaTeX is running (plain TeX users are on their own),
% b) and shell escape (\write18) is enabled (possibly restricted),
% c) and \DoNotLoadEpstopdf either does not exist or is not \relax.
@@ -47,25 +50,25 @@
% epstopdf package itself. In turn, it calls the epstopdf script
% (http://ctan.org/pkg/epstopdf).
%
- % For the discussion and background on this, see the thread on latex-l:
+ % For the first discussion and background on this, see the thread on latex-l:
% http://thread.gmane.org/gmane.comp.tex.latex.latex3/1465
%
- \begingroup\expandafter\expandafter\expandafter\endgroup
- \expandafter\ifx\csname DoNotLoadEpstopdf\endcsname\relax
- \begingroup\expandafter\expandafter\expandafter\endgroup
- \expandafter\ifx\csname AtEndOfPackage\endcsname\relax
- \else
- \AtEndOfPackage{%
- \RequirePackage{pdftexcmds}[2007/11/11]%
- \expandafter\ifx\csname pdf@shellescape\endcsname\relax
- \else
- \ifnum\pdf@shellescape>0 %
- \RequirePackage{epstopdf-base}[2009/07/12]%
- \fi
- \fi
- }%
- \fi
- \fi
+% \begingroup\expandafter\expandafter\expandafter\endgroup
+% \expandafter\ifx\csname DoNotLoadEpstopdf\endcsname\relax
+% \begingroup\expandafter\expandafter\expandafter\endgroup
+% \expandafter\ifx\csname AtEndOfPackage\endcsname\relax
+% \else
+% \AtEndOfPackage{%
+% \RequirePackage{pdftexcmds}[2007/11/11]%
+% \expandafter\ifx\csname pdf@shellescape\endcsname\relax
+% \else
+% \ifnum\pdf@shellescape>0 %
+% \RequirePackage{epstopdf-base}[2009/07/12]%
+% \fi
+% \fi
+% }%
+% \fi
+% \fi
\or
% VTeX is running
\def\Gin@driver{vtex.def}%