From 66c43ffc47e4bf28c112bc5c593d1853212f7715 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 16 Apr 2008 17:34:00 +0200 Subject: stable 2008.04.16 17:34 --- metapost/context/base/mp-mlib.mp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'metapost') diff --git a/metapost/context/base/mp-mlib.mp b/metapost/context/base/mp-mlib.mp index 4ebe576e6..03d30ba99 100644 --- a/metapost/context/base/mp-mlib.mp +++ b/metapost/context/base/mp-mlib.mp @@ -1,3 +1,15 @@ +%D \module +%D [ file=mp-mlib.mp, +%D version=2008.03.21, +%D title=\CONTEXT\ \METAPOST\ graphics, +%D subtitle=specials, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA / Hans Hagen \& Ton Otten}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See licen-en.pdf for +%C details. if unknown mplib : endinput ; fi ; if known context_mlib : endinput ; fi ; @@ -119,12 +131,12 @@ def nographictext (expr t) text rest = draw unitsquare withprescript "gt" withpostscript t ; enddef ; - def doexternalfigure (expr filename) text transformation = draw unitsquare transformation withprescript "fg" withpostscript filename ; enddef ; extra_beginfig := extra_beginfig & "currentgraphictext := 0 ; " ; +extra_endfig := extra_endfig & "finishsavingdata ; " ; boolean cmykcolors ; cmykcolors := true ; boolean spotcolors ; spotcolors := true ; -- cgit v1.2.3