summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mpostinl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-05 21:49:56 +0000
committerKarl Berry <karl@freefriends.org>2018-01-05 21:49:56 +0000
commitc211eb0bb0c0f5dd9a3c6269c508ca687a1b079f (patch)
tree3b3b63486d451eb71cb7d1c9a6aa8aae269d7008 /Master/texmf-dist/doc/latex/mpostinl
parent5add5510b8b8121f5575f0c8cc8397a36abb3eab (diff)
mpostinl (5jan18)
git-svn-id: svn://tug.org/texlive/trunk@46226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mpostinl')
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/README4
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex15
-rw-r--r--Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdfbin314332 -> 317262 bytes
3 files changed, 9 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/mpostinl/README b/Master/texmf-dist/doc/latex/mpostinl/README
index 0d548145383..3b16370a511 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/README
+++ b/Master/texmf-dist/doc/latex/mpostinl/README
@@ -1,5 +1,5 @@
-mpostinl v1.12
-Copyright 2010-2017 Niklas Beisert
+mpostinl v1.2
+Copyright 2010-2018 Niklas Beisert
mpostinl is a LaTeX2e package
which enables the embedding of metapost figures
diff --git a/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex b/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
index 2bc8cfff6cf..17168d9a9cb 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
+++ b/Master/texmf-dist/doc/latex/mpostinl/mpinlsmp.tex
@@ -6,7 +6,7 @@
%%
%% mpostinl.dtx (with options: `sample')
%%
-%% Copyright (C) 2010-2017 Niklas Beisert
+%% Copyright (C) 2010-2018 Niklas Beisert
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -17,7 +17,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesFile{mpinlsmp.tex}[2017/06/24 v1.12 sample for mpostinl]
+\ProvidesFile{mpinlsmp.tex}[2018/01/05 v1.2 sample for mpostinl]
\documentclass[12pt,a4paper]{article}
\parindent0pt
@@ -30,9 +30,8 @@
%% optional: add filename to position labels in metapost code
\IfFileExists{currfile.sty}{\usepackage{currfile}}{}
%% optional: tools to align graphics
-\IfFileExists{graphbox.sty}
- {\def\align{align}\usepackage{graphbox}}
- {\def\align{}}
+\makeatletter\define@key{Gin}{align}[]{}\makeatother
+\IfFileExists{graphbox.sty}{\usepackage{graphbox}}{}
%% some sample package options:
%% \mpostsetup{write=false}
@@ -67,7 +66,7 @@ label(btex 1 etex, (0,0));
scaled (and aligned to centre if available):\\
X
-\begin{mpostfig}[opt={scale=1.5,\align}]
+\begin{mpostfig}[opt={scale=1.5,align}]
draw fullcircle scaled unit;
label(btex 2 etex, (0,0));
\end{mpostfig}
@@ -83,7 +82,7 @@ display:\\
\mpostuse{fig}
display with options:\\
-\mpostuse[scale=1.5,\align]{fig}
+\mpostuse[scale=1.5,align]{fig}
display in a box:\\
\fbox{\mpostuse{fig}}
@@ -95,7 +94,7 @@ centred display:
display in equation (align if possible):
\begin{equation}
-\mpostuse[scale=1.5,\align]{fig}
+\mpostuse[scale=1.5,align]{fig}
\end{equation}
filename: \mpostgetname{fig}
diff --git a/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf b/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
index 6ab53b6ce24..fd77061b24f 100644
--- a/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
+++ b/Master/texmf-dist/doc/latex/mpostinl/mpostinl.pdf
Binary files differ