From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15968 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: Re: Is there a bug during pagination of external figures? Date: Fri, 06 Aug 2004 15:12:49 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <411383D1.90501@gmx.de> References: <41133589.2070807@gmx.de> <41133396.6090009@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091794953 7286 80.91.224.253 (6 Aug 2004 12:22:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2004 12:22:33 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 06 14:22:27 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bt3jv-000837-00 for ; Fri, 06 Aug 2004 14:22:27 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EDF4D1277F; Fri, 6 Aug 2004 14:22:26 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10766-07; Fri, 6 Aug 2004 14:22:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59F7812778; Fri, 6 Aug 2004 14:22:24 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2886D12778 for ; Fri, 6 Aug 2004 14:22:23 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10961-01 for ; Fri, 6 Aug 2004 14:22:22 +0200 (CEST) Original-Received: from mail.gmx.net (unknown [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 86AB412772 for ; Fri, 6 Aug 2004 14:22:22 +0200 (CEST) Original-Received: (qmail 2441 invoked by uid 65534); 6 Aug 2004 12:22:22 -0000 Original-Received: from p508A37AE.dip.t-dialin.net (EHLO gmx.de) (80.138.55.174) by mail.gmx.net (mp013) with SMTP; 06 Aug 2004 14:22:22 +0200 X-Authenticated: #10144042 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41133396.6090009@wxs.nl> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15968 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15968 Hans Hagen wrote: > Stefan Wachter wrote: > >> Processing a large document containing the following lines: >> >> >>>>>>>>>>start >> \externalfigure[/home/swachter/projekte/infotakt/vdp/export/bu/bu.ilboo/ziffer8.ilboo/bu8-3_refkom.ilboo/graphics.ilfdr/bu8-3_241-242_1.png] >> >> >> \externalfigure[/home/swachter/projekte/infotakt/vdp/export/bu/bu.ilboo/ziffer8.ilboo/bu8-3_refkom.ilboo/graphics.ilfdr/bu8-3_241-242_2.png] >> >> >> \externalfigure[/home/swachter/projekte/infotakt/vdp/export/bu/bu.ilboo/ziffer8.ilboo/bu8-3_refkom.ilboo/graphics.ilfdr/bu8-3_241-242_3.png] >> >> >> \externalfigure[/home/swachter/projekte/infotakt/vdp/export/bu/bu.ilboo/ziffer8.ilboo/bu8-3_refkom.ilboo/graphics.ilfdr/bu8-3_241-242_4.png] >> >> <<<<<<<<<< > > is for some reason the _ an active character ? > > In supp-fil you may try the following (add the \_ definition) > > \bgroup > > \catcode`\/=\@@active > \catcode`\:=\@@active > \catcode`\~=\@@active > \catcode`\_=\@@active > > \gdef\sanitizefilename#1\to#2% > {\bgroup > \edef/{\string/}% > \edef:{\string:}% > \edef~{\string~}% > \edef_{\string_}% > \expanded{\xdef\noexpand\sanitizedfilename{#1}}% > \egroup > % maybe \convertcommand\sanitizedfilename\to#2% > \let#2\sanitizedfilename} > > \egroup > > untested -) > > Hans Hi Hans, thanks for the quick reply. I made the proposed changes but the error is still there. (I also run "texexec --make ..." and tried again.) Do you have another idea that could solve the problem? Thanks, --Stefan