On 05/07/2014 04:17 AM, Wolfgang Engelmann wrote:
Figure Besides is used to set the legend to the side of a (small)
figure. It is used in this way:
Text. \FigBesBeg <here is figure> \FigBesEnd More Text ...
I noticed that, if the text after the \FigBesEnd (in ERT) follows
immediately the tex-Box,
Text. \FigBesBeg <here is figure> \FigBesEndMore Text ...
(that is, the More Text follows without a space)
I get an error:
\FigBesEndEs wurde vorgeschlagen, dass die Kontrolle der Transkription
The problem is that there is no space between your LaTeX command and the
text. So LyX is
outputing:
\FigBesEndEs
which is not a LaTeX command. Just put a space at the end of your ERT
(or else: {}).
Richard