From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33473 Path: news.gmane.org!not-for-mail From: andrea valle Newsgroups: gmane.comp.tex.context Subject: Re: compiling complex file Date: Thu, 22 Feb 2007 13:36:03 +0100 Message-ID: References: <20070222104557.ddc0f4bf.schuster.wolfgang@googlemail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1172147795 10512 80.91.229.12 (22 Feb 2007 12:36:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2007 12:36:35 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 22 13:36:28 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HKDBT-0005a8-F9 for gctc-ntg-context-518@m.gmane.org; Thu, 22 Feb 2007 13:36:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CAB8B203C8; Thu, 22 Feb 2007 13:33:35 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18325-01-4; Thu, 22 Feb 2007 13:33:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D0D42203B6; Thu, 22 Feb 2007 13:33:26 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8BE5203B9 for ; Thu, 22 Feb 2007 13:33:24 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18325-01-3 for ; Thu, 22 Feb 2007 13:33:18 +0100 (CET) Original-Received: from swip.net (mailfe07.tele2.it [212.247.154.205]) by ronja.ntg.nl (Postfix) with ESMTP id 6AC40203A7 for ; Thu, 22 Feb 2007 13:33:18 +0100 (CET) X-Cloudmark-Score: 0.000000 [] Original-Received: from [83.184.26.137] (account eu1547642@tele2.it [83.184.26.137] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 420404186 for ntg-context@ntg.nl; Thu, 22 Feb 2007 13:36:04 +0100 In-Reply-To: <20070222104557.ddc0f4bf.schuster.wolfgang@googlemail.com> X-Mailer: Apple Mail (2.623) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:33473 Archived-At: Thanks Wolfgang and Aditya, I'll try to use ConTeXt structure and report back. I will change filenames, it's cleaner, but it's not that one the = problem (I used other filenames without the dot and result was the = same). Many thanks Best -a- On 22 Feb 2007, at 10:45, Wolfgang Schuster wrote: > On Wed, 21 Feb 2007 22:21:15 +0100 > andrea valle wrote: > >> (I'm sorry, Hans, Taco, I' ve already sent it, always with some = >> posting >> problems, so there are 2 posts to be approved by moderator: I tried to >> remove them but the process failed). >> >> >> >> >> >> Dear ConTeXter, >> >> I'm having some troubles in compiling a document. >> >> I'm writing a short book (a tutorial). I writing each chapter on a >> separate file, then I have a main file using this kind of structure >> >> \input stile >> ... >> \input 00.introduzione >> \page >> \input 01.scGrado0 >> \page >> \input 02.architettura >> ... >> >> Where \input is used to insert each chapter. >> >> Also, I'm using a sort of style file defining the setups, and I'm >> inputting it as the first line of my "main.tex" file. >> >> Some chapters contain long framed \type parts (it's a book on a >> programming language), filling an entire page. When I compile each >> chapter file, I have no problem. >> But I can't compile the main file. ConTeXt keeps on adding blank pages >> on blank pages (total is approx. 100 pages, I stopped ConTeXt at 635). >> I guess it could depend on framed \type but can't understand how to >> solve it. >> Here one of the most "difficult" files. By itself it compiles properly >> (perfectly...I like it). >> >> http://www.semiotiche.it/andrea/membrana/03.oggetti.tex >> >> Here the compiled file (it uses a lot of images and other stuff so you >> can't compile it): >> >> http://www.semiotiche.it/andrea/membrana/03.oggetti.pdf >> >> Here the style file: >> >> http://www.semiotiche.it/andrea/membrana/stile.tex >> >> >> Here the main file: >> http://www.semiotiche.it/andrea/membrana/main.tex >> >> Many thanks as usual >> >> -a- >> > > Hi Andrea, > > TeX has problems to find your documents, this is no problem when you > compile them alone, but TeX means after the \input command you have a > file with the name "00.introduzione" with "00" as filename and > "introduzione" as file type. You should try to use something else as > seperator between the number and the text in your filenames like "-". > > You should also try to use ConTeXts own commands for documents > structures as Aditya told you in the other post. > > Wolfgang > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > Andrea Valle DAMS - Facolt=E0 di Scienze della Formazione Universit=E0 degli Studi di Torino http://www.semiotiche.it/andrea andrea.valle@unito.it