> > There is an option to send output files (.html,.css,.png) files to
 > > a directory other than the current directory. For example
 > >
 > >    htlatex sample2e "" "" "-d~/home_page/test"
 > >
 > > will send the output files to ~/home_page/test.

 > Well, it would be nice if the temporary directory was automatically
 > created if it doesn't exist.  But what I'd appreciate even more is if it
 > would (or is?) possible to permanently set the -d switch, so that I
 > don't need to type it every time.

That can be done by adding in the htlatex-like script files the -d
switch to the t4ht records, e.g.,

 t4ht ... -d~/WWW/temp/

Similarly, within mk4ht add the -d switch to the trailing quoted "..."
segments, e.g.,

  "ht",   "htlatex",     "latex",      "", "", "-cvalidatehtml -d~/WWW/temp/", 

It doesn't seem appropriate to introduce such a switch permanently
as different users might prefer different directories for their
output.  

I have the switch -d~/WWW/temp/ set in my private scripts. I insert
the switch -d./ in the command line, when I want to overwrite that
switch to have the outcome stay in the work directory.

 > I've read the documentation about configuration files, but it seems this
 > only relates to (La)TeX code, not to a configuration file for
 > mk4ht/htlatex/...  Did I miss something?

Try the command `t4ht' without arguments.  It will show the available
options.  I'll modify the documentation to deal with issue.

-eitan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to