On Fri, 20 Oct 2000, Allan Rae wrote:
> 2.  Add new tabfolders to Preferences  (HOWTO at end)
>       Languages:     kbmap*, rtl, language*, mark_foreign*

I'm trying to put together the Language entry.

Could someone "who knows" take the time to fill in some comments to the 
variables below. The idea is that they'll appear in a little help message at 
the bottom of the Dialog.

Also, is "auto_number" part of the language section?

        //
        bool use_kbmap;

        //
        string primary_kbmap;

        //
        string secondary_kbmap;

        // Set to true to enable support of right-to-left languages
        // (e.g. Hebrew, Arabic).
        bool rtl_support;

        // The latex command for loading the language package.
        // Eg, babel, omega
        string language_package;

        // Set to false if a language switching command is needed
        // at the beginning of the document.
        bool language_auto_begin;

        // Set to false if a language switching command is needed
        // at the end of the document.
        bool language_auto_end;

        // The latex command for changing from the language
        // of the document to another language.
        // Eg \selectlanguage{$$lang} where $$lang is substituted 
        // by the name of the second language.
        string language_command_begin;

        // The latex command for changing back the language to 
        // the language of the document. 
        // Eg \selectlanguage{$$lang} where $$lang is substituted 
        // by the name of the first language.
        string language_command_end;

        //
        bool auto_number;

        // Set to false to disable the highlighting of words with a foreign
        // language to the language of the document.
        bool mark_foreign_language;

        // All new documents will be assigned this language by default.
        string default_language;

# It is possible to bind keys for changing the language inside a document.
# For example, the following command will cause F12 to switch between French
# and English in a French document, and in a document of other language it 
will
# switch between that language and French.
\bind "F12" "language french" 
  

Reply via email to