texlive[44567] Master/texmf-dist: graphics-pln (11jun17)

commits+karl at tug.org commits+karl at tug.org
Sun Jun 11 23:49:52 CEST 2017


Revision: 44567
          http://tug.org/svn/texlive?view=revision&revision=44567
Author:   karl
Date:     2017-06-11 23:49:52 +0200 (Sun, 11 Jun 2017)
Log Message:
-----------
graphics-pln (11jun17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/plain/graphics-pln/README.txt
    trunk/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex
    trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex

Modified: trunk/Master/texmf-dist/doc/plain/graphics-pln/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/plain/graphics-pln/README.txt	2017-06-11 21:49:20 UTC (rev 44566)
+++ trunk/Master/texmf-dist/doc/plain/graphics-pln/README.txt	2017-06-11 21:49:52 UTC (rev 44567)
@@ -16,8 +16,9 @@
 David Carlisle 1995/01/29
                1996/11/13
 	       2016/08/17
+	       2017/06/01
 
-Copyright 1995 1996 2016 David Carlisle
+Copyright 1995 1996 2016 2017 David Carlisle
 
    All the files in this directory may be redistributed and/or modified
    under the terms of the LaTeX Project Public License distributed from

Modified: trunk/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex	2017-06-11 21:49:20 UTC (rev 44566)
+++ trunk/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex	2017-06-11 21:49:52 UTC (rev 44567)
@@ -4,6 +4,11 @@
 
 \input miniltx
 
+% ttfamily used in draft mode to show filenames.
+\ifx\ttfamily\@undefined
+ \let\ttfamily\tt
+\fi
+
 \def\Gin at driver{dvips.def}
 \input graphicx.sty
 

Modified: trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex
===================================================================
--- trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex	2017-06-11 21:49:20 UTC (rev 44566)
+++ trunk/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex	2017-06-11 21:49:52 UTC (rev 44567)
@@ -2,7 +2,7 @@
 %%%
 %%% Parts of LaTeX: Slightly changed/simplified in places.
 %%% Changes 
-%%%    Copyright 1996 David Carlisle
+%%%    Copyright 1996-2017 David Carlisle LaTeX3 Project
 %%% Original Code
 %%%    Copyright 1993-1996 LaTeX3 Project and original authors
 %%%
@@ -24,6 +24,7 @@
 %  2010/01/07 import was incomplete [KB]
 %  2010/02/03 accept *-form of \ProcessOptions [KB/DL]
 %  2016/08/17 fix catcode @ handling (again), document github address [DC]
+%  2017/06/01 assorted updates to cover updated latex drivers
 
 \edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax}
 
@@ -79,7 +80,9 @@
     {\@pr at videpackage{#1}}{\@pr at videpackage#1[]}}
 \def\@pr at videpackage#1[#2]{\wlog{#1: #2}}
 \let\ProvidesFile\ProvidesPackage
-\def\PackageInfo#1#2{\wlog{#1: #2}}
+\def\PackageInfo#1#2{{%
+   \newlinechar`\^^J\def\MessageBreak{^^J#1: }%
+   \wlog{#1: #2}}}
 
 \let\DeclareOption\@gobbletwo
 \def\ProcessOptions{\@ifstar\relax\relax}
@@ -302,11 +305,18 @@
 
 \let\ExecuteOptions\@gobble
 
-\def\PackageError#1#2#3{%
-  \errhelp{#3}\errmessage{#1: #2}}
-\def\@latex at error#1#2{%
-  \errhelp{#2}\errmessage{#1}}
+\def\on at line{ on input line \the\inputlineno}
+\ifx\@ehc\@undefined\def\@ehc{}\fi
 
+\def\PackageError#1#2#3{{%
+  \newlinechar`\^^J\def\MessageBreak{^^J\space\space#1: }%
+  \errhelp{#3}\errmessage{#1: #2}}}
+\def\@latex at error#1#2{\bgroup%
+  \newlinechar`\^^J\def\MessageBreak{^^J\space\space#1: }%
+  \edef\reserved at a{\egroup\errhelp{#2}\errmessage{#1}}%
+  \reserved at a}
+
+
 \bgroup\uccode`\!`\%\uppercase{\egroup
 \def\@percentchar{!}}
 



More information about the tex-live-commits mailing list