ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MetaPost 1.000 announcement
@ 2007-04-26 21:03 Taco Hoekwater
  2007-04-26 21:33 ` José Carlos Santos
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Taco Hoekwater @ 2007-04-26 21:03 UTC (permalink / raw)
  To: metapost, ntg-context, metafont, tex-implementors


The MetaPost team is happy to announce a new release of MetaPost:

----------------------------------------------------------------------
MetaPost 1.000
----------------------------------------------------------------------

The sources and a win32 package can be downloaded immediately from

   https://foudnry.supelec.fr/projects/metapost/

The source package should compile normally on all systems that are
capable of compiling a modern web2c-based TeX distribution.

The win32 package is intended for texlive or a similar web2c-based
installation, and has been tested only with TeXLive 2007. These
executables will *not* work for miktex, sorry.

Of course, we welcome any comments (either good or bad) that you may
have. Simply replying to this message is fine, but see the bottom of
the message for a more formal way to report bugs and feature requests.

----------------------------------------------------------------------
What is new in version 1.000:
----------------------------------------------------------------------

*  The use of DSC (document structuring) comments has been
    been cleaned up, thanks to comments by Michail Vidiassov.

*  By setting prologues to 2 or 3, you can ask MetaPost to
    reencode and include the used labels fonts in the output,
    thus creating proper Encapsulated PostScript files even
    if labels are present.

*  Support for greyscale and cmykcolor models is added.

*  The new drawing options "withprescript" and withpostscript"
    allow the user to attach PostSCript special text to a specific
    drawing object.

*  Setting the new internal "mpprocset" to 1 will make MetaPost
    create a somewhat extended preamble that defines shortcuts
    for the postscript commands (e..g "l" instead of "lineto").
    For big images, this can help shrink the output a bit.

*  The pool file is now integrated in the executable, so there
    is not separate 'mp.pool' anymore, except at build time.

*  Groff support is redone, and dmp now uses kpathsea searching.
    Groff related changes are thanks to the efforts of Werner
    Lemberg and Michail Vidiassov

*  makempx is now a compiled executable on all systems,
    thank you Akira Kakuto

*  The error for 'special's longer then 255 characters
    is removed, so specials can now be of any length.

*  There is new turningnumber implementation that attempts
    to find the mathematically correct "turningnumber" of a
    path. The formulae are derived from a mailinglist discussion
    between (especially) Dan Luecking and Giuseppe Bilotta.

*  The manual is updated and modernized. It is currently
    maintained by Stephan Hennig and Troy Henderson.


----------------------------------------------------------------------
Legal notice / license / bug reports
----------------------------------------------------------------------
MetaPost is a system for producing graphics developed by John Hobby
at AT&T, based on Donald Knuth's Metafont.  The MetaPost home page
is http://tug.org/metapost.

MetaPost and related programs are in the public domain.

The MetaPost development project is currently hosted at Supelec,
https://foundry.supelec.fr/projects/metapost; please report bugs and
request enhancements through there if possible. Alternatively, you
can reach us through the <metapost@tug.org> mailing list as well.

Have fun!

Taco Hoekwater, for the MetaPost team, April 26, 2007


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: MetaPost 1.000 announcement
  2007-04-26 21:03 MetaPost 1.000 announcement Taco Hoekwater
@ 2007-04-26 21:33 ` José Carlos Santos
  2007-04-26 21:52 ` [tex-implementors] " Staszek Wawrykiewicz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: José Carlos Santos @ 2007-04-26 21:33 UTC (permalink / raw)
  To: Taco Hoekwater; +Cc: ntg-context, metafont, tex-implementors, metapost

On 26-04-2007 22:03, Taco Hoekwater wrote:
> The MetaPost team is happy to announce a new release of MetaPost:
> 
> ----------------------------------------------------------------------
> MetaPost 1.000
> ----------------------------------------------------------------------
> 
> The sources and a win32 package can be downloaded immediately from
> 
>    https://foudnry.supelec.fr/projects/metapost/

Actually, it is:

https://foundry.supelec.fr/projects/metapost/

Best regards,

Jose Carlos Santos
_______________________________________________
metapost mailing list
http://tug.org/mailman/listinfo/metapost


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [tex-implementors] MetaPost 1.000 announcement
  2007-04-26 21:03 MetaPost 1.000 announcement Taco Hoekwater
  2007-04-26 21:33 ` José Carlos Santos
@ 2007-04-26 21:52 ` Staszek Wawrykiewicz
  2007-04-26 22:35   ` luigi scarso
  2007-04-26 23:24 ` Stephan Hennig
  2007-04-27 12:38 ` Brian Elmegaard
  3 siblings, 1 reply; 9+ messages in thread
From: Staszek Wawrykiewicz @ 2007-04-26 21:52 UTC (permalink / raw)
  To: Taco Hoekwater; +Cc: ntg-context, metafont, tex-implementors, metapost

On Thu, 26 Apr 2007, Taco Hoekwater wrote:

> The MetaPost team is happy to announce a new release of MetaPost:
> 
> ----------------------------------------------------------------------
> MetaPost 1.000
> ----------------------------------------------------------------------
Many thanks!
 
> The sources and a win32 package can be downloaded immediately from
> 
>    https://foudnry.supelec.fr/projects/metapost/
should be
     https://foundry.supelec.fr/projects/metapost/

Will taste in Bachotek :-)

Thanks,

-- 
Staszek Wawrykiewicz
StaW@gust.org.pl


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [tex-implementors] MetaPost 1.000 announcement
  2007-04-26 21:52 ` [tex-implementors] " Staszek Wawrykiewicz
@ 2007-04-26 22:35   ` luigi scarso
  0 siblings, 0 replies; 9+ messages in thread
From: luigi scarso @ 2007-04-26 22:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users
  Cc: metafont, tex-implementors, Taco Hoekwater, metapost

On 4/26/07, Staszek Wawrykiewicz <staw@gust.org.pl> wrote:
> On Thu, 26 Apr 2007, Taco Hoekwater wrote:
>
> > The MetaPost team is happy to announce a new release of MetaPost:
> >
> > ----------------------------------------------------------------------
> > MetaPost 1.000
> > ----------------------------------------------------------------------

At

http://www.logosrl.it/context/metapost/1.000/
some docs:

grdemo-doc.pdf          27-Apr-2007 00:31  7.3K
grdemo.pdf              27-Apr-2007 00:31  3.0K
mp.pdf                  27-Apr-2007 00:27  6.5M
mpgraph.pdf             27-Apr-2007 00:31  198K
mpintro.pdf             27-Apr-2007 00:31  179K
mpman.pdf               27-Apr-2007 00:31  481K

mp.pdf is
"METAPOST, the program"


-- 
luigi
----------------------------------------------------------------
If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: MetaPost 1.000 announcement
  2007-04-26 21:03 MetaPost 1.000 announcement Taco Hoekwater
  2007-04-26 21:33 ` José Carlos Santos
  2007-04-26 21:52 ` [tex-implementors] " Staszek Wawrykiewicz
@ 2007-04-26 23:24 ` Stephan Hennig
  2007-04-27  6:27   ` Taco Hoekwater
  2007-04-27 12:38 ` Brian Elmegaard
  3 siblings, 1 reply; 9+ messages in thread
From: Stephan Hennig @ 2007-04-26 23:24 UTC (permalink / raw)
  To: Taco Hoekwater; +Cc: ntg-context, metafont, tex-implementors, metapost

Taco Hoekwater schrieb:

> ----------------------------------------------------------------------
> What is new in version 1.000:
> ----------------------------------------------------------------------

*  The output file naming scheme is configurable.

(If this hasn't been removed as a last minute change. :)

Best regards,
Stephan Hennig

_______________________________________________
metapost mailing list
http://tug.org/mailman/listinfo/metapost


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: MetaPost 1.000 announcement
  2007-04-26 23:24 ` Stephan Hennig
@ 2007-04-27  6:27   ` Taco Hoekwater
  2007-04-27 13:42     ` [metafont] " rogerf
  0 siblings, 1 reply; 9+ messages in thread
From: Taco Hoekwater @ 2007-04-27  6:27 UTC (permalink / raw)
  To: Stephan Hennig; +Cc: ntg-context, metafont, tex-implementors, metapost

Stephan Hennig wrote:
> Taco Hoekwater schrieb:
> 
>> ----------------------------------------------------------------------
>> What is new in version 1.000:
>> ----------------------------------------------------------------------
> 
> *  The output file naming scheme is configurable.

Right. I overlooked it (because it was already in 'CHANGES' for 0.920)

> (If this hasn't been removed as a last minute change. :)

No,no.

Best wishes,
Taco
(and sorry about that typo in the supelec URL)

_______________________________________________
metapost mailing list
http://tug.org/mailman/listinfo/metapost


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: MetaPost 1.000 announcement
  2007-04-26 21:03 MetaPost 1.000 announcement Taco Hoekwater
                   ` (2 preceding siblings ...)
  2007-04-26 23:24 ` Stephan Hennig
@ 2007-04-27 12:38 ` Brian Elmegaard
  3 siblings, 0 replies; 9+ messages in thread
From: Brian Elmegaard @ 2007-04-27 12:38 UTC (permalink / raw)
  To: metapost; +Cc: ntg-context, metafont

Taco Hoekwater <taco@elvenkind.com> writes:

> The MetaPost team is happy to announce a new release of MetaPost:

Thanks.

> *  By setting prologues to 2 or 3, you can ask MetaPost to
>     reencode and include the used labels fonts in the output,
>     thus creating proper Encapsulated PostScript files even
>     if labels are present.

Will both 2 and 3 have this function? Then what is the difference and
why not keep the old meaning of 2?

-- 
Brian (remove the sport for mail)
http://www.et.web.mek.dtu.dk/Staff/be/be.html
http://www.rugbyklubben-speed.dk

_______________________________________________
metapost mailing list
http://tug.org/mailman/listinfo/metapost


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [metafont] Re:  MetaPost 1.000 announcement
  2007-04-27  6:27   ` Taco Hoekwater
@ 2007-04-27 13:42     ` rogerf
  2007-04-30 11:00       ` [metafont] Re: [metapost] " luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: rogerf @ 2007-04-27 13:42 UTC (permalink / raw)
  To: Taco Hoekwater; +Cc: ntg-context, tex-implementors, metapost, metafont

Yes but what is the correct URL? Roger Fenn

On 27-Apr-07, at 12:27 AM, Taco Hoekwater wrote:

>
> Best wishes,
> Taco
> (and sorry about that typo in the supelec URL)
>

_______________________________________________
metapost mailing list
http://tug.org/mailman/listinfo/metapost


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [metafont] Re: [metapost] MetaPost 1.000 announcement
  2007-04-27 13:42     ` [metafont] " rogerf
@ 2007-04-30 11:00       ` luigi scarso
  0 siblings, 0 replies; 9+ messages in thread
From: luigi scarso @ 2007-04-30 11:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/27/07, rogerf <roger.fenn@gmail.com> wrote:
> Yes but what is the correct URL? Roger Fenn
>
    https://foundry.supelec.fr/projects/metapost/

luigi
----------------------------------------------------------------
If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-04-30 11:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-26 21:03 MetaPost 1.000 announcement Taco Hoekwater
2007-04-26 21:33 ` José Carlos Santos
2007-04-26 21:52 ` [tex-implementors] " Staszek Wawrykiewicz
2007-04-26 22:35   ` luigi scarso
2007-04-26 23:24 ` Stephan Hennig
2007-04-27  6:27   ` Taco Hoekwater
2007-04-27 13:42     ` [metafont] " rogerf
2007-04-30 11:00       ` [metafont] Re: [metapost] " luigi scarso
2007-04-27 12:38 ` Brian Elmegaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).