From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7985 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: \typefile problem Date: Thu, 23 May 2002 17:32:15 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020523173215.F11564@bar.loria.fr> References: <200205230528.HAA28131@bar.loria.fr> <83997805.20020523104515@bigfoot.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035398423 23908 80.91.224.250 (23 Oct 2002 18:40:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:40:23 +0000 (UTC) Cc: "Denis B. Roegel" , ntg-context@ntg.nl Original-To: Giuseppe Bilotta In-Reply-To: <83997805.20020523104515@bigfoot.com>; from bourbaki@bigfoot.com on Thu, May 23, 2002 at 10:45:15AM +0200 Xref: main.gmane.org gmane.comp.tex.context:7985 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7985 On Thu, May 23, 2002 at 10:45:15AM +0200, Giuseppe Bilotta wrote: > > Thursday, May 23, 2002 Denis B. Roegel wrote: > > > DBR> I want to include a file with \typefile, but the file name > DBR> has underscores. If I write > > DBR> \typefile{}{sources/test\_dup.c} > > DBR> the file sources/test_dup.c is not found. What should I do? > > What if you remove the \ ? {source/test_dup.c} Well, I tried it before sending my message, but as expected, I got an error because _ is considered math mode. Does it work for you? Denis