Dear Haskell Community, version 1.2 of Functional Metapost is now available at http://afavant.elte.hu/~wferi/funcmp/ News: * This version includes English translations of the most important parts of the documentation! Thanks to Meik Hellmund, who contributed the translations. * 8-bit color depth bitmaps work. Cheers, Feri.
On Mon, May 27, 2002 at 04:34:23PM +0200, Ferenc Wagner wrote:
Dear Haskell Community,
version 1.2 of Functional Metapost is now available at
http://afavant.elte.hu/~wferi/funcmp/
News:
* This version includes English translations of the most important parts of the documentation! Thanks to Meik Hellmund, who contributed the translations.
* 8-bit color depth bitmaps work.
Great work! One documentation bug:
Now it is time to discuss units. \MP\ uses as basic unit PostScript points which correspond to $1/72$ inch. We use them in \FMP, too. |hspace 8| defines a horizontal distance of $1/9$ inch or approximately $2.82$ mm.
This contradicts the table that immediately follows, in which it is evident that a unit of '1' is one printer's point, 1/72.27 of an inch; the Postscript points are called 'bp'. Which is correct? Best, Dylan Thurston
Dylan Thurston <dpt@lotus.bostoncoop.net> writes:
Great work! One documentation bug:
Now it is time to discuss units. \MP\ uses as basic unit PostScript points which correspond to $1/72$ inch. We use them in \FMP, too. |hspace 8| defines a horizontal distance of $1/9$ inch or approximately $2.82$ mm.
This contradicts the table that immediately follows, in which it is evident that a unit of '1' is one printer's point, 1/72.27 of an inch; the Postscript points are called 'bp'. Which is correct?
Thanks for spotting this mistake. FMPPicture.lhs has the answer:
mm, pt, dd, bp, cm, pc, cc, inch:: Numeric mm = 2.83464 pt = 0.99626 dd = 1.06601 bp = 1 cm = 28.34645 pc = 11.95517 cc = 12.79213 inch = 72
which a quick test also ensures. So the table is mistaken, we will fix it shortly. Cheers: Feri.
By the way, the link in: "The latest and greatest version with documentation included: FuncMP-1.2.tgz (1.6 MB)." points to version 1.1 instead of 1.2. Cheers J.A.
participants (3)
-
Dylan Thurston -
Ferenc Wagner -
Jorge Adriano