SOLVED > Re: Again: sidecap figure

2021-03-04 Thread Wolfgang Engelmann
Wolfgang The problem is that you defined \FigBesBegin and \FigBesEnd with capital "F" but invoked them with lowercase "f" (as in \figBesBegin). If you correct that, the document compiles. Paul Sorry about it, and thanks a lot, Paul, for your help. Wolfgang -- lyx-users mailing list lyx

Re: Again: sidecap figure

2021-03-04 Thread Paul A. Rubin
the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. What is wrong? Wolfgang I still struggl

Again: sidecap figure

2021-03-04 Thread Wolfgang Engelmann
was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. What is wrong? Wolfgang I still struggle with sidecap figure and append a .tar.gz file

sidecap figure

2021-03-02 Thread Wolfgang Engelmann
In my preamble I have \usepackage{sidecap} % Definition to put legends beside tables and figures \newcommand{\TabBesBeg}[1][1.0]{% \let\MyTable\table \let\MyEndtable\endtable \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}} \newcommand{\TabBesEnd}{% \let\table\MyTable \le