]> git.lyx.org Git - lyx.git/blobdiff - lib/lyxrc.example
xemacs.bind, buffer-previous
[lyx.git] / lib / lyxrc.example
index 36d8e5df0d5fd56c90b6be651a38d079bbdc86e2..15757e197b81d7dca2331b3500aabb07fb0da6d9 100644 (file)
 
 # Define which program to use to view dvi files here.
 # You can include any options you need by "quoting" the entire command.
-# You don't need to specify the paper-size and orientation, which is done
-# automatically by LyX (hence, your viewer has to interpret the -paper
-# option like xdvi does)
 # The default is "xdvi".
 # Example: the next line would use xdvi and display with shrink 2:
 #\view_dvi_command "xdvi -s 2"
 # It can get more involved. Expert users might prefer something like:
 #\view_dvi_command "xdvi -s 2 -expert -geometry 1014x720+0+0 -keep -margins 1.5"
 
+# \view_dvi_paper_option allows to specify a paper option to the dvi
+# viewer. By default LyX specifies the paper size of the document to
+# the dvi viewer via the command line option -paper size, where size
+# is one of "us","letter","a3","a4" and so on. The command
+# \view_dvi_paper_option allows the user to overwrite the name of the
+# command line flag, i.e. replace -paper with something else. If
+# specified and left empty, i.e. \view_dvi_paper_option "", LyX does
+# not append the -paper option to the dvi command at all. This case is
+# especially useful when viewing your documents on Windows with yap,
+# because yap does not allow a command line option for the paper size.
+#\view_dvi_paper "" 
+
 # LyX assumes that the default papersize should be usletter.  If this is not
 # true for your site, use the next line to specify usletter, legal,
 # 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.
 # 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.
 #\spell_command aspell
 
 # Consider run-together words, such as "notthe" for "not the", as legal 
-# words? Default is no
+# words? Default is false
 #\accept_compound true
 
 # Specify an alternate language. The default is to use the language of 
 # words with international letters in them. There have been reports that this
 # does not work with all dictionaries, so this is disabled by default.
 #\use_input_encoding true
+
+# DEFAULT FORMAT STRING FOR THE date-insert COMMAND
+#
+# This accepts the normal strftime formats have a look at man strftime
+# for nowing exactly what the formats are for and how to use them.
+#
+#\date_insert_format "%A, %e. %B %Y"