I have a perl question (related to tex) that I can't figure out.

How can I run latex from a perl script?

I know that the following is a possibility:
        system "latex filename.tex"

But, the problem is that I need to run latex in the given directory 
because tex needs access to all the auxillary files in that directory (bib 
files and more).  So, I suppose that the more general question is:

Q: How do I make perl run programs in a given directory?

Thanks,
Blake




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to