]> git.lyx.org Git - lyx.git/commitdiff
Revert View->LaTeX
authorJohn Levon <levon@movementarian.org>
Tue, 17 Dec 2002 00:20:58 +0000 (00:20 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 17 Dec 2002 00:20:58 +0000 (00:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5837 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 66c459bcb5e57cf863ad96893ee18f94d08704bf..729e4f5d5521e7c895605360d0423686ae480fdf 100644 (file)
@@ -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>
 
index a8545f0476a78273e48d61382167c512e645204e..ac401cd9606c505e4b6fec40146c178a0a5ee111 100644 (file)
@@ -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 <<EOF
 \\viewer pdf "$PDF_VIEWER"
 \\viewer ps "$GHOSTVIEW -swap"
 \\viewer eps "$GHOSTVIEW"
-\\viewer latex "$LATEX_VIEWER"
 
 $rc_entries
 \\font_encoding "$chk_fontenc"