ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Pawel Jackowski na Onet" <jackos1@poczta.onet.pl>
Subject: reset \use[sub]path
Date: Mon, 3 Nov 2003 20:12:55 +0100	[thread overview]
Message-ID: <001d01c3a23e$7c5652d0$1c00a8c0@best> (raw)

Hi all!

Lets consider the following situation. There are 3 catalogs; ./lofo1,
./lofo2, ./lofo3, each of them contains files 'aqq.xml' and 'cow.png' for
example. Filenames are the same, but they may have different content. I need
to include all these files into one PDF document WITHOUT giving absolute
paths in TeX code. I tried something like

\usepath[lofo1]
    \processXMLfilegrouped{aqq.xml}
\usepath[lofo2]
    \processXMLfilegrouped{aqq.xml}
\usepath[lofo3]
    \processXMLfilegrouped{aqq.xml}

but in this example the same file (./lofo1/aqq.xml) will be processed 3
times and that is not what I need. Actually the situation is even more
complicated; I have quite big XML tree with hunderts of files and images,
with dozens of catalogs. I wrote a perl script which change current
directory for each process and run texexec in changed one. And it works OK
since I want to have separate PDF document from each `lofo?' catalog. But
how to make one PDF document in such situation using \use[sub]path texnique?

In other words, how to reset settings from \usepath and \usesubpath
commands? And how to do the same for externalfigures?


Thanks in advance, Pawe/l

             reply	other threads:[~2003-11-03 19:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-03 19:12 Pawel Jackowski na Onet [this message]
2003-11-03 21:05 ` Hans Hagen
2003-11-04  6:41   ` Pawel Jackowski na Onet
2003-11-10 16:37     ` Patrick Gundlach
2003-11-10 17:26       ` Hans Hagen
2003-11-10 19:59       ` Pawel Jackowski na Onet
2003-11-10 23:02         ` Patrick Gundlach
2003-11-11  7:05           ` Pawel Jackowski na Onet
2003-11-15 21:36   ` page backgrounds Thomas A.Schmitz
2003-11-16 20:08     ` Thomas A.Schmitz
2003-11-17  9:59       ` Patrick Gundlach
2003-11-17 13:09         ` Thomas A. Schmitz
2003-11-17 14:03           ` Otared Kavian
2003-11-17 14:41             ` Patrick Gundlach
2003-11-17 14:43             ` Patrick Gundlach
2003-11-17 14:08           ` Patrick Gundlach
2003-11-17 14:20           ` Adam Lindsay
2003-11-16 22:32     ` Patrick Gundlach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001d01c3a23e$7c5652d0$1c00a8c0@best' \
    --to=jackos1@poczta.onet.pl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).