mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Revert View->LaTeX
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5837 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
179ae3e843
commit
c1b636aadb
@ -1,3 +1,6 @@
|
|||||||
|
2002-12-17 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
|
* configure.m4: back out LaTeX viewer again
|
||||||
|
|
||||||
2002-12-09 André Pönitz <poenitz@gmx.net>
|
2002-12-09 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
@ -255,9 +255,6 @@ SEARCH_PROG([for a DVI previewer],DVI_VIEWER, xdvi windvi yap)
|
|||||||
# Search something to preview html
|
# Search something to preview html
|
||||||
SEARCH_PROG([for a HTML previewer],HTML_VIEWER, "mozilla file://\$\$p\$\$i" netscape)
|
SEARCH_PROG([for a HTML previewer],HTML_VIEWER, "mozilla file://\$\$p\$\$i" netscape)
|
||||||
|
|
||||||
# Search for a program to preview latex code
|
|
||||||
SEARCH_PROG([for a LaTeX preview],LATEX_VIEWER, "xterm -e less")
|
|
||||||
|
|
||||||
# Search for a program to convert ps to pdf
|
# Search for a program to convert ps to pdf
|
||||||
SEARCH_PROG([for a PS to PDF converter],ps_to_pdf_command,ps2pdf)
|
SEARCH_PROG([for a PS to PDF converter],ps_to_pdf_command,ps2pdf)
|
||||||
test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf -dCompatibilityLevel=1.3 \$\$i"
|
test $ps_to_pdf_command = "ps2pdf" && ps_to_pdf_command="ps2pdf -dCompatibilityLevel=1.3 \$\$i"
|
||||||
@ -487,7 +484,6 @@ cat >$outfile <<EOF
|
|||||||
\\viewer pdf "$PDF_VIEWER"
|
\\viewer pdf "$PDF_VIEWER"
|
||||||
\\viewer ps "$GHOSTVIEW -swap"
|
\\viewer ps "$GHOSTVIEW -swap"
|
||||||
\\viewer eps "$GHOSTVIEW"
|
\\viewer eps "$GHOSTVIEW"
|
||||||
\\viewer latex "$LATEX_VIEWER"
|
|
||||||
|
|
||||||
$rc_entries
|
$rc_entries
|
||||||
\\font_encoding "$chk_fontenc"
|
\\font_encoding "$chk_fontenc"
|
||||||
|
Loading…
Reference in New Issue
Block a user