summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-01 20:56:55 +0000
committerKarl Berry <karl@freefriends.org>2017-04-01 20:56:55 +0000
commit39403faccf07a097c5a3fd691d81c23ff24c2e2f (patch)
tree5d6c70e85d8a7b22357c5dbdc665b84fb7f1ddd5
parent7a6782c581ba94933b75bcacb40ada58a6aa4e2e (diff)
mpostinl (1apr17)
git-svn-id: svn://tug.org/texlive/trunk@43670 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/README2
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex2
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdfbin314246 -> 314427 bytes
-rw-r--r--Master/texmf-dist/source/latex/mpostinl/mpostinl.dtx18
-rw-r--r--Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty4
5 files changed, 17 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/mpostinl/README b/Master/texmf-dist/doc/latex/mpostinl/README
index d56ed9ccb80..84f31cf56ce 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/README
+++ b/Master/texmf-dist/doc/latex/mpostinl/README
@@ -1,4 +1,4 @@
-mpostinl v1.1
+mpostinl v1.11
Copyright 2010-2017 Niklas Beisert
mpostinl is a LaTeX2e package
diff --git a/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex b/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
index d6d9d0bbc72..fd997ea04ee 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
+++ b/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
@@ -17,7 +17,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{mpinlsmp.tex}[2017/02/27 v1.1 sample for mpostinl]
+\ProvidesFile{mpinlsmp.tex}[2017/04/01 v1.11 sample for mpostinl]
\documentclass[12pt,a4paper]{article}
\parindent0pt
diff --git a/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf b/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
index 9d8cf89aaaa..f0738a186aa 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
+++ b/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/mpostinl/mpostinl.dtx b/Master/texmf-dist/source/latex/mpostinl/mpostinl.dtx
index 50a61883715..2aa5152f351 100644
--- a/Master/texmf-dist/source/latex/mpostinl/mpostinl.dtx
+++ b/Master/texmf-dist/source/latex/mpostinl/mpostinl.dtx
@@ -18,10 +18,10 @@
% and the derived files mpostinl.sty and mpinlsmp.tex
%
%<package|sample>\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-%<package>\ProvidesPackage{mpostinl}[2017/02/27 v1.1 metapost inline figures]
-%<sample>\ProvidesFile{mpinlsmp.tex}[2017/02/27 v1.1 sample for mpostinl]
+%<package>\ProvidesPackage{mpostinl}[2017/04/01 v1.11 metapost inline figures]
+%<sample>\ProvidesFile{mpinlsmp.tex}[2017/04/01 v1.11 sample for mpostinl]
%<*driver>
-%\ProvidesFile{mpostinl.drv}[2017/02/27 v1.1 mpostinl reference manual file]
+%\ProvidesFile{mpostinl.drv}[2017/04/01 v1.11 mpostinl reference manual file]
\PassOptionsToClass{10pt,a4paper}{article}
\documentclass{ltxdoc}
@@ -48,7 +48,7 @@
{\texttt{nbeisert@itp.phys.ethz.ch}}}
\hypersetup{pdfauthor={Niklas Beisert}}
\hypersetup{pdfsubject={Manual for the LaTeX2e Package mpostinl}}
-\date{27 February 2017, \textsf{v1.1}}
+\date{1 April 2017, \textsf{v1.11}}
\maketitle
\begin{abstract}\noindent
@@ -1150,6 +1150,14 @@ such as diff. This feature is probably too difficult to implement.
\subsection{Revision History}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\paragraph{v1.11:} 2017/04/01
+
+\begin{itemize}
+\item
+implementation of |fonts| option repaired
+\end{itemize}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\paragraph{v1.1:} 2017/02/27
\begin{itemize}
@@ -2122,7 +2130,7 @@ filename: \mpostgetname{sec8}
\newcommand{\mpi@composehead}{%
\mpi@putlineno%
\let\mpi@tmp\mpi@prologues%
- \ifx\mpi@tmp\@undefined\def\mpi@tmp{\ifmpi@latex 3\else 2\fi}\fi%
+ \ifx\mpi@tmp\@undefined\def\mpi@tmp{\ifmpi@fonts 3\else 2\fi}\fi%
\ifx\mpi@tmp\mpi@empty\else%
\mpi@addbuf{prologues:=\mpi@tmp;}%
\fi%
diff --git a/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty b/Master/texmf-dist/tex/latex/mpostinl/mpostinl.sty
index 3581e605799..5b6f547e6a1 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/02/27 v1.1 metapost inline figures]
+\ProvidesPackage{mpostinl}[2017/04/01 v1.11 metapost inline figures]
\RequirePackage{verbatim}
\RequirePackage{graphicx}
@@ -217,7 +217,7 @@
\newcommand{\mpi@composehead}{%
\mpi@putlineno%
\let\mpi@tmp\mpi@prologues%
- \ifx\mpi@tmp\@undefined\def\mpi@tmp{\ifmpi@latex 3\else 2\fi}\fi%
+ \ifx\mpi@tmp\@undefined\def\mpi@tmp{\ifmpi@fonts 3\else 2\fi}\fi%
\ifx\mpi@tmp\mpi@empty\else%
\mpi@addbuf{prologues:=\mpi@tmp;}%
\fi%