On Mon, Feb 11, 2013 at 5:23 PM, Nasser M. Abbasi <span dir="ltr"><<a href="mailto:nma@12000.org" target="_blank">nma@12000.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 2/11/2013 5:46 AM, Radhakrishnan CV wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
True, aux and other scratch files still remain in your working directory.<br>
In order to move all files to your target directory, you need to provide<br>
\Needs{} directive in your source document. For example, I will modify your<br>
example document to the following manner:<br>
<br>
--- foo-changed.tex ----------<br>
\documentclass{article}%<br>
\usepackage{graphics}<br>
<br>
\begin{document}<br>
<br>
\includegraphics{a.png}<br>
<br>
\Needs{"find ./ -maxdepth 1 -mindepth 1 -type f -not -name \jobname.tex<br>
-exec mv '{}' A \string\; "}<br>
<br>
\end{document}<br>
-------------------------<br>
<br>
\Needs{...} directive is operating system dependent. The one I have given<br>
above is for bash in linux or unix like operating systems.  You might<br>
provide the one fit for your OS.<br>
<br>
</blockquote>
<br></div>
Thanks, that is useful. But is it possible to put this \Needs<br>
command in my .cfg file somehow? The reason is, I have one common<br>
.cfg file, and if this can be used in .cfg file, then I do not<br>
have to edit all my .tex file and add this command to each. I<br>
have 1,000's of small .tex files, and they all use the same .cfg file.<br></blockquote><div><br>That is quite possible. You might add the following line in your *.cfg:<br><br> \AtEndDocument{\Needs{...}}<br><br>Let that be the last directive in \jobname.lg file which is read by t4ht binary.<br>

</div></div><br>Best regards<br>-- <br>Radhakrishnan<br><a href="https://maps.google.com/maps?q=River%20Valley,%20Thiruvananthapuram%20Neyyardam%20Road,%20Kerala,%20India&vector=1" target="_blank">River Valley</a><br>

<br>