X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyxrc.example;h=411d8fd94079a5827d16364d302d0743bfad5909;hb=f3850c0c5fff9e15b83c62748d76636a0dc8f32b;hp=a9e9f51161e1a1c6cee1ce03c3bb16b69b7419c4;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.git diff --git a/lib/lyxrc.example b/lib/lyxrc.example index a9e9f51161..411d8fd940 100644 --- a/lib/lyxrc.example +++ b/lib/lyxrc.example @@ -83,6 +83,11 @@ # 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 @@ -118,6 +123,7 @@ # 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. @@ -193,6 +199,13 @@ # 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 ################################################# # @@ -394,13 +407,16 @@ # 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. @@ -572,12 +588,6 @@ # 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 ####################################################