\FigBesBeg not working in lyx 2.4.0

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Jan 26 16:47:15 UTC 2023



Am 26.01.23 um 15:23 schrieb Wolfgang Engelmann:
>
>
> If I include a figure with
>
> \FigBesBeg (as ERT)
> figure
> \FigBesEnd (as ERT)
>
> (see appended lyx archive)
>
> the pdf output does not display the legend at the side.
>
> Do I do something wrong (thats what I used to do successfully in 2.3 
> versions of lyx) or is it a bug in the lyx 2.4.0 ?

In the LyX source you have

\lyxformat 608
\begin_document
\begin_header
\save_transient_properties false
\origin unavailable
\textclass scrbook
\options \use_default_options false
\use_default_options true
\begin_modules
......


The line "\options \use_default_options false"  looks wrong to me, because
it is passed to the documentclass without replacing it with the current
optional arguments:

\documentclass[paper=a5,british,\use_default_options false]{scrbook}


Correcting this and running it again gives default LaTeX error, because
\FigBesBeg/\FigBesEnd are not defined in your preamble.

Herbert


More information about the lyx-users mailing list