ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Morten Høgholm" <moho01ab@student.cbs.dk>
Cc: Hans Hagen <pragma@wxs.nl>
Subject: Re: Possible bug in texexec
Date: Mon, 19 Apr 2004 09:53:19 +0200	[thread overview]
Message-ID: <opr6o1i5bylz63g6@mail.student.cbs.dk> (raw)
In-Reply-To: <6.0.1.1.2.20040416093005.027d75b0@server-1>

On Fri, 16 Apr 2004 09:31:04 +0200, Hans Hagen <pragma@wxs.nl> wrote:

> the reason for adding newlines after ;'s is that there have been 
> problems with the metapost buffer length
>
> i didn't test itm, but maybe
>
>              s/(btex.*?)\;(.*?etex)/$1\@\@\@$2/gmois;
>              s/(\".*?)\;(.*?\")/$1\@\@\@$2/gmois;             # add this 
> line
>              s/\;/\;\n/gmois;
>              s/\n\n/\n/gmois;
>              s/(btex.*?)\@\@\@(.*?etex)/$1\;$2/gmois;
>              s/(\".*?)\@\@\@(.*?\")/$1\;$2/gmois;             # and this 
> one
>
> somewhere around line 2260 in texexec.pl will help

This fixes Dan's problems -- he says thank you very much.
-- 
Morten Høgholm

      reply	other threads:[~2004-04-19  7:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-15 18:35 Morten Høgholm
2004-04-16  7:31 ` Hans Hagen
2004-04-19  7:53   ` Morten Høgholm [this message]

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=opr6o1i5bylz63g6@mail.student.cbs.dk \
    --to=moho01ab@student.cbs.dk \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).