texlive[41448] Master/texmf-dist: graphics-cfg (14jun16)
commits+karl at tug.org
commits+karl at tug.org
Wed Jun 15 00:41:10 CEST 2016
Revision: 41448
http://tug.org/svn/texlive?view=revision&revision=41448
Author: karl
Date: 2016-06-15 00:41:10 +0200 (Wed, 15 Jun 2016)
Log Message:
-----------
graphics-cfg (14jun16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/graphics-cfg/README.md
trunk/Master/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
Modified: trunk/Master/texmf-dist/doc/latex/graphics-cfg/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/graphics-cfg/README.md 2016-06-14 22:40:56 UTC (rev 41447)
+++ trunk/Master/texmf-dist/doc/latex/graphics-cfg/README.md 2016-06-14 22:41:10 UTC (rev 41448)
@@ -19,11 +19,8 @@
Note that pdftex option is used for luatex versions older than
luatex 0.87.
-graphics.cfg also has code to enable EPS to PDF conversion if used
-with pdftex, this code may be moved to pdftex.def later.
-
These files are currently maintained by the LaTeX3 project but
incorporating work by Thomas Esser, Heiko Oberdiek, Sebastian Rahtz,
Karl Berry and others.
Modified: trunk/Master/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/graphics-cfg/graphics.cfg 2016-06-14 22:40:56 UTC (rev 41447)
+++ trunk/Master/texmf-dist/tex/latex/graphics-cfg/graphics.cfg 2016-06-14 22:41:10 UTC (rev 41448)
@@ -1,7 +1,7 @@
% https://creativecommons.org/publicdomain/zero/1.0/
\ProvidesFile{graphics.cfg}%
- [2016/01/02 v1.10 sample graphics configuration]%
+ [2016/06/04 v1.11 sample graphics configuration]%
% Select an appropriate default driver
\begingroup
@@ -43,48 +43,6 @@
% pdfTeX is running in pdf mode
\def\Gin at driver{pdftex.def}%
\ExecuteOptions{pdftex}%
- % 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,
- % d) and neither pst-pdf nor pdftricks is loaded (by \begin{document}).
- %
- % In other words, by default .eps files will be automatically
- % converted to .pdf files when outputting pdf. This can be wrong!
- % If the .pdf is the source, rather than the .eps, you should put
- % \newcommand{\DoNotLoadEpstopdf}{}
- % before even the \documentclass line of your document.
- %
- % More information about the epstopdf run will be in the .log file;
- % see http://ctan.org/pkg/epstopdf-pkg for more info about the
- % epstopdf package itself. In turn, it calls the epstopdf script
- % (http://ctan.org/pkg/epstopdf).
- %
- % 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{%
- \AtBeginDocument{%
- \@ifpackageloaded{pst-pdf}{}{%
- \@ifpackageloaded{pdftricks}{}{%
- \RequirePackage{pdftexcmds}[2007/11/11]%
- \expandafter\ifx\csname pdf at shellescape\endcsname\relax
- \else
- \ifnum\pdf at shellescape>0 %
- \RequirePackage{epstopdf-base}[2009/07/12]%
- \fi
- \fi
- }% pdftricks not loaded
- }% pst-pdf not loaded
- }% AtBeginDocument block
- }% AtEndofPackage block
- \fi % AtEndofPackage not defined
- \fi % DoNotLoadEpstopdf not defined
\or
% VTeX is running
\def\Gin at driver{vtex.def}%
More information about the tex-live-commits
mailing list