]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/LaTeX.pm
Merge branch 'master' into after-262
[mfinanz.git] / SL / Template / LaTeX.pm
index 8736cc2b1b055a1fe20eaf763160e22c2b4c1e4c..b70e1522f685895e4a82ee1f4cd66611cfef59ae 100644 (file)
@@ -447,7 +447,7 @@ sub convert_to_pdf {
 }
 
 sub _get_latex_path {
-  return $main::latex_bin || 'pdflatex';
+  return $::lx_office_conf{applications}->{latex} || 'pdflatex';
 }
 
 sub get_mime_type() {