From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15967 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:06:04 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4113823C.6010102@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 1091794775 6844 80.91.224.253 (6 Aug 2004 12:19:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Aug 2004 12:19:35 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 06 14:19:19 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 1Bt3gs-0007mP-00 for ; Fri, 06 Aug 2004 14:19:18 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D0F91277C; Fri, 6 Aug 2004 14:19:16 +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 10754-05; Fri, 6 Aug 2004 14:19:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1ECE512772; Fri, 6 Aug 2004 14:15:41 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 482B212772 for ; Fri, 6 Aug 2004 14:15:39 +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 10754-03 for ; Fri, 6 Aug 2004 14:15:38 +0200 (CEST) Original-Received: from mail.gmx.net (unknown [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id B4468126F8 for ; Fri, 6 Aug 2004 14:15:38 +0200 (CEST) Original-Received: (qmail 1022 invoked by uid 65534); 6 Aug 2004 12:15:38 -0000 Original-Received: from p508A37AE.dip.t-dialin.net (EHLO gmx.de) (80.138.55.174) by mail.gmx.net (mp001) with SMTP; 06 Aug 2004 14:15:38 +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-Newsgroups: gmane.comp.tex.context 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:15967 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15967 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 in the supp-fil.tex file. Unfortunately the reported error is still there. I also executed "texexec --make ..." and tried again. But it did not help. Do you have another idea to solve the problem? Thanks, --Stefan