ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Putting output in different dierectories
@ 2009-02-13 16:04 Cecil Westerhof
  2009-02-20 14:32 ` Michael Bynum
  0 siblings, 1 reply; 2+ messages in thread
From: Cecil Westerhof @ 2009-02-13 16:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

ConTeXt puts all generated files in the same directory as the
sourcefile. Is it possible to put the PDF-file in its own directory en
all the other generated files in another directory?

-- 
Cecil Westerhof
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Putting output in different dierectories
  2009-02-13 16:04 Putting output in different dierectories Cecil Westerhof
@ 2009-02-20 14:32 ` Michael Bynum
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Bynum @ 2009-02-20 14:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Assuming the lack of responses means that there isn't a way to do that
using texexec, you could always use a script to do that.

   #!/bin/sh
  PAPER=test
  texexec $PAPER".tex"
  mv $PAPER".pdf" ./newdir
  mv $PAPER.*    ./newdir2
  mv ./newdir2/$PAPER".tex" .

Then just execute the script instead of directly using the texexec command

Mike



On Fri, Feb 13, 2009 at 11:04 AM, Cecil Westerhof
<cldwesterhof@gmail.com> wrote:
> ConTeXt puts all generated files in the same directory as the
> sourcefile. Is it possible to put the PDF-file in its own directory en
> all the other generated files in another directory?
>
> --
> Cecil Westerhof
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-20 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-13 16:04 Putting output in different dierectories Cecil Westerhof
2009-02-20 14:32 ` Michael Bynum

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).