mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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
This commit is contained in:
parent
36afcb3f8e
commit
c1541c2257
@ -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->
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user