Re: Re: french.ldf

2014-01-27 Thread José Matos
On Sunday 26 January 2014 11:30:48 Patrick Dupre wrote:
 It is bizard that
  yum search frenchb.ldf
 
 does not find:
 texlive-babel-french

For performance reasons yum search does not search the file names of the 
packages.

From the man page:

yum search ...
This is used to find packages when you know something about the package but 
aren't sure of it's name. By default search will try searching just package 
names and summaries, but if that fails it will then try descriptions and url.

In my case:

$ rpm -qa | wc -l
8317
$ find /usr/share | wc -l
find: ‘/usr/share/polkit-1/rules.d’: Permission denied
501610

Note that I am just searching a popular directory, not even the whole file 
system, that I do not have all the packages installed and the counter shows 
more than half of a million file names.

Regards,
-- 
José Abílio


Re: Re: french.ldf

2014-01-27 Thread José Matos
On Sunday 26 January 2014 11:30:48 Patrick Dupre wrote:
 It is bizard that
  yum search frenchb.ldf
 
 does not find:
 texlive-babel-french

For performance reasons yum search does not search the file names of the 
packages.

From the man page:

yum search ...
This is used to find packages when you know something about the package but 
aren't sure of it's name. By default search will try searching just package 
names and summaries, but if that fails it will then try descriptions and url.

In my case:

$ rpm -qa | wc -l
8317
$ find /usr/share | wc -l
find: ‘/usr/share/polkit-1/rules.d’: Permission denied
501610

Note that I am just searching a popular directory, not even the whole file 
system, that I do not have all the packages installed and the counter shows 
more than half of a million file names.

Regards,
-- 
José Abílio


Re: Re: french.ldf

2014-01-27 Thread José Matos
On Sunday 26 January 2014 11:30:48 Patrick Dupre wrote:
> It is bizard that
>  yum search frenchb.ldf
> 
> does not find:
> texlive-babel-french

For performance reasons "yum search" does not search the file names of the 
packages.

>From the man page:

"yum search ...
This is used to find packages when you know something about the package but 
aren't sure of it's name. By default search will try searching just package 
names and summaries, but if that "fails" it will then try descriptions and url."

In my case:

$ rpm -qa | wc -l
8317
$ find /usr/share | wc -l
find: ‘/usr/share/polkit-1/rules.d’: Permission denied
501610

Note that I am just searching a popular directory, not even the whole file 
system, that I do not have all the packages installed and the counter shows 
more than half of a million file names.

Regards,
-- 
José Abílio


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
 ! Package babel Error: Unknown option `french'. Either you misspelled it
 (babel)or the language definition file french.ldf was not
 found .
 
 
 However, the file french.ldf is really available in
 /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
 (texlive-frenchle)
 
 In fedora 18 this file is not provided, only frenchb.ldf is available!
 
 Is it a fedora20 or lyx issue?

Certainly not a LyX issue.

Make sure that you have installed all necessary texlive-lang-* packages. As of 
TeXLive 2003, these are not installed anymore by default on some distros.

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
Thank,

I installed:
texlive-langcode
But no change: I still get the same error
I did not find any texlive-lang-*
or texlive-lang*
or texlive-lang-french*


 
 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
 I installed:
 texlive-langcode
 But no change: I still get the same error
 I did not find any texlive-lang-*
 or texlive-lang*
 or texlive-lang-french*

texlive-collection-langfrench

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
OK,

It is fixed with:
 texlive-babel-french

Thank.

 
 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Patrick Dupre

It is bizard that
 yum search frenchb.ldf

does not find:
texlive-babel-french

while it provides
 /usr/share/texlive/texmf-dist/tex/generic/babel-french/frenchb.ldf


 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
 ! Package babel Error: Unknown option `french'. Either you misspelled it
 (babel)or the language definition file french.ldf was not
 found .
 
 
 However, the file french.ldf is really available in
 /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
 (texlive-frenchle)
 
 In fedora 18 this file is not provided, only frenchb.ldf is available!
 
 Is it a fedora20 or lyx issue?

Certainly not a LyX issue.

Make sure that you have installed all necessary texlive-lang-* packages. As of 
TeXLive 2003, these are not installed anymore by default on some distros.

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
Thank,

I installed:
texlive-langcode
But no change: I still get the same error
I did not find any texlive-lang-*
or texlive-lang*
or texlive-lang-french*


 
 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
 I installed:
 texlive-langcode
 But no change: I still get the same error
 I did not find any texlive-lang-*
 or texlive-lang*
 or texlive-lang-french*

texlive-collection-langfrench

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
OK,

It is fixed with:
 texlive-babel-french

Thank.

 
 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Patrick Dupre

It is bizard that
 yum search frenchb.ldf

does not find:
texlive-babel-french

while it provides
 /usr/share/texlive/texmf-dist/tex/generic/babel-french/frenchb.ldf


 Patrick Dupre wrote:
  ! Package babel Error: Unknown option `french'. Either you misspelled it
  (babel) or the language definition file french.ldf was not
  found .
  
  
  However, the file french.ldf is really available in
  /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
  (texlive-frenchle)
  
  In fedora 18 this file is not provided, only frenchb.ldf is available!
  
  Is it a fedora20 or lyx issue?
 
 Certainly not a LyX issue.
 
 Make sure that you have installed all necessary texlive-lang-* packages. As 
 of 
 TeXLive 2003, these are not installed anymore by default on some distros.
 
 Regards,
 Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
> ! Package babel Error: Unknown option `french'. Either you misspelled it
> (babel)or the language definition file french.ldf was not
> found .
> 
> 
> However, the file french.ldf is really available in
> /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
> (texlive-frenchle)
> 
> In fedora 18 this file is not provided, only frenchb.ldf is available!
> 
> Is it a fedora20 or lyx issue?

Certainly not a LyX issue.

Make sure that you have installed all necessary texlive-lang-* packages. As of 
TeXLive 2003, these are not installed anymore by default on some distros.

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
Thank,

I installed:
texlive-langcode
But no change: I still get the same error
I did not find any texlive-lang-*
or texlive-lang*
or texlive-lang-french*


> 
> Patrick Dupre wrote:
> > ! Package babel Error: Unknown option `french'. Either you misspelled it
> > (babel) or the language definition file french.ldf was not
> > found .
> > 
> > 
> > However, the file french.ldf is really available in
> > /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
> > (texlive-frenchle)
> > 
> > In fedora 18 this file is not provided, only frenchb.ldf is available!
> > 
> > Is it a fedora20 or lyx issue?
> 
> Certainly not a LyX issue.
> 
> Make sure that you have installed all necessary texlive-lang-* packages. As 
> of 
> TeXLive 2003, these are not installed anymore by default on some distros.
> 
> Regards,
> Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
> I installed:
> texlive-langcode
> But no change: I still get the same error
> I did not find any texlive-lang-*
> or texlive-lang*
> or texlive-lang-french*

texlive-collection-langfrench

Regards,
Jürgen


Re: french.ldf

2014-01-26 Thread Patrick Dupre
OK,

It is fixed with:
 texlive-babel-french

Thank.

> 
> Patrick Dupre wrote:
> > ! Package babel Error: Unknown option `french'. Either you misspelled it
> > (babel) or the language definition file french.ldf was not
> > found .
> > 
> > 
> > However, the file french.ldf is really available in
> > /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
> > (texlive-frenchle)
> > 
> > In fedora 18 this file is not provided, only frenchb.ldf is available!
> > 
> > Is it a fedora20 or lyx issue?
> 
> Certainly not a LyX issue.
> 
> Make sure that you have installed all necessary texlive-lang-* packages. As 
> of 
> TeXLive 2003, these are not installed anymore by default on some distros.
> 
> Regards,
> Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: french.ldf

2014-01-26 Thread Patrick Dupre

It is bizard that
 yum search frenchb.ldf

does not find:
texlive-babel-french

while it provides
 /usr/share/texlive/texmf-dist/tex/generic/babel-french/frenchb.ldf


> Patrick Dupre wrote:
> > ! Package babel Error: Unknown option `french'. Either you misspelled it
> > (babel) or the language definition file french.ldf was not
> > found .
> > 
> > 
> > However, the file french.ldf is really available in
> > /usr/share/texlive/texmf-dist/tex/latex/frenchle/french.ldf
> > (texlive-frenchle)
> > 
> > In fedora 18 this file is not provided, only frenchb.ldf is available!
> > 
> > Is it a fedora20 or lyx issue?
> 
> Certainly not a LyX issue.
> 
> Make sure that you have installed all necessary texlive-lang-* packages. As 
> of 
> TeXLive 2003, these are not installed anymore by default on some distros.
> 
> Regards,
> Jürgen


===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===