]> git.lyx.org Git - lyx.git/blobdiff - lib/lyxrc.example
xemacs.bind, buffer-previous
[lyx.git] / lib / lyxrc.example
index 8493fa6bb4ebba459acaab1ffd02289ed98ab681..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.
 # Example: use this to ignore warnings about using "\ldots" instead of "..."
 #\chktex_command "chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -n38"
 
-# Define which program to use to run "tth", the LaTeX to HTML converter
-# You should include options. The default is "tth -t"
-# Example: use this to let math be italic
-#\tth_command "tth -t -i"
+# Define which program to use to translate latex to HTML.
+# You should include options. The default is autodetected: the programs 
+# checked are tth, latex2html and hevea, and the default command lines
+# used are:  
+#\html_command "tth -t < '$$FName' > '$$OutName'"
+#\html_command "latex2html -no_subdir -split 0 -show_section_numbers '$$FName'"
+#\html_command "hevea -s '$$FName'"
+# The variable name $$FName is replaced with the name of the .tex
+# file, and $$OutName is replaced with the name of the html file.
+# Example: use this to let math be italic with tth.
+#\html_command "tth -t -i < '$$FName' > '$$OutName'"
 
 # If you want to pass extra flags to the LinuxDoc sgml scripts, insert them
 # here. 
 
 # The screen fonts used to display the text while editing
 # The defaults are:
-#\screen_font_roman -*-times
-#\screen_font_sans -*-helvetica
-#\screen_font_typewriter -*-courier
+#\screen_font_roman "-*-times"
+#\screen_font_sans "-*-helvetica"
+#\screen_font_typewriter "-*-courier"
 
 # For some, this font looks better:
-#\screen_font_roman -*-utopia
+#\screen_font_roman "-*-utopia"
 
 # Allow the use of scalable screen fonts? Default is true.
 # If you choose "false", LyX will use the closest existing size for a match.
 # The font for popups. It is set to 
 #    <font_popup>-*-*-*-?-*-*-*-*-<font_encoding>.
 # The default  is:
-#\screen_font_popup -*-helvetica-medium-r
+#\screen_font_popup "-*-helvetica-medium-r"
 
 # The font for menus (and groups titles in popups). It is set to 
 #    <font_menu>-*-*-*-?-*-*-*-*-<font_encoding>.
 # The default  is:
-#\screen_font_menu -*-helvetica-bold-r
+#\screen_font_menu "-*-helvetica-bold-r"
 
 # The font sizes used for calculating the scaling of the screen fonts.
 # You should only have to change these if the fonts on your screen look bad,
 # 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"