From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 1D26ABBAF for ; Wed, 4 Feb 2009 17:27:06 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AowCAKVQiUnRVdsVimdsb2JhbACTcD8BAQEKCQwHDwWtY44rAQMBA4QTBoQB X-IronPort-AV: E=Sophos;i="4.37,380,1231110000"; d="scan'208";a="23574673" Received: from mail-ew0-f21.google.com ([209.85.219.21]) by mail1-smtp-roc.national.inria.fr with ESMTP; 04 Feb 2009 17:27:05 +0100 Received: by ewy14 with SMTP id 14so5858449ewy.9 for ; Wed, 04 Feb 2009 08:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3cgIM7jnZvd5e/NKCoyOU3trDHFU6Mgujd+ciTS9rWU=; b=LzuNZe7k02Os6zUtre+ZkX9icDsuTzlVgTDbiFMkPqDWKbqfCk52jOcgsrsLRlxRg0 1rid9SqBjrwDKNshN5bPlv3YJUR5/UOQwISkJ+x4pehRoqeZvoPSjRHKd3zv+M8zqm0G XaRS1LwD4XsdSagYIQjVs8ZAbzz7cnTvykpMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=iRgsQT8p09rSRi35dB9mwlgtmPtlQU1NapzBRjldThzjxK7HTE+kjAO8h1bFa9T4d9 ngiKR2/oL6ziYYYyIJRfj6cIEscGtcMax7HbFTor+Q91aFZv5Vgosa3qqSqsdyaWCyWx DECqv/rLE+Jf4PSPE9T33/CsraaJtI9wKyp5M= MIME-Version: 1.0 Sender: johannes.kanig@gmail.com Received: by 10.103.225.11 with SMTP id c11mr67079mur.24.1233764824979; Wed, 04 Feb 2009 08:27:04 -0800 (PST) Date: Wed, 4 Feb 2009 17:27:04 +0100 X-Google-Sender-Auth: 7daad3031f3d3b23 Message-ID: <926565e50902040827i4dfba567mb9f22dceb04b71c2@mail.gmail.com> Subject: [ANN] mlpost 0.6 From: Johannes Kanig To: caml-list@inria.fr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; lri:01 ocaml:01 lri:01 0.6:98 0.6:98 incompatible:01 functions:01 postscript:01 tex:01 behaviour:01 corrections:01 api:02 authors:03 jpg:96 external:03 Hi List, We have just released version 0.6 of mlpost, an ocaml library to produce nice looking postscript figures with tex-typeset elements. You can get it at: http://mlpost.lri.fr/ Here is the changelog: o - changes in behaviour, new features * - incompatible changes in the interface * "open Mlpost" is not added to input files any more - users have to add by themselves * the type Command.figure becomes Command.t o inclusion of external images (png, jpg etc) o transformations on boxes o Box.{grid,gridl,gridi}: new options hpadding, vpadding, stroke, pen o additional options for many functions o corrections of some small bugs in box calculations o A function in the API to scan a TeX file for the prelude Have fun, the authors of Mlpost -- Johannes Kanig johannes.kanig@lri.fr