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:
John Levon 2002-12-17 00:20:58 +00:00
parent 179ae3e843
commit c1b636aadb
2 changed files with 3 additions and 4 deletions

View 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>

View 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"