summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty')
-rw-r--r--Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty12
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%