X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyxrc.example;h=c9bab7030230373db93ee7758cd174024c00b304;hb=98c966c64594611e469313314abd1e59524adb4a;hp=c79229b98c688d362625a4f20717622bb112c777;hpb=0a16442310eda0baee85054b2b331061a0d90a76;p=lyx.git diff --git a/lib/lyxrc.example b/lib/lyxrc.example index c79229b98c..c9bab70302 100644 --- a/lib/lyxrc.example +++ b/lib/lyxrc.example @@ -156,6 +156,14 @@ # #\date_insert_format "%A, %e. %B %Y" + +# Maximum number of words in the initialization string for a new label. +# If it is set to 0, then the init. string will only contain the prefix +# (e.g. "sec:"). If it is set to -1, the init. string will be empty. +# This feature is disabled in 1.1.6. +# +#\label_init_length 0 + # # SCREEN & FONTS SECTION ################################################# # @@ -202,20 +210,20 @@ # the same as what LaTeX calls latin1. #\screen_font_encoding iso8859-2 -# The norm for the menu/popups fonts. The default is an empty string, which +# The norm for the popup fonts. The default is an empty string, which # causes to use the screen fonts norm (defined by \screen_font_encoding). -#\screen_font_encoding_menu iso8859-2 +#\popup_font_encoding iso8859-2 -# The font for popups. It is set to +# The normal font for popups. It is set to # -*-*-*-?-*-*-*-*-. # The default is: -#\screen_font_popup "-*-helvetica-medium-r" +#\popup_font_name "-*-helvetica-medium-r" -# The font for menus (and groups titles in popups). It is set to +# The bold font for popups. It is set to # -*-*-*-?-*-*-*-*-. # The default is: -#\screen_font_menu "-*-helvetica-bold-r" +#\popup_bold_font "-*-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,