On 2019-05-23, Pavel Sanda wrote:
> On Thu, May 23, 2019 at 04:08:01PM +0200, Pavel Sanda wrote:
>> UserGuide.lyx - few notes for lineno.
> User guide is currently uncompilable baceuse lot of latex errors:
Compiles fine here (LyX 2.4.dev with texlive17 from Debian/stable).
> * Package babel error: Unknown option 'french' (because of
> \selectlanguage{french})
The English user guide has some parts in other languages for
demonstration purposes, this is a feature. (There may be no need for
both, "English" and "English (UK)", though.)
French is added to the document class options, so it should be known to
babel. Maybe you don't have French Babel support (frenchb.ldf) installed?
In Debian this is in package "texlive-lang-french".
> * Illegal parameter number in definition of \captionsfrench
Aftereffect of the above.
> * the same for spanish
Do you have spanish.ldf installed?
In Debian this is in package "texlive-lang-spanish".
Günter