[LyX/master] Add support for biblatex-chicago (#12240)

Scott Kostyshak skostysh at lyx.org
Tue Jul 9 19:51:48 UTC 2024


On Tue, Jul 09, 2024 at 01:19:14PM GMT, Juergen Spitzmueller wrote:
> commit 8941b05774b1891ca9566eab3cefba17e0f2bbe4
> Author: Juergen Spitzmueller <spitz at lyx.org>
> Date:   Tue Jul 9 15:18:06 2024 +0200
> 
>     Add support for biblatex-chicago (#12240)
>     
>     File format change
> ---
>  development/FORMAT                          |   4 +
>  lib/Makefile.am                             |   1 +
>  lib/citeengines/biblatex-chicago.citeengine | 421 ++++++++++++++++++++++++++++
>  lib/doc/UserGuide.lyx                       |  98 ++++++-
>  lib/doc/de/UserGuide.lyx                    |  50 ++++
>  lib/lyx2lyx/lyx_2_5.py                      | 172 +++++++++++-
>  src/BufferParams.cpp                        |   9 +
>  src/frontends/qt/GuiDocument.cpp            |  40 +--
>  src/tex2lyx/Preamble.cpp                    |  25 +-
>  src/tex2lyx/text.cpp                        |  56 ++--
>  src/version.h                               |   4 +-
>  11 files changed, 827 insertions(+), 53 deletions(-)
> 
> diff --git a/development/FORMAT b/development/FORMAT
> index 5154b0f6de..34149fee02 100644
> --- a/development/FORMAT
> +++ b/development/FORMAT
> @@ -7,6 +7,10 @@ changes happened in particular if possible. A good example would be
>  
>  -----------------------

A lot of ctests are failing now. I think it is because if you
continuously do lyx2lyx round trip (I tested with format 2.2.x and with
Welcome.lyx), a few lines keep being added. e.g., after a few roundtrips
we get the following:

Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###
### Inserted by lyx2lyx (biblatex emulation) ###
Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###
### Inserted by lyx2lyx (biblatex emulation) ###
Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###
### Inserted by lyx2lyx (biblatex emulation) ###
Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###
### Inserted by lyx2lyx (biblatex emulation) ###
Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###
### Inserted by lyx2lyx (biblatex emulation) ###
Provides natbib 1
### End of insertion by lyx2lyx (biblatex emulation) ###

Can this be fixed or should the tests adapt?

Scott
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20240709/49a692e7/attachment.asc>


More information about the lyx-devel mailing list