]> git.lyx.org Git - lyx.git/blob - lib/lyxrc.example
Various fixes in insettext/tabular to make update work selective.
[lyx.git] / lib / lyxrc.example
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 # The file lyxrc.example is a template to write your own lyxrc file. 
11 # If you copy/rename it to lyxrc in the current directory, it will
12 # give global options for all LyX users. It is also possible to copy
13 # this file to $HOME/.lyx/lyxrc so that the configuration applies to a
14 # particular user.
15 #
16 # Several of these settings have defaults that are auto-detected when you use
17 # the menu option Options->Reconfigure.  You can see their value by looking at
18 # the file $HOME/.lyx/lyxrc.defaults. Any setting in this file will override
19 # the defaults.
20
21 #
22 # BIND SECTION ###########################################################
23 #
24
25 # Before defining your own key-bindings, select one of the available default
26 # binding sets. These are resource files (like this one) that define a
27 # large set of (keyboard) bindings. These files live in bind directory of
28 # the LyX system directory and have in general the .bind suffix.
29 # Currently, you can choose from the following flavors:
30 #
31 # cua.bind            for Windows-, Mac- and Motif-like bindings
32 # emacs.bind          for Emacs-like bindings.
33 #
34 # The \bind_file command looks in the LyX bind directory for a file 
35 # of the given name, but a full path can also be given. If you have
36 # a bind file in your ~/.lyx/bind/ directory, it will be preferred
37 # over a system wide bind file. Default is `cua'.
38
39 #\bind_file cua
40 #\bind_file emacs
41
42 # Based on the default, you can now change part or all of it with the
43 # \bind command. For example, when you want the delete key to do the
44 # backspace action, uncomment the following line:
45 #\bind "Delete" "delete-backward"
46
47 # However, if you're not at all happy with the default bindings,
48 # the most logical thing to do would be to use one of the system
49 # wide bind files as a template and place your own version in
50 # ~/.lyx/bind/mine_is_best.bind and change the above \bind_file 
51 # to this instead:
52 #\bind_file mine_is_best
53
54 # By default, LyX takes over the handling of the dead keys (or accent
55 # keys) that may be defined for your keyboard. While this allows you
56 # to enter characters that would not be normally available, some
57 # people dislike the different behaviour. You can use raw dead keys by
58 # just uncommenting the next line
59 #\override_x_deadkeys false
60
61 # Tip: Use "lyx -dbg 4" to survey how LyX interprets your keybindings.
62
63
64 #
65 # MISC SECTION ###########################################################
66 #
67
68 # Set this to false if you don't want the startup banner.
69 # Default is true.
70 #\show_banner true
71
72 # Set to false if you don't want the current selection to be replaced
73 # automatically by what you type. Default is true.
74 #\auto_region_delete false
75
76 # This is the time interval between auto-saves (in seconds).
77 # 0 means no auto-save, default is 300 for five minutes.
78 #\autosave 600
79
80 # LyX asks for a second confirmation to exit if you exit with changed 
81 # documents that you don't want to save.  You can turn this confirmation off 
82 # (LyX will still ask to save changed documents) with the following line.
83 # We recommend to keep the confirmation, though.
84 #\exit_confirmation false
85
86 # LyX continously displays names of last command executed, along with a list 
87 # of defined short-cuts for it in the minibuffer.
88 # It requires some horsepower to function, so you can turn it off, if LyX
89 # seems slow to you, by uncommenting this line:
90 #\display_shortcuts false
91
92 # Define which program to use to view dvi files here.
93 # You can include any options you need by "quoting" the entire command.
94 # The default is "xdvi".
95 # Example: the next line would use xdvi and display with shrink 2:
96 #\view_dvi_command "xdvi -s 2"
97 # It can get more involved. Expert users might prefer something like:
98 #\view_dvi_command "xdvi -s 2 -expert -geometry 1014x720+0+0 -keep -margins 1.5"
99
100 # \view_dvi_paper_option allows to specify a paper option to the dvi
101 # viewer. By default LyX specifies the paper size of the document to
102 # the dvi viewer via the command line option -paper size, where size
103 # is one of "us","letter","a3","a4" and so on. The command
104 # \view_dvi_paper_option allows the user to overwrite the name of the
105 # command line flag, i.e. replace -paper with something else. If
106 # specified and left empty, i.e. \view_dvi_paper_option "", LyX does
107 # not append the -paper option to the dvi command at all. This case is
108 # especially useful when viewing your documents on Windows with yap,
109 # because yap does not allow a command line option for the paper size.
110 #\view_dvi_paper_option "" 
111
112 # LyX assumes that the default papersize should be usletter.  If this is not
113 # true for your site, use the next line to specify usletter, legal,
114 # executive, a3, a4, a5, or b5 as the default papersize.
115 #\default_papersize "a4"
116
117 # Define which program to use to view pdf files here.
118 # You can include any options you need by "quoting" the entire command
119 # The default is auto-detected, but you might want to override it.
120 # Usual values are: xpdf, acroread, gv, ghostscript.
121 #\view_pdf_command "xpdf"
122
123 # Define which program to use to view postscript files here.
124 # You can include any options you need by "quoting" the entire command
125 # The default is auto-detected, but you might want to override it.
126 # It is possible to get nice anti-aliased text (slower, but as nice as
127 # xdvi) by using something like
128 #\view_ps_command "ghostview -swap -sDEVICE=x11alpha"
129
130 # Define which program to use to full screen view included postscript
131 # pictures. You can not include any options. The default is auto-detected.
132 #\view_pspic_command ghostview
133
134 # Define which program to use to use as postscript interpreter for included
135 # images.
136 # You can not include any options. The default is "gs" if it can be found.
137 # If you have a slow computer, you should consider turning off the WYSIWYG 
138 # display of includes images, by using this command:
139 #\ps_command ""
140
141 # Define which program to use to run "chktex".
142 # You should include options that turn different warnings on and off.
143 # Default is "chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38"
144 # Check the ChkTeX documentation for info on what the flags mean.
145 # Example: use this to ignore warnings about using "\ldots" instead of "..."
146 #\chktex_command "chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -n38"
147
148 # Define which program to use to translate latex to HTML.
149 # You should include options. The default is autodetected: the programs 
150 # checked are tth, latex2html and hevea, and the default command lines
151 # used are:  
152 #\html_command "tth -t < '$$FName' > '$$OutName'"
153 #\html_command "latex2html -no_subdir -split 0 -show_section_numbers '$$FName'"
154 #\html_command "hevea -s '$$FName'"
155 # The variable name $$FName is replaced with the name of the .tex
156 # file, and $$OutName is replaced with the name of the html file.
157 # Example: use this to let math be italic with tth.
158 #\html_command "tth -t -i < '$$FName' > '$$OutName'"
159
160 # Keyboard Mapping. Use this to set the correct mapping file for your
161 # keyboard, that is if you need one. You'll need one if you for instance
162 # want to type German documents on an American keyboard. In that case,
163 # uncomment these three lines:
164 #\kbmap true
165 #\kbmap_primary german
166 #\kbmap_secondary american
167 # The following keyboards are supported: american, czech, francais,
168 # french, german, german-2, magyar, magyar-2, portuges, romanian,
169 # slovak, slovene, transilvanian, turkish and turkish-f. Check
170 # the lib/kbd directory if you want to write support for your language.
171 # If you do, please submit it to lyx-devel@lists.lyx.org.
172
173 # The Pause button is defined to be a three-way switch between primary 
174 # keyboard, secondary keyboard, and no keyboard mapping with the
175 # following command. It is useful if you want to write in a language
176 # not directly supported by your keyboard and you have defined a
177 # custom keyboard mapping above.
178 #\bind "Pause" "keymap-toggle"
179
180 # This starts the lyxserver. The pipes get an additional extension
181 # '.in' and '.out'. Only for advanced users.
182 # \serverpipe "/home/chb/.lyxpipe"
183
184 # Which command to use to invoke the reLyX script to convert
185 # LaTeX files to LyX files.  This setting is automatically
186 # disabled if you do not have the appropriate Perl version
187 # installed.  In that case, the File->Import LaTeX command
188 # will be disabled.  If the reLyX command does work for you,
189 # you can override that here by uncommenting this line:
190 #\relyx_command "reLyX"
191 #
192 # If it doesn't work, you can disable the command by uncommenting
193 # this line:
194 #\relyx_command "none"
195
196 #
197 # SCREEN & FONTS SECTION #################################################
198 #
199
200 # DPI (dots per inch) of your monitor is auto-detected by LyX. If that goes 
201 # wrong, you can override the setting here:
202 #\screen_dpi 100
203
204 # The zoom percentage for screen fonts.
205 # A setting of 100% will make the fonts roughly the same size as on paper. 
206 # However, since a screen is wider than a piece of paper, the default setting
207 # is 150%.
208 #\screen_zoom 100
209
210 # LyX normally doesn't update the cursor position if you move the scrollbar.
211 # If you scroll the cursor off the screen and then start typing LyX will
212 # move you back to where the cursor was. If you'd prefer to always have the 
213 # cursor on screen, bounded by the topmost and bottommost visible lines 
214 # -- much like XEmacs for example -- then uncomment the next line.
215 #\cursor_follows_scrollbar true
216
217 # The screen fonts used to display the text while editing
218 # The defaults are:
219 #\screen_font_roman "-*-times"
220 #\screen_font_sans "-*-helvetica"
221 #\screen_font_typewriter "-*-courier"
222
223 # For some, this font looks better:
224 #\screen_font_roman "-*-utopia"
225
226 # Allow the use of scalable screen fonts? Default is true.
227 # If you choose "false", LyX will use the closest existing size for a match.
228 # Use this if the scalable fonts look bad and you have many fixed size fonts.
229 #\screen_font_scalable false
230
231 # Tip: Run lyx as "lyx -dbg 512" to learn which fonts are used.
232
233 # The norm for the screen fonts. The default is iso8859-1, which is
234 # the same as what LaTeX calls latin1.
235 #\screen_font_encoding iso8859-2
236
237 # The font for popups. It is set to 
238 #    <font_popup>-*-*-*-?-*-*-*-*-<font_encoding>.
239 # The default  is:
240 #\screen_font_popup "-*-helvetica-medium-r"
241
242 # The font for menus (and groups titles in popups). It is set to 
243 #    <font_menu>-*-*-*-?-*-*-*-*-<font_encoding>.
244 # The default  is:
245 #\screen_font_menu "-*-helvetica-bold-r"
246
247 # The font sizes used for calculating the scaling of the screen fonts.
248 # You should only have to change these if the fonts on your screen look bad,
249 # in which case you can fine tune the font selection size by size. LyX selects
250 # font size according to this table, the monitor DPI setting and the current
251 # zoom setting. 
252 # The format is:
253 #\screen_font_sizes tiny smallest smaller small normal large larger largest huge huger
254 #
255 # This is the default in LyX (exactly what LaTeX does):
256 #\screen_font_sizes 5.0 7.0 8.0 9.0 10.0 12.0 14.4 17.28 20.74 24.88
257
258 #
259 # TOOLBAR SECTION ########################################################
260 #
261
262 # Setup your favorite Toolbar here:
263 # Only three commands are allowed inside the begin_toolbar and end_toolbar
264 # directives: 
265 #   \add <action> [<parameter>] adds an icon to the toolbar performing
266 #          "<action> <parameter>"
267 #      Examples:
268 #      \add font-size small
269 #      \add set-emph
270 #
271 #   \layouts adds the layouts combo-box to the toolbar
272 #
273 #   \separator adds some spacing to the toolbar
274 #
275 # These actions have icons (please give us more :-):
276 #   buffer-open, buffer-close, buffer-print, buffer-write, font-emph,
277 #   font-noun, font-free, footnote-insert, depth-next, copy, cut, paste,
278 #   tex-mode, math-mode, marginpar-insert, figure-insert, table-insert,
279 #   melt, lyx-quit, buffer-export ascii|latex, font-bold, font-sans, 
280 #   buffer-typeset, buffer-view, buffer-view-ps, symbol_insert [parameter]
281 #
282 #  All other lyx commands will get a "unknown" icon.
283 #
284 # This is the default toolbar:
285 #\begin_toolbar
286 #\layouts
287 #\add buffer-open
288 #\add buffer-write
289 #\add buffer-print
290 #\separator
291 #\add cut
292 #\add copy
293 #\add paste
294 #\separator
295 #\add font-emph
296 #\add font-noun
297 #\add font-free
298 #\separator
299 #\add footnote-insert
300 #\add marginpar-insert
301 #\add depth-next
302 #\separator
303 #\add tex-mode
304 #\add math-mode
305 #\separator
306 #\add figure-insert
307 #\add table-insert
308 #\end_toolbar
309
310 #
311 # PRINTER SECTION ########################################################
312 #
313
314 # The default printer to print on. If none is specified, LyX will use
315 # the environment variable PRINTER. If that fails, the default is empty.
316 #\printer ""
317
318 # If you have setup (as we recommend you to do) your print program
319 # (e.g. dvips) to take advantage of the particularities of the various
320 # printers you have access to, then you should set the following to
321 # true. Then LyX will pass the name of the destination printer to your
322 # print command.
323 # The default is false, because we have unfortunately to cope with
324 # people who refuse to take the time to configure their system.
325 # Note that you will probably have to change \print_spool_command below.
326 #\print_adapt_output true
327
328 # If you don't use dvips, you may specify your favorite print program
329 # here. See other options at the end of this section to adapt LyX to
330 # your print program.
331 #\print_command dvips
332
333 # Extra options to pass to printing program after everything 
334 # else, but before the filename of the DVI file to be printed.
335 #\print_extra_options ""
336
337 # When set, this printer option automatically prints to a file 
338 # and then calls a separate print spooling program on that file
339 # with the given name and arguments.
340 # This is set by default to 'lp' or 'lpr', depending on what your
341 # system uses. 
342 # Set this to "" if you have set up dvips so that it sends
343 # output to the right printer (remember to also use \print_adapt_output).
344 #\print_spool_command ""
345
346 # If you specify a printer name in the print dialog,
347 # the following argument is prepended along with the printer name
348 # after the spool command. The default is autodetected, along with
349 # \print_spool_command determination. 
350 #\print_spool_printerprefix ""
351
352 # Other print related options
353
354 # The following options are only of interest to people who do not
355 # use dvips as print command. You may safely skip to the end of this
356 # section otherwise.
357
358 # These specify the options to pass to the printer program to select the
359 # corresponding features. These default to the options used for the dvips
360 # program. Look at the man page for your favorite print program to learn
361 # which options to use.
362 # Normally you don't need to change this unless you use something other
363 # than dvips. 
364 #\print_evenpage_flag -B
365 #\print_oddpage_flag -A
366 #\print_reverse_flag -r 
367 #\print_landscape_flag "-t landscape"
368 #\print_pagerange_flag -pp
369 #\print_copies_flag -c
370 #\print_collcopies_flag -C
371 #\print_paper_flag -t
372 #\print_paper_dimension_flag -T
373
374 # Option to pass to the print program to print on a specific printer.
375 #\print_to_printer -P
376
377 # Option to pass to the print program to print to a file.
378 #\print_to_file -o 
379
380 # Extension of printer program output file. Usually .ps
381 #\print_file_extension .ps
382
383 # Sample configuration to use with dvilj4 for a HP Laserjet IV (or
384 # better) printer [provided by Reuben Thomas <rrt@sc3d.org>]:
385 #\print_command dvilj4
386 #\print_extra_options -q
387 #\print_evenpage_flag "-D2 -r"
388 #\print_oddpage_flag -D1
389 #\print_reverse_flag -r 
390 #\print_landscape_flag -l
391 #\print_pagerange_flag -p
392 #\print_to_file -e
393 #\print_file_extension .lj
394 #\print_copies_flag -c
395 #\print_collcopies_flag -c
396 #\print_adapt_output false
397
398
399 #
400 # EXPORT SECTION ########################################################
401 #
402
403
404 # With this you can send a LyX-Document to a User-defined program. You
405 # can specify by adding the tag $$FName where the filename should be
406 # put on the defined command. if no $$FName is specified the file is
407 # sent in standard input (stdin). There is no default command
408 # specified.  Example: 
409 #\custom_export_command "kghostview $$FName"
410 #
411 # A more elaborate example to create pdf files with ps2pdf would be: 
412 #\custom_export_command "ps2pdf '$$FName' `basename '$$FName' .ps_tmp`.pdf"  
413
414
415 # This is the default for the type of contents to be sent to the export
416 # command: possible values are lyx, dvi, tex, ps and ascii.
417 #\custom_export_format ps
418
419 #
420 # TEX SECTION  ###########################################################
421 #
422
423 # LyX tries to auto-detect which command to use to invoke LaTeX(2e).
424 # If the auto-detection for some reasons fail, you can override it
425 # here:
426 #\latex_command latex2e
427
428 # The command used to generate pdf files directly from a latex file.
429 # A program that works in anyother way is not guarantied to work.
430 #\pdflatex_command pdflatex
431
432 # The command used to generate postscript files from pdf files.
433 #\pdf_to_ps_command pdf2ps
434
435 # If to use pdf as native export format instead of dvi. This makes LyX use
436 # pdflatex, pdf2ps and other utility programs. Default is false.
437 #\pdf_mode false
438
439 # The font encoding used for the LaTeX2e fontenc package.
440 # T1 is highly recommended for non-English languages. LyX uses T1 as a
441 # default if you have the ec fonts installed on your system.
442 #\font_encoding T1
443 # Choose "default" if T1 doesn't work for you for some reason:
444 #\font_encoding default
445
446
447 #
448 # LINUXDOC SECTION #######################################################
449 #
450
451 # If you want to pass extra flags to the LinuxDoc sgml scripts, insert them
452 # here. 
453 # Example: the next line activates iso-latin1 support:
454 #\linuxdoc_to_latex_command "sgml2latex -c latin"
455
456 # Here you have the command to convert from linuxdoc to html.
457 # Example: one html file only.
458 #\linuxdoc_to_html_command "sgml2html -s 0 '$$FName'"
459
460 # The LinuxDoc to LyX converter
461 #\linuxdoc_to_lyx_command "sgml2lyx"
462
463 #
464 # DOCBOOK SECTION ########################################################
465 #
466
467 # Command to convert a docbook file to dvi
468 #\docbook_to_dvi_command "sgmltools -b dvi"
469
470 # Command to convert a docbook file to html
471 #\docbook_to_html_command "sgmltools -b html '$$FName'"
472
473 # Command to convert a docbook file to pdf
474 #\docbook_to_pdf_command ""
475
476
477 #
478 # FILE SECTION  ##########################################################
479 #
480
481 # The default path for your documents.
482 # Default is $HOME
483 #\document_path ~/Documents/
484
485 # The file where the last-files information should be stored.
486 # Default is ~/.lyx/lastfiles
487 #\lastfiles ~/.lyx_lastfiles
488
489 # Maximal number of lastfiles. Up to nine can appear in the file menu.
490 # Default is four.
491 #\num_lastfiles 9
492
493 # Flag telling whether the lastfiles should be checked for existence.
494 # Files that does not exist are left out of the lastfiles entries.
495 # Default is true. If you use slow or removable media, such as networks
496 # or floppy disks, you can speed up the starting time of LyX by disabling 
497 # this feature.
498 #\check_lastfiles false
499
500 # The path that LyX will set when offering you to choose a template.
501 # Default is (System LyX dir)/templates
502 #\template_path ~/.lyx/templates
503
504 # The path that LyX will use to put temporary TeX outputs.
505 # Default is /tmp/<unique directory for each instance of LyX>
506 # containing <unique subdirectory for each buffer>
507 # If you set it, it will be /directory/<unique subdirectory for each buffer>
508 # (unless set to /tmp).
509 #\tempdir_path /usr/tmp
510
511 # If you set this flag, LyX will always use a temporary directory
512 # to put TeX outputs into. It is enabled by default.
513 # This directory is deleted when you quit LyX.
514 # You might want to avoid using a temporary directory in several
515 # cases:
516 # - LaTeX cannot find some files it needs;
517 # - you have a large number of include files, and you get messages
518 #   saying that some LaTeX buffers overflow.
519 # Note that, even if tell LyX not to use a temporary directory, there
520 # will be cases where it will be forced to: this happens for example
521 # when typesetting a file in a read-only directory (documentation).
522 #\use_tempdir false
523
524 # This is the maximum line length of an exported ASCII file (LaTeX,
525 # SGML or plain text). Default is 75. 
526 #\ascii_linelen 80
527
528 # Set to false if you don't want LyX to create backup files.
529 # Default is true.
530 #\make_backup true
531
532 # The path for storing backup files. If it is the empty string, LyX will
533 # store the backup file in the same directory of the original file.
534 # Default is "".
535 #\backupdir_path "~/Desktop/Trash/"
536
537
538 #
539 # FAX SECTION #############################################################
540 #
541
542 # In the following, the <$$something> strings are substituted by
543 # reasonable values by LyX. The 's are important as there may be spaces in 
544 # the string. The default is auto-detected.
545 # This one is what is used with HylaFax:
546 #\fax_command "sendfax -n -h '$$Host' -c '$$Comment' -x '$$Enterprise' -d '$$Name'@'$$Phone' '$$FName'"
547 # Use this for the efax-command:
548 #\fax_command "faxsend '$$Phone' '$$FName'"
549
550 # This is the name of your phone book. It's per default situated in ~/.lyx/,
551 # but you can override that with an absolute path.
552 #\phone_book phonebook
553
554 # This is how to call an external FAX-program instead of the built-in.
555 # You may also insert $$FName to reference the PostScript file.
556 #\fax_program "myfaxprg '$$FName'"
557 #\fax_program tkhylafax
558
559 #
560 # ASCII EXPORT SECTION ###################################################
561 #
562
563 # The following entry can be used to define an external program to
564 # render tables in the ASCII output. If you specify "none", a simple 
565 # internal routine is used. The default is auto-detected.
566 # The following line will use groff and output using latin-1 encoding
567 # (here $$FName is the input file and the output goes to stdout):
568 #\ascii_roff_command "groff -t -Tlatin1 $$FName"
569
570 #
571 # SPELLCHECKER SECTION ####################################################
572 #
573
574 # What command runs the spell checker? Default is "ispell" if it is
575 # installed, "none" otherwise.
576 # If you have aspell (http://metalab.unc.edu/kevina/aspell/)
577 # installed and configured, you might want to uncomment the line below.
578 #\spell_command aspell
579
580 # Consider run-together words, such as "notthe" for "not the", as legal 
581 # words? Default is false. 
582 #\accept_compound true
583
584 # Specify an alternate language. The default is to use the language of 
585 # document. Uncomment both to enable.
586 #\use_alt_language true
587 #\alternate_language dansk
588
589 # Specify additional chars that can be part of a word.
590 #\use_escape_chars true
591 #\escape_chars "æøåÆØÅ"
592
593 # Specify an alternate personal dictionary file. If the file name does not
594 # begin with "/", $HOME is prefixed. The default is to search for a personal 
595 # dictionary in both the current directory and $HOME, creating one in $HOME 
596 # if none is found. The preferred name is constructed by appending ".ispell_" 
597 # to the base name of the hash file. For example, if you use the English 
598 # dictionary, your personal dictionary would be named ".ispell_english". 
599 #\use_personal_dictionary true
600 #\personal_dictionary .ispell_dansk
601
602 # Specify whether to pass the -T input encoding option to ispell (only if the 
603 # language is different than "default".) Enable this if you can't spellcheck
604 # words with international letters in them. There have been reports that this
605 # does not work with all dictionaries, so this is disabled by default.
606 #\use_input_encoding true
607
608 # Default format string for the date-insert command
609 #
610 # This accepts the normal strftime formats; see man strftime for full
611 # details of the format.
612 #
613 #\date_insert_format "%A, %e. %B %Y"
614
615 #
616 # LANGUAGE SUPPORT SECTION ####################################################
617 #
618
619 # Set to true to enable support of right-to-left languages (e.g. Hebrew,
620 # Arabic). Default is false.
621 #\rtl true
622
623 # The latex command for loading the language package.
624 # Default is \usepackage{babel}.
625 #\language_package "\usepackage{omega}"
626
627 # The latex command for changing the from the language of the document
628 # to another language. $$lang is substituted by the name of the second
629 # language. Default is \selectlanguage{$$lang}.
630 #\language_command_begin "\begin{otherlanguage}{$$lang}"
631
632 # The latex command for changing back the language to the language of
633 # the document. Default is \selectlanguage{$$lang}.
634 #\language_command_end "\end{otherlanguage}"
635
636 # Set to false if a language switching command is needed at the beginning of
637 # the document. Default is true.
638 #\language_auto_begin false
639
640 # Set to false if a language switching command is needed at the end of
641 # the document. Default is true.
642 #\language_auto_end false
643
644 # Set mark_foreign_language to "false" to disable the highlighting of words
645 # with a foreign language to the language of the documet.
646 # Default is "true"
647 #\mark_foreign_language false
648
649 #
650 # HEBREW SUPPORT SECTION ####################################################
651 #
652
653 # To enable the Hebrew support, uncommnet the following lines:
654 #\rtl true
655 #\kbmap true
656 #\kbmap_primary null
657 #\kbmap_secondary hebrew
658 #\latex_command elatex
659 #\font_encoding default
660
661 # You also need to bind a key for switching between Hebrew and English.
662 # For example,
663 #\bind "F12" "language hebrew"
664
665 # You might want ot disable the foreign language marking:
666 #\mark_foreign_language false
667
668 # Finally, you need to select iso8859-8 font encoding, and select screen fonts
669 # (below are the default fonts. You need to replace them by Hebrew fonts)
670 #\screen_font_encoding iso8859-8
671 #\screen_font_roman "-*-times"
672 #\screen_font_sans "-*-helvetica"
673 #\screen_font_typewriter "-*-courier"
674 #\screen_font_popup "-*-helvetica-medium-r"
675 #\screen_font_menu "-*-helvetica-bold-r"
676
677 #
678 # ARABIC SUPPORT SECTION ####################################################
679 #
680
681 # To enable the Arabic support, uncommnet the following lines:
682 #\rtl true
683 #\kbmap true
684 #\kbmap_primary null
685 #\kbmap_secondary arabic
686
687 # You also need to bind a key for switching between Arabic and English.
688 # For example,
689 #\bind "F12" "language arabic"
690
691 # If you use arabtex, uncomment the following lines
692 #\language_auto_begin false
693 #\language_auto_end false
694 #\language_command_begin "\begin{arabtext}"
695 #\language_command_end "\end{arabtext}"
696 #\language_package "\usepackage{arabtex,iso88596}\setcode{iso8859-6}"
697
698 # Finally, you need to select iso8859-6.8x font encoding,
699 # and select screen fonts.
700 # iso8859-6.8x fonts can be found at
701 #   http://www.langbox.com/AraMosaic/mozilla/fontXFE/
702 #\screen_font_encoding iso8859-6.8x
703 #\screen_font_encoding_menu iso8859-1
704 #\screen_font_roman "-*-naskhi"