Re: [LyX features/biblatex2] Biblatex support

2017-01-08 Thread Jürgen Spitzmüller
Am Sonntag, den 08.01.2017, 13:55 -0500 schrieb Richard Heck:
> > -# Excludes: jurabib | natbib | biblatex
> > +# Excludes: jurabib | natbib | biblatex | biblatex-natbib
> 
> Is it actually possible to choose more than one of these? If not,
> these
> exclusion lines could be dropped altogether.

You're right, it does not make sense at all. It's a relict from the
module heritage. I'll remove the lines and also the respective code.

Excluding modules might make sense, but that can be done with
ExcludesModule.

Thanks
Jürgen

signature.asc
Description: This is a digitally signed message part


Re: [LyX features/biblatex2] Biblatex support

2017-01-08 Thread Richard Heck
On 01/08/2017 04:13 AM, Juergen Spitzmueller wrote:
> The branch, biblatex2, has been updated.
>
> - Log -
>
> commit 8319b3e9d615adc6b4b49a67308884400d20373f
> Author: Juergen Spitzmueller 
> Date:   Sun Jan 8 09:39:46 2017 +0100
>
> Biblatex support
> 
> File format change
>
> diff --git a/lib/citeengines/basic.citeengine 
> b/lib/citeengines/basic.citeengine
> index f8d5c5b..ae4a603 100644
> --- a/lib/citeengines/basic.citeengine
> +++ b/lib/citeengines/basic.citeengine
> @@ -3,7 +3,7 @@
>  #   The basic citation capabilities provided by BibTeX.
>  #   Mainly simple numeric styles primarily suitable for science and maths.
>  # DescriptionEnd
> -# Excludes: jurabib | natbib | biblatex
> +# Excludes: jurabib | natbib | biblatex | biblatex-natbib

Is it actually possible to choose more than one of these? If not, these
exclusion lines could be dropped altogether.

Richard