From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18853 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Re: Moving to ConTeXt Date: Fri, 11 Mar 2005 21:49:55 +0100 Message-ID: References: <57223.159.46.248.227.1109085701.squirrel@159.46.248.227> <421C975E.2080902@wxs.nl> <61056.213.84.141.31.1110448760.squirrel@213.84.141.31> <1b64ba7ad08309808fbc6c998684ae56@fiee.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110574831 911 80.91.229.2 (11 Mar 2005 21:00:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 21:00:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 22:00:31 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9r4O-0001Ho-He for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 21:49:16 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7E8371288C; Fri, 11 Mar 2005 21:49:52 +0100 (CET) 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 25653-03; Fri, 11 Mar 2005 21:49:47 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DF341286A; Fri, 11 Mar 2005 21:49:47 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B64221286A for ; Fri, 11 Mar 2005 21:49:45 +0100 (CET) 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 25560-04 for ; Fri, 11 Mar 2005 21:49:44 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id E16FF12847 for ; Fri, 11 Mar 2005 21:49:44 +0100 (CET) Original-Received: from ii2.demon.nl ([82.161.98.36]:23121 helo=mail.rna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1D9r4l-000CMl-QT for ntg-context@ntg.nl; Fri, 11 Mar 2005 20:49:39 +0000 Original-Received: from [192.168.2.87] (hermione-a.rna.nl [192.168.2.87]) by mail.rna.nl (Postfix) with ESMTP id 781BC67213 for ; Fri, 11 Mar 2005 21:49:29 +0100 (CET) In-Reply-To: <1b64ba7ad08309808fbc6c998684ae56@fiee.net> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18853 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18853 On 11 Mar 2005, at 18:02, Henning Hraban Ramm wrote: > Am 10.03.2005 um 10:59 schrieb Gerben Wierda: >> What I do not understand is how these components end up in a directory >> hierarchy. >> >> What would be very nice is some sort of downloadable archive with some >> sample basic project structures. >> >> Reading the stuff above I still have no idea how to build a directory >> hierarchy for my project such that it can do all that the project >> management part of ConTeXt promises. > > Do you *need* different directories? Perhaps it's sufficient to name > your components so that you can easily see what belongs where. > > AFAIK ConTeXt looks always into the parent directories, but not in > parallel/child directories if not explicitly specified. (E.g. you can > define a figures path.) > > Did you have a look at the wiki: > http://contextgarden.net/Project_structure Certainly I did, and I used the scripts that were linked there. But none of the explanations give examples of directory hierarchy. Take for instance images. I've set up a directory for images. But the only way I can get ConTeXt to find the images is to have an absolute path in the directory \setupexternalfigures[directory=/Volumes/Data/Users/gerben/Documents/ Prive/book-context/images, maxwidth=\textwidth] I have my chapters (components) in book-context and my product file in book-context/products But I would like some directory structure *without* this absolute path, if only because it does not work when mirrored to my laptop where the home directory is quite somewhere else. G