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