lyx2lyx error: \begin{english} is inside a bold layout instead of outside

Scott Kostyshak skostysh at lyx.org
Fri Feb 21 16:26:08 UTC 2020


The following tests are failing on master:

  export/examples/ko/Welcome_lyx22 (Failed)
  export/examples/ko/Welcome_lyx23 (Failed)

To reproduce manually, export Welcome.lyx in mater to LyX 2.3.x format.
Then open the created file either with master or 2.3.x and compile with
the default format (XeLaTeX) and get the following error:

  ! Extra }, or forgotten \endgroup.

This happens because the ERT "\begin{English}" is inside the bold
layout. Either we need to end it at the end of the bold layout, or we
need to move the "\begin{English}" before the bold starts. That is, the
current LaTeX code being produced is:

  \textbf{\begin{english}Note for Linux users:}

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/20200221/8225ba6c/attachment.asc>


More information about the lyx-devel mailing list