spitz wrote:
> Author: spitz
> Date: Sat Nov 20 14:34:14 2010
> New Revision: 36407
> URL: http://www.lyx.org/trac/changeset/36407
> 
> Log:
> * UI changes in anticipation of polyglossia support:
>      - rename \language_package to \language_custom_package
>      - the bool \language_use_babel is replaced by a more fine-grained
> selection: * chose language package automatically (later: babel or
> polyglossia) * always use babel (also with XeTeX)
>         * custom (i.e. use \language_custom_package)
>         * none (equivalent to former \language_use_babel false)

Richard, this is were prefs2prefs should chime in, bit since 
prefs2prefs_pref.py is still empty, I have no idea what to do.

The following should be done:

* if \language_use_babel 0 (or false?), replace by
  \language_package_selection 3

* if \language_use_babel 1 (or true?), replace by
  \language_package_selection 0

* if \language_package != "\usepackage{babel}", use
  \language_package_selection 2

* all \language_package pref entries should just be renamed to 
  \language_custom_package

Thanks,
Jürgen

Reply via email to