]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.m4
use <cmd>-Tab and <cmd>-backtab as shortcuts for
[lyx.git] / lib / configure.m4
index 232b829bfb2a8ca9e40f0269f5e8d699701022cb..ad2af1dae87d27dad5e440a546dc1a594caa1249 100644 (file)
@@ -587,8 +587,6 @@ cat >$outfile <<EOF
 \\converter ps         fax        "$fax_command"       ""
 \\converter ps         pdf        "$ps_to_pdf_command" ""
 \\converter word       latex      "$word_to_latex_command"     ""
-
-\\copier    fig        "sh \$\$s/fig_copy.sh \$\$i \$\$o"
 EOF
 
 ### the graphic converter part with the predefined ones
@@ -638,6 +636,10 @@ fi
 
 cat >>$outfile <<EOF
 
+\\copier    fig        "sh \$\$s/fig_copy.sh \$\$i \$\$o"
+\\copier    pstex      "python \$\$s/tex_copy.py \$\$i \$\$o \$\$l"
+\\copier    pdftex     "python \$\$s/tex_copy.py \$\$i \$\$o \$\$l"
+
 $rc_entries
 \\font_encoding "$chk_fontenc"
 EOF