Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-11 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > To improve the situation for all users we can add the list if available > patterns to LaTeXConfig.lyx. When a user then e.g. set in LyX the document > language to Italian we check if the Italian pattern is installed by looking > at LaTeXConfig.lyx or somewhere else. If it is not

Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-11 Thread Uwe Stöhr
>> Could we check the availability of the patterns in the moment where a user >> sets a document language and provide a way to enable missing patterns? > > Note that chkconfig.ltx already outputs a list of patterns known to this > latex installation. To be able to use LyX with all languages, thes

Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-10 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Could we check the availability of the patterns in the moment where a user > sets a document language and provide a way to enable missing patterns? Note that chkconfig.ltx already outputs a list of patterns known to this latex installation. JMarc

Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-10 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > To solve this problem, I can implement a solution only for the LyX > installer, where I modify the chkconfig.ltx file depending on the language > the user has chosen in the installer for LyX's menus. > > The other solution would be to add all hyphenation patters for all > support

RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-09 Thread Uwe Stöhr
Today a user asked for an interesting feature: When installing LyX, the LaTeX hyphenation patters are not installed for the menu language of LyX. (http://article.gmane.org/gmane.editors.lyx.general/55728) To solve this problem, I can implement a solution only for the LyX installer, where I modif