]> git.lyx.org Git - features.git/commitdiff
Use flag -dCompatibilityLevel=1.3 with ps2pdf
authorDekel Tsur <dekelts@tau.ac.il>
Fri, 11 Oct 2002 18:17:24 +0000 (18:17 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Fri, 11 Oct 2002 18:17:24 +0000 (18:17 +0000)
Add a check for kdeprintfax.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5386 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 5a0248f44798097d0f9591eabff780bff07b32cb..fa0e34495c49c7c99afa9fdf5a23f8ad2fd57b63 100644 (file)
@@ -1,3 +1,13 @@
+2002-10-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * 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  <Jean-Marc.Lasgouttes@inria.fr>
 
        * bind/emacs.bind: add bindings for M-< and M->
index 252689f31195b7ed3e08f305a95c358a1aa3c253..742d13033ac6aebbcc50c57dc0b3db5635b37264 100644 (file)
@@ -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