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