Hello Yves!

I spent quite a lot of time trying to find what was wrong when using Template::Latex from within Catalyst. My code worked just fine as standalone application, but not inside Catalyst.

I don't know if this is your problem, but beware that Template::Latex won't work with Catalyst develpment server.

The problem is that the Template::Latex expects system("pdflatex ...") to return 0, but all system() call made from inside the dev server return -1. You'll however have no problem at all when running Catalyst in a CGI/FastCGI/mod_perl environment.

Michele.

--
Michele Beltrame
http://www.varlogarthas.net/
ICQ# 76660101
Informativa privacy: http://www.italpro.net/em.html

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to