diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-05 23:01:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-05 23:01:06 +0000 |
commit | 340eee4b8ea821b774ee4b81bd980e2c053e96e9 (patch) | |
tree | 4b97b2c162624fdf7bb1aa2961093234ea5eefa8 /Master/texmf-dist/doc/latex/mpostinl/README | |
parent | be1b5c7a991901617120f200d7f6b2a7594683ab (diff) |
mpostinl (5jan17)
git-svn-id: svn://tug.org/texlive/trunk@42875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mpostinl/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/mpostinl/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mpostinl/README b/Master/texmf-dist/doc/latex/mpostinl/README new file mode 100644 index 00000000000..37cd2f504aa --- /dev/null +++ b/Master/texmf-dist/doc/latex/mpostinl/README @@ -0,0 +1,39 @@ +mpostinl v1.0 +Copyright 2010-2017 Niklas Beisert + +mpostinl is a LaTeX2e package +which enables the embedding of metapost figures +within a LaTeX document. +The package automatically collects the embedded +definitions and figures in a .mp file, +adds an appropriate LaTeX document structure, +and compiles it to .mps files. +It also allows for various configuration options +to manage the generation of files and compilation. + +The package consists of the files + + README readme file + mpostinl.ins installation file + mpostinl.dtx source file + mpostinl.sty package file + mpinlsmp.tex sample latex file + mpostinl.pdf manual + +The distribution consists of the files +README, mpostinl.ins and mpostinl.dtx. + +Run "(pdf)latex mpostinl.dtx" to compile the manual mpostinl.pdf. + +Run "latex mpostinl.ins" to create the package mpostinl.sty +and the sample mpinlsamp.tex. +Copy the file mpostinl.sty to an appropriate directory of your LaTeX +distribution, e.g. texmf-root/tex/latex/mpostinl. + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. |