ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: mkiv goes beta
Date: Mon, 6 Aug 2007 22:38:14 +0200	[thread overview]
Message-ID: <fe8d59da0708061338y2a464551j2320ccf959621702@mail.gmail.com> (raw)
In-Reply-To: <46B6FD70.8040603@wxs.nl>

[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]

On 8/6/07, Hans Hagen <pragma@wxs.nl> wrote:
> Hi,
>
> ConTeXt MKiV goes beta.
>
> Now, why today, 06/08/07? It happens to be the birthday of one of the
> most demanding users on this list and when at bachotek 2007 we discussed
> the moment of going beta Arthur suggested that this would be the perfect
> day. I could not agree more, especially because Mojca is one of the most
> demanding and testing users and eagerly awaiting new things.
>
>         So, Mojca, here's your birthday present!

http://www.logosrl.it/context/luatex
is my little present...

(in attachment a quick diff for luatex.web to fix some typos)
-- 
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

[-- Attachment #2: luatex.web.diff --]
[-- Type: text/x-patch, Size: 979 bytes --]

*** luatex.web.orig	2007-08-06 22:07:43.000000000 +0200
--- luatex.web	2007-08-06 22:08:58.000000000 +0200
***************
*** 3844,3850 ****
  function glyph_width(@!p:halfword):pointer;
  var w:integer;
  begin
!   w := char_width(font(p),character(p)); { + x_displace(p); }
    glyph_width := w;
  end;
  @#
--- 3844,3850 ----
  function glyph_width(@!p:halfword):pointer;
  var w:integer;
  begin
!   w := char_width(font(p),character(p)); { $+ x_displace(p)$; }
    glyph_width := w;
  end;
  @#
***************
*** 19565,19571 ****
    case font_direction(dvi_direction) of
    dir__LT: begin
      pdf_set_rule(cur_h, cur_v, rule_wd, rule_ht);
!     {pdf_dvicmd_left(rule_wd);}
      end;
    dir__LB: begin
      pdf_dvicmd_down(rule_ht);
--- 19565,19571 ----
    case font_direction(dvi_direction) of
    dir__LT: begin
      pdf_set_rule(cur_h, cur_v, rule_wd, rule_ht);
!     {$pdf_dvicmd_left(rule_wd)$;}
      end;
    dir__LB: begin
      pdf_dvicmd_down(rule_ht);

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

  parent reply	other threads:[~2007-08-06 20:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-06 10:52 Hans Hagen
2007-08-06 11:40 ` Steffen Wolfrum
2007-08-06 11:54 ` luigi scarso
2007-08-06 14:13 ` Peter Rolf
2007-08-06 14:25   ` Thomas A. Schmitz
2007-08-06 14:42     ` Arthur Reutenauer
2007-08-06 17:03       ` Taco Hoekwater
2007-08-06 17:06         ` Hans Hagen
2007-08-06 18:32         ` Arthur Reutenauer
2007-08-06 18:43           ` Hans Hagen
2007-08-06 19:10             ` Thomas A. Schmitz
2007-08-06 21:46               ` Taco Hoekwater
2007-08-07 13:25                 ` Thomas A. Schmitz
2007-08-07 13:37                   ` Taco Hoekwater
2007-08-07 17:19                     ` Thomas A. Schmitz
     [not found]             ` <20070806190351.GJ26634@phare.normalesup.org>
2007-08-06 19:26               ` Hans Hagen
2007-08-06 19:46                 ` Arthur Reutenauer
2007-08-06 20:08                   ` Hans Hagen
2007-08-06 23:55                     ` Arthur Reutenauer
2007-08-07  7:28                       ` Hans Hagen
2007-08-06 20:09                   ` Hans Hagen
2007-08-07  2:44       ` Arthur Reutenauer
2007-08-06 17:56 ` luigi scarso
2007-08-06 18:06   ` Arthur Reutenauer
2007-08-06 18:50     ` luigi scarso
2007-08-06 21:50       ` Taco Hoekwater
2007-08-06 22:07         ` luigi scarso
2007-08-06 20:38 ` luigi scarso [this message]
2007-08-06 20:42 ` Peter Rolf
2007-08-07  7:25   ` Hans Hagen
2007-08-07 14:04     ` Peter Rolf
2007-08-07 14:24       ` Arthur Reutenauer
2007-08-07 15:08         ` Peter Rolf
2007-08-06 23:18 ` luigi scarso
2007-08-07  7:39   ` Taco Hoekwater
2007-08-08  7:40   ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe8d59da0708061338y2a464551j2320ccf959621702@mail.gmail.com \
    --to=luigi.scarso@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).