From c1b636aadb3512865dfaddc4c62cf3ee9362bd9f Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 17 Dec 2002 00:20:58 +0000 Subject: [PATCH] Revert View->LaTeX git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5837 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 3 +++ lib/configure.m4 | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 66c459bcb5..729e4f5d55 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,6 @@ +2002-12-17 John Levon + + * configure.m4: back out LaTeX viewer again 2002-12-09 André Pönitz diff --git a/lib/configure.m4 b/lib/configure.m4 index a8545f0476..ac401cd960 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -255,9 +255,6 @@ SEARCH_PROG([for a DVI previewer],DVI_VIEWER, xdvi windvi yap) # Search something to preview html 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_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" @@ -487,7 +484,6 @@ cat >$outfile <