home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / lib / lyxrc < prev    next >
Text File  |  1998-04-23  |  18KB  |  481 lines

  1. ### This file is part of
  2. ### =====================================================
  3. ###
  4. ###           LyX, the High Level Word Processor
  5. ###
  6. ###  Copyright 1995-1997 Matthias Ettrich & the LyX Team
  7. ###
  8. ### =====================================================
  9.  
  10. # This is the LyX-rc file, copy it to ~/.lyx/lyxrc and customize it to
  11. # your own wishes.
  12. # Several of these settings have defaults that are auto-detected when you use
  13. # the menu option Options->Reconfigure.  You can see their value by looking at
  14. # the file $HOME/.lyx/lyxrc.defaults. Any setting in this file will override
  15. # the defaults.
  16.  
  17. #
  18. # BIND SECTION ###########################################################
  19. #
  20.  
  21. # Before defining your own key-bindings, select one of the available default
  22. # binding sets. These are resource files (like this one) that define a
  23. # large set of (keyboard) bindings. These files live in bind directory of
  24. # the LyX system directory and have in general the .bind suffix.
  25. # Currently, you can choose from the following flavors:
  26. #
  27. # cua.bind            for Windows-, Mac- and Motif-like bindings
  28. # emacs.bind          for Emacs-like bindings.
  29. #
  30. # The \bind_file command looks in the LyX bind directory for a file 
  31. # of the given name, but a full path can also be given. If you have
  32. # a bind file in your ~/.lyx/bind/ directory, it will be preferred
  33. # over a system wide bind file.
  34.  
  35. \bind_file cua
  36. #\bind_file emacs
  37.  
  38. # Based on the default, you can now change part or all of it with the
  39. # \bind command. For example, when you want the delete key to do the
  40. # backspace action, uncomment the following line:
  41. #\bind "Delete" "delete-backward"
  42.  
  43. # However, if you're not at all happy with the default bindings,
  44. # the most logical thing to do would be to use one of the system
  45. # wide bind files as a template and place your own version in
  46. # ~/.lyx/bind/mine_is_best.bind and change the above \bind_file 
  47. # to this instead:
  48. #\bind_file mine_is_best
  49.  
  50. # Tip: Use "lyx -dbg 4" to survey how LyX interprets your keybindings.
  51.  
  52.  
  53. #
  54. # MISC SECTION ###########################################################
  55. #
  56.  
  57. # Set to false if you don't want the current selection to be replaced
  58. # automatically by what you type. Default is true.
  59. #\auto_region_delete false
  60.  
  61. # This is the time interval between auto-saves (in seconds).
  62. # 0 means no auto-save, default is 300 for five minutes.
  63. #\autosave 600
  64.  
  65. # LyX asks for a second confirmation to exit if you exit with changed 
  66. # documents that you don't want to save.  You can turn this confirmation off 
  67. # (LyX will still ask to save changed documents) with the following line.
  68. # We recommend to keep the confirmation, though.
  69. #\exit_confirmation false
  70.  
  71. # LyX continously displays names of last command executed, along with a list 
  72. # of defined short-cuts for it in the minibuffer.
  73. # It requires some horsepower to function, so you can turn it off, if LyX
  74. # seems slow to you, by uncommenting this line:
  75. #\display_shortcuts false
  76.  
  77. # Define which program to use to view dvi files here.
  78. # You can include any options you need by "quoting" the entire command.
  79. # You don't need to specify the paper-size and orientation, which is done
  80. # automatically by LyX (hence, your viewer has to interpret the -paper
  81. # option like xdvi does)
  82. # The default is "xdvi".
  83. # Example: the next line would use xdvi and display with shrink 2:
  84. #\view_dvi_command "xdvi -s 2"
  85. # It can get more involved. Expert users might prefer something like:
  86. #\view_dvi_command "xdvi -s 2 -expert -geometry 1014x720+0+0 -keep -margins 1.5"
  87.  
  88. # LyX assumes that the default papersize should be usletter.  If this is not
  89. # true for your site, use the next line to specify usletter, legal,
  90. # executive, a3, a4, a5, or b5 as the default papersize.
  91. #\default_papersize "a4"
  92.  
  93. # Define which program to use to view postscript files here.
  94. # You can include any options you need by "quoting" the entire command
  95. # The default is auto-detected, but you might want to override it.
  96. # It is possible to get nice anti-aliased text (slower, but as nice as
  97. # xdvi) by using something like
  98. #\view_ps_command "ghostview -swap -sDEVICE=x11alpha"
  99.  
  100. # Define which program to use to full screen view included postscript
  101. # pictures. You can not include any options. The default is auto-detected.
  102. #\view_pspic_command ghostview
  103.  
  104. # Define which program to use to use as postscript interpreter for included
  105. # images.
  106. # You can not include any options. The default is "gs" if it can be found.
  107. # If you have a slow computer, you should consider turning off the WYSIWYG 
  108. # display of includes images, by using this command:
  109. #\ps_command ""
  110.  
  111. # Define which program to use to run "chktex".
  112. # You should include options that turn different warnings on and off.
  113. # Default is "chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38"
  114. # Check the ChkTeX documentation for info on what the flags mean.
  115. # Example: use this to ignore warnings about using "\ldots" instead of "..."
  116. #\chktex_command "chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -n38"
  117.  
  118. # If you want to pass extra flags to the LinuxDoc sgml scripts, insert them
  119. # here. 
  120. # Example: the next line activates iso-latin1 support:
  121. #\sgml_extra_options -l
  122.  
  123. # Keyboard Mapping. Use this to set the correct mapping file for your
  124. # keyboard, that is if you need one. You'll need one if you for instance
  125. # want to type German documents on an American keyboard. In that case,
  126. # uncomment these three lines:
  127. #\kbmap true
  128. #\kbmap_primary german
  129. #\kbmap_secondary american
  130. # The following keyboards are supported: american, czech, francais,
  131. # french, german, german-2, magyar, magyar-2, portuges, romanian,
  132. # slovak, slovene, transilvanian, turkish and turkish-f. Check
  133. # the lib/kbd directory if you want to write support for your language.
  134. # If you do, please submit it to lyx@via.ecp.fr.
  135.  
  136. # The Pause button is defined to be a three-way switch between primary 
  137. # keyboard, secondary keyboard, and no keyboard mapping with the
  138. # following command. It is useful if you want to write in a language
  139. # not directly supported by your keyboard and you have defined a
  140. # custom keyboard mapping above.
  141. #\bind "Pause" "keymap-toggle"
  142.  
  143. # This starts the lyxserver. The pipes get an additional extension
  144. # '.in' and '.out'. Only for advanced users.
  145. # \serverpipe "/home/chb/.lyxpipe"
  146.  
  147.  
  148. #
  149. # SCREEN & FONTS SECTION #################################################
  150. #
  151.  
  152. # DPI (dots per inch) of your monitor is auto-detected by LyX. If that goes 
  153. # wrong, you can override the setting here:
  154. #\screen_dpi 100
  155.  
  156. # The zoom percentage for screen fonts.
  157. # A setting of 100% will make the fonts roughly the same size as on paper. 
  158. # However, since a screen is wider than a piece of paper, the default setting
  159. # is 150%.
  160. #\screen_zoom 100
  161.  
  162. # LyX offers a faster method for drawing selected text if you uncomment the 
  163. # following line. The trick is to invert the color-information. This will 
  164. # switch between white and black and give almost random results for
  165. # other colors, so a white background is necessary. Any other settings of 
  166. # the background color will be ignored for this reason. This setting
  167. # is useful on monochrome screens and on slow systems. Fast selection
  168. # can cause cosmetic problems with a few broken X servers.
  169. #\fast_selection true
  170.  
  171. # If you don't like the default background or selection color, you can
  172. # set your own here:
  173. #\background_color white
  174. #\background_color lightyellow
  175. #
  176. # For reference, the defaults are:
  177. #\background_color linen
  178. #\selection_color lightblue
  179.  
  180. # LyX normally doesn't update the cursor position if you move the scrollbar.
  181. # If you scroll the cursor off the screen and then start typing LyX will
  182. # move you back to where the cursor was. If you'd prefer to always have the 
  183. # cursor on screen, bounded by the topmost and bottommost visible lines 
  184. # -- much like XEmacs for example -- then uncomment the next line.
  185. #\cursor_follows_scrollbar true
  186.  
  187. # The screen fonts used to display the text while editing
  188. # The defaults are:
  189. #\screen_font_roman -*-times
  190. #\screen_font_sans -*-helvetica
  191. #\screen_font_typewriter -*-courier
  192.  
  193. # For some, this font looks better:
  194. #\screen_font_roman -*-utopia
  195.  
  196. # Allow the use of scalable screen fonts? Default is true.
  197. # If you choose "false", LyX will use the closest existing size for a match.
  198. # Use this if the scalable fonts look bad and you have many fixed size fonts.
  199. #\screen_font_scalable false
  200.  
  201. # Tip: Run lyx as "lyx -dbg 512" to learn which fonts are used.
  202.  
  203. # The norm for the screen fonts. The default is iso8859-1, which is
  204. # the same as what LaTeX calls latin1.
  205. #\screen_font_encoding iso8859-2
  206.  
  207. # The font for popups. It is set to 
  208. #    <font_popup>-*-*-*-?-*-*-*-*-<font_encoding>.
  209. # The default  is:
  210. #\screen_font_popup -*-helvetica-medium-r
  211.  
  212. # The font for menus (and groups titles in popups). It is set to 
  213. #    <font_menu>-*-*-*-?-*-*-*-*-<font_encoding>.
  214. # The default  is:
  215. #\screen_font_menu -*-helvetica-bold-r
  216.  
  217. # The font sizes used for calculating the scaling of the screen fonts.
  218. # You should only have to change these if the fonts on your screen look bad,
  219. # in which case you can fine tune the font selection size by size. LyX selects
  220. # font size according to this table, the monitor DPI setting and the current
  221. # zoom setting. 
  222. # The format is:
  223. #\screen_font_sizes tiny smallest smaller small normal large larger largest huge huger
  224. #
  225. # This is the default in LyX (exactly what LaTeX does):
  226. #\screen_font_sizes 5.0 7.0 8.0 9.0 10.0 12.0 14.4 17.28 20.74 24.88
  227.  
  228. #
  229. # TOOLBAR SECTION ########################################################
  230. #
  231.  
  232. # Setup your favorite Toolbar here:
  233. # Only three commands are allowed inside the begin_toolbar and end_toolbar
  234. # directives: 
  235. #   \add <action> [<parameter>] adds an icon to the toolbar performing
  236. #          "<action> <parameter>"
  237. #      Examples:
  238. #      \add font-size small
  239. #      \add set-emph
  240. #
  241. #   \layouts adds the layouts combo-box to the toolbar
  242. #
  243. #   \separator adds some spacing to the toolbar
  244. #
  245. # These actions have icons (please give us more :-):
  246. #   buffer-open, buffer-close, buffer-print, buffer-write, font-emph,
  247. #   font-noun, font-free, footnote-insert, depth-next, copy, cut, paste,
  248. #   tex-mode, math-mode, marginpar-insert, figure-insert, table-insert,
  249. #   melt, lyx-quit, buffer-export ascii|latex, font-bold, font-sans, 
  250. #   buffer-typeset, buffer-view, buffer-view-ps, symbol_insert [parameter]
  251. #
  252. #  All other lyx commands will get a "unknown" icon.
  253. #
  254. # This is the default toolbar:
  255. #\begin_toolbar
  256. #\layouts
  257. #\add buffer-open
  258. #\add buffer-write
  259. #\add buffer-print
  260. #\separator
  261. #\add cut
  262. #\add copy
  263. #\add paste
  264. #\separator
  265. #\add font-emph
  266. #\add font-noun
  267. #\add font-free
  268. #\separator
  269. #\add footnote-insert
  270. #\add marginpar-insert
  271. #\add depth-next
  272. #\separator
  273. #\add tex-mode
  274. #\add math-mode
  275. #\separator
  276. #\add figure-insert
  277. #\add table-insert
  278. #\end_toolbar
  279.  
  280. #
  281. # PRINTER SECTION ########################################################
  282. #
  283.  
  284. # The default printer to print on. If none is specified, LyX will use
  285. # the environment variable PRINTER. If that fails, the default is empty.
  286. #\printer ""
  287.  
  288. # If you have setup (as we recommend you to do) your print program
  289. # (e.g. dvips) to take advantage of the particularities of the various
  290. # printers you have access to, then you should set the following to
  291. # true. Then LyX will pass the name of the destination printer to your
  292. # print command.
  293. # The default is false, because we have unfortunately to cope with
  294. # people who refuse to take the time to configure their system.
  295. #\print_adapt_output true
  296.  
  297. # If you don't use dvips, you may specify your favorite print program here.
  298. #\print_command dvips
  299.  
  300. # The following options are only of interest to people who do not
  301. # use dvips as print command. You may safely skip to the end of this
  302. # section otherwise.
  303.  
  304. # These specify the options to pass to the printer program to select the
  305. # corresponding features. These default to the options used for the dvips
  306. # program. Look at the man page for your favorite print program to learn
  307. # which options to use.
  308. # Normally you don't need to change this unless you use something other
  309. # than dvips. 
  310. #\print_evenpage_flag -B
  311. #\print_oddpage_flag -A
  312. #\print_reverse_flag -r 
  313. #\print_landscape_flag -t landscape
  314.  
  315. # Option to pass to the print program to print on a specific printer.
  316. #\print_to_printer -P
  317.  
  318. # Option to pass to the print program to print to a file.
  319. #\print_to_file -o
  320.  
  321. # Extension of printer program output file. Usually .ps
  322. #\print_file_extension .ps
  323.  
  324. # Extra options to pass to printing program after everything 
  325. # else, but before the filename of the DVI file to be printed.
  326. #\print_extra_options
  327.  
  328. # Other print related options
  329.  
  330. # When set, this printer option automatically prints to a file 
  331. # and then calls a separate print spooling program on that file
  332. # with the given name and arguments.
  333. # This is set by default to 'lp' or 'lpr', depending on what your
  334. # system uses. 
  335. # Set this to "" if you have set up dvips so that it sends
  336. # output to the right printer (remember to also use \print_adapt_output).
  337. #\print_spool_command ""
  338.  
  339. # If you specify a printer name in the print dialog,
  340. # the following argument is prepended along with the printer name
  341. # after the spool command. The default is autodetected, along with
  342. # \print_spool_command determination. 
  343. #\print_spool_printerprefix ""
  344.  
  345. # This is not directly connected to printing, but with this you
  346. # can send a LyX-Document to a User-defined program. You can specify
  347. # by adding the tag $$FName where the filename should be put on
  348. # the defined command. if no $$FName is specified the file is sent
  349. # in standard input (stdin). There is no default command specified.
  350. # Example:
  351. #\custom_export_command "kghostview $$FName"
  352.  
  353. # This is the default for the type of contents to be sent to the export
  354. # command: possible values are lyx, dvi, tex, ps.
  355. #\custom_export_format ps
  356.  
  357. #
  358. # TEX SECTION  ###########################################################
  359. #
  360.  
  361. # LyX tries to auto-detect which command to use to invoke LaTeX(2e).
  362. # If the auto-detection for some reasons fail, you can override it
  363. # here:
  364. #\latex_command latex2e
  365.  
  366. # The font encoding used for the LaTeX2e fontenc package.
  367. # T1 is highly recommended for non-English languages. LyX uses T1 as a
  368. # default if you have the ec fonts installed on your system.
  369. #\font_encoding T1
  370. # Choose "default" if T1 doesn't work for you for some reason:
  371. #\font_encoding default
  372.  
  373.  
  374. #
  375. # FILE SECTION  ##########################################################
  376. #
  377.  
  378. # The default path for your documents.
  379. # Default is $HOME
  380. #\document_path ~/Documents/
  381.  
  382. # The file where the last-files information should be stored.
  383. # Default is ~/.lyx/lastfiles
  384. #\lastfiles ~/.lyx_lastfiles
  385.  
  386. # Maximal number of lastfiles. Up to nine can appear in the file menu.
  387. # Default is four.
  388. #\num_lastfiles 9
  389.  
  390. # Flag telling whether the lastfiles should be checked for existence.
  391. # Files that does not exist are left out of the lastfiles entries.
  392. # Default is true. If you use slow or removable media, such as networks
  393. # or floppy disks, you can speed up the starting time of LyX by disabling 
  394. # this feature.
  395. #\check_lastfiles false
  396.  
  397. # The path that LyX will set when offering you to choose a template.
  398. # Default is (System LyX dir)/templates
  399. #\template_path ~/.lyx/templates
  400.  
  401. # The path that LyX will use to put temporary TeX outputs.
  402. # Default is /tmp/<unique directory for each instance of LyX>
  403. # containing <unique subdirectory for each buffer>
  404. # If you set it, it will be /directory/<unique subdirectory for each buffer>
  405. # (unless set to /tmp).
  406. #\tempdir_path /usr/tmp
  407.  
  408. # If you set this flag, LyX will always use a temporary directory
  409. # to put TeX outputs into. It is enabled by default.
  410. # This directory is deleted when you quit LyX.
  411. #\use_tempdir false
  412.  
  413. # This is the maximum line length of an exported ASCII file (LaTeX,
  414. # SGML or plain text). Default is 75. 
  415. #\ascii_linelen 80
  416.  
  417.  
  418. #
  419. # FAX SECTION #############################################################
  420. #
  421.  
  422. # In the following, the <$$something> strings are substituted by
  423. # reasonable values by LyX. The 's are important as there may be spaces in 
  424. # the string. The default is auto-detected.
  425. # This one is what is used with HylaFax:
  426. #\fax_command "sendfax -n -h '$$Host' -c '$$Comment' -x '$$Enterprise' -d '$$Name'@'$$Phone' '$$FName'"
  427. # Use this for the efax-command:
  428. #\fax_command "faxsend '$$Phone' '$$FName'"
  429.  
  430. # This is the name of your phone book. It's per default situated in ~/.lyx/,
  431. # but you can override that with an absolute path.
  432. #\phone_book phonebook
  433.  
  434. # This is how to call an external FAX-program instead of the built-in.
  435. # You may also insert $$FName to reference the PostScript file.
  436. #\fax_program "myfaxprg '$$FName'"
  437. #\fax_program tkhylafax
  438.  
  439. #
  440. # ASCII EXPORT SECTION ###################################################
  441. #
  442.  
  443. # The following entry can be used to define an external program to
  444. # render tables in the ASCII output. If you specify "none", a simple 
  445. # internal routine is used. The default is auto-detected.
  446. # The following line will use groff and output using latin-1 encoding
  447. # (here $$FName is the input file and the output goes to stdout):
  448. #\ascii_roff_command "groff -t -Tlatin1 $$FName"
  449.  
  450. #
  451. # SPELLCHECKER SECTION ####################################################
  452. #
  453.  
  454. # Consider run-together words, such as "notthe" for "not the", as legal 
  455. # words? Default is yes.
  456. #\accept_compound false
  457.  
  458. # Specify an alternate language. The default is to use the language of 
  459. # document. Uncomment both to enable.
  460. #\use_alt_language true
  461. #\alternate_language dansk
  462.  
  463. # Specify additional chars that can be part of a word.
  464. #\use_escape_chars true
  465. #\escape_chars "µ°σ╞╪┼"
  466.  
  467. # Specify an alternate personal dictionary file. If the file name does not
  468. # begin with "/", $HOME is prefixed. The default is to search for a personal 
  469. # dictionary in both the current directory and $HOME, creating one in $HOME 
  470. # if none is found. The preferred name is constructed by appending ".ispell_" 
  471. # to the base name of the hash file. For example, if you use the English 
  472. # dictionary, your personal dictionary would be named ".ispell_english". 
  473. #\use_personal_dictionary true
  474. #\personal_dictionary .ispell_dansk
  475.  
  476. # Specify whether to pass the -T input encoding option to ispell (only if the 
  477. # language is different than "default".) Enable this if you can't spellcheck
  478. # words with international letters in them. There have been reports that this
  479. # does not work with all dictionaries, so this is disabled by default.
  480. #\use_input_encoding true
  481.