From 0f01068f2bbf331257e4dbf4ccf7ad51d0d1ca3e Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 11 Sep 2000 10:04:31 +0000 Subject: [PATCH] Remove broken pdf commands from lyxrc examples. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1006 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ lib/lyxrc.example | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b1e9a5dd5..73e7eb18a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-11 Jean-Marc Lasgouttes + + * lib/lyxrc.example: remove description of all entries related to + non-working pdf support. + 2000-09-05 Dekel Tsur * src/mathed/math_macro.C (Metrics): Set the size of the template diff --git a/lib/lyxrc.example b/lib/lyxrc.example index 9d2ccefd4a..b9dc3e77bc 100644 --- a/lib/lyxrc.example +++ b/lib/lyxrc.example @@ -114,12 +114,6 @@ # executive, a3, a4, a5, or b5 as the default papersize. #\default_papersize "a4" -# Define which program to use to view pdf files here. -# You can include any options you need by "quoting" the entire command -# The default is auto-detected, but you might want to override it. -# Usual values are: xpdf, acroread, gv, ghostscript. -#\view_pdf_command "xpdf" - # Define which program to use to view postscript files here. # You can include any options you need by "quoting" the entire command # The default is auto-detected, but you might want to override it. @@ -435,17 +429,6 @@ # here: #\latex_command latex2e -# The command used to generate pdf files directly from a latex file. -# A program that works in anyother way is not guarantied to work. -#\pdflatex_command pdflatex - -# The command used to generate postscript files from pdf files. -#\pdf_to_ps_command pdf2ps - -# If to use pdf as native export format instead of dvi. This makes LyX use -# pdflatex, pdf2ps and other utility programs. Default is false. -#\pdf_mode false - # The font encoding used for the LaTeX2e fontenc package. # T1 is highly recommended for non-English languages. LyX uses T1 as a # default if you have the ec fonts installed on your system. @@ -480,9 +463,6 @@ # Command to convert a docbook file to html #\docbook_to_html_command "sgmltools -b html '$$FName'" -# Command to convert a docbook file to pdf -#\docbook_to_pdf_command "" - # # FILE SECTION ##########################################################