diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-24 22:08:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-24 22:08:09 +0000 |
commit | 3d8ecd9446bb5a12e95ee720c3ab70922193fcf2 (patch) | |
tree | d6371991e8cb5b1fda447078342093b6d32c2a9b /Master/texmf-dist/tex/latex/mpostinl | |
parent | 953b9eec5d8f3c9fb2ea5701beb4809301118209 (diff) |
mpostinl (24jun17)
git-svn-id: svn://tug.org/texlive/trunk@44686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mpostinl')
-rw-r--r-- | Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty b/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty index 5b6f547e6a1..9635770aa38 100644 --- a/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty +++ b/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty @@ -17,7 +17,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\ProvidesPackage{mpostinl}[2017/04/01 v1.11 metapost inline figures] +\ProvidesPackage{mpostinl}[2017/06/24 v1.12 metapost inline figures] \RequirePackage{verbatim} \RequirePackage{graphicx} @@ -151,6 +151,7 @@ } \newcommand{\mpi@verbatim}{% + \begingroup% \@bsphack% \let\do\@makeother\dospecials% \catcode`\^^M\active% @@ -158,6 +159,11 @@ \verbatim@start% } +\newcommand{\mpi@endverbatim}{% + \@esphack% + \endgroup% +} + \newcommand{\mpi@putlineno}{% \ifmpi@lineno% \mpi@addbuf{\@percentchar---------------------------------------}% @@ -373,6 +379,7 @@ \mpi@verbatim% }% {% + \mpi@endverbatim% \ifmpi@deftex% \mpi@addbuf{etex}% \fi% @@ -386,7 +393,6 @@ \mpi@writebuf% \ifmpi@include\else\mpi@writenow\fi% \fi% - \@esphack% } \newif\ifmpi@figshow @@ -428,12 +434,12 @@ \mpi@verbatim% }% {% + \mpi@endverbatim% \mpi@endfig% \mpi@writebuf% \ifmpi@now% \mpi@processnow% \fi% - \@esphack% \ifmpi@figshow% \expandafter\mpi@graphics\mpi@figopt{\mpi@figfile}% \fi% |