<div dir="ltr"><div>The same on Linux but with the full (absolute) path it works as expected:<br><br>[zw@..... tmp]$ xetex --output-directory=./dynamic-content /tmp/foo.tex <br>This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xetex)<br>entering extended mode<br>(/tmp/foo.tex [1] )<br>Output written on ./dynamic-content/foo.pdf (1 page).<br>Transcript written on ./dynamic-content/foo.log.<br><br></div>My ADSL speed is 8 Mbps for download but only 512 kbps for upload, so syncing large files is a problem (uploading 1 hour video takes almost a week). I use a different strategy for my work, I take advantage of versioning and use either subversion or git. Only the source files that cannot be generated are versioned. My hard disk certainly will not die within a few hours (in fact not within a few months) and I commit frequently and at least daily push the git cloned repository. If you do not share the work with others but want to have it available from several computers, Dropbox can be used as a siple subresion and/or git server. The only rule to surviv is: do not do "svn commit" or "git push" if you are offline. And if you do, do not work on other computer before connecting the computer with the latest repository version and syncing it.<br><br><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br><div class="gmail_quote">2017-01-15 10:26 GMT+01:00 Philip Taylor <span dir="ltr"><<a href="mailto:P.Taylor@rhul.ac.uk" target="_blank">P.Taylor@rhul.ac.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Philip Taylor wrote:<br>
<br>
> But all of this is besides the point :  surely<br>
><br>
>       o XeTeX --output-directory=../dynamic-<wbr>content foo (or foo.tex)<br>
><br>
> should compile foo.tex, not ../dynamic-content/foo.tex<br>
<br>
</span>Note that this occurs even if a specific path to "foo.tex" is given :<br>
<br>
> E:\TeX\Projects\WBH\Welcome><wbr>xetex --output-directory=../dynamic-<wbr>content ./foo<br>
<span class="">> This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/W32TeX) (preloaded format=xetex)<br>
>  restricted \write18 enabled.<br>
> entering extended mode<br>
> (../dynamic-content/./foo.tex This is the unintended foo.tex)<br>
</span>> *\end<br>
<span class="">> No pages of output.<br>
> Transcript written on ../dynamic-content/foo.log.<br>
><br>
</span>> E:\TeX\Projects\WBH\Welcome><wbr>xetex --output-directory=../dynamic-<wbr>content ./foo.tex<br>
<span class="">> This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016/W32TeX) (preloaded format=xetex)<br>
>  restricted \write18 enabled.<br>
> entering extended mode<br>
> (../dynamic-content/./foo.tex This is the unintended foo.tex)<br>
</span>> *\end<br>
<span class="im HOEnZb">> No pages of output.<br>
> Transcript written on ../dynamic-content/foo.log.<br>
><br>
</span><div class="HOEnZb"><div class="h5">> E:\TeX\Projects\WBH\Welcome><br>
</div></div></blockquote></div><br></div>