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
This commit is contained in:
Jean-Marc Lasgouttes 2000-09-11 10:04:31 +00:00
parent 06a0315a3e
commit 0f01068f2b
2 changed files with 5 additions and 20 deletions

View File

@ -1,3 +1,8 @@
2000-09-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lib/lyxrc.example: remove description of all entries related to
non-working pdf support.
2000-09-05 Dekel Tsur <dekel@math.tau.ac.il>
* src/mathed/math_macro.C (Metrics): Set the size of the template

View File

@ -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 ##########################################################