From: Dekel Tsur Date: Fri, 11 Oct 2002 18:17:24 +0000 (+0000) Subject: Use flag -dCompatibilityLevel=1.3 with ps2pdf X-Git-Tag: 1.6.10~18195 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c1541c2257d8b4ec0146c8aa9a7926f2d4b0a17f;p=features.git Use flag -dCompatibilityLevel=1.3 with ps2pdf Add a check for kdeprintfax. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5386 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5a0248f447..fa0e34495c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2002-10-11 Dekel Tsur + + * lyx2lyx/lyxconvert_218.py (remove_oldert): Fix bug. + + * lyx2lyx/parser_tools.py (get_paragraph, get_next_paragraph): + Make the code more + + * configure.m4: Use -dCompatibilityLevel=1.3 with ps2pdf + Add a check for kdeprintfax. + 2002-10-11 Jean-Marc Lasgouttes * bind/emacs.bind: add bindings for M-< and M-> diff --git a/lib/configure.m4 b/lib/configure.m4 index 252689f311..742d13033a 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -260,7 +260,7 @@ SEARCH_PROG([for a LaTeX preview],LATEX_VIEWER, "xterm -e less") # Search for a program to convert ps to pdf SEARCH_PROG([for a PS to PDF converter],ps_to_pdf_command,ps2pdf) -test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf \$\$i" +test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf -dCompatibilityLevel=1.3 \$\$i" # Search for a program to convert dvi to ps SEARCH_PROG([for a DVI to PS converter],dvi_to_ps_command,dvips) @@ -302,7 +302,8 @@ dnl fax_command="none" dnl fi # Search a GUI Fax program -SEARCH_PROG([for a fax program], fax_command, ksendfax) +SEARCH_PROG([for a fax program], fax_command, kdeprintfax ksendfax) +test $fax_command = "kdeprintfax" && fax_command="kdeprintfax \$\$i" test $fax_command = "ksendfax" && fax_command="ksendfax \$\$i" # Search for LinuxDoc support