]> git.lyx.org Git - lyx.git/blobdiff - lib/lyxrc.example
More small fixes
[lyx.git] / lib / lyxrc.example
index a9e9f51161e1a1c6cee1ce03c3bb16b69b7419c4..411d8fd94079a5827d16364d302d0743bfad5909 100644 (file)
 # We recommend to keep the confirmation, though.
 #\exit_confirmation false
 
+# This sets the behaviour if you want to be asked for a filename when
+# creating a new document or wait until you save it and be asked then.
+# The default for now is ask on save.
+# \new_ask_filename false
+
 # LyX continously displays names of last command executed, along with a list 
 # of defined short-cuts for it in the minibuffer.
 # It requires some horsepower to function, so you can turn it off, if LyX
 # 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.
+# Warning: This option is not functional!
 #\view_pdf_command "xpdf"
 
 # Define which program to use to view postscript files here.
 # this line:
 #\relyx_command "none"
 
+# Default format string for the date-insert command
+#
+# This accepts the normal strftime formats; see man strftime for full
+# details of the format.
+#
+#\date_insert_format "%A, %e. %B %Y"
+
 #
 # SCREEN & FONTS SECTION #################################################
 #
 
 # The command used to generate pdf files directly from a latex file.
 # A program that works in anyother way is not guarantied to work.
+# Warning: This option is not functional!
 #\pdflatex_command pdflatex
 
 # The command used to generate postscript files from pdf files.
+# Warning: This option is not functional!
 #\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.
+# Warning: This option is not functional!
 #\pdf_mode false
 
 # The font encoding used for the LaTeX2e fontenc package.
 # 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; see man strftime for full
-# details of the format.
-#
-#\date_insert_format "%A, %e. %B %Y"
 
 #
 # LANGUAGE SUPPORT SECTION ####################################################