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
 \let\endtable\MyEndtable}

\newcommand{\FigBesBeg}[1][1.0]{%
 \let\MyFigure\figure
 \let\MyEndfigure\endfigure
 \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}

\newcommand{\FigBesEnd}{%
 \let\figure\MyFigure
 \let\endfigure\MyEndfigure}

In the document I use in ERT
\FigBesBeg} before the float figure and
\FigBesEnd} after the float figure

but get this error:
! Undefined control sequence.
l.279 ...lgae (see figure \ref{thalli}).\figBesBeg

The control sequence at 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
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Baris Erkus

On 02-Mar-21 2:49 PM, Robert Neumann wrote:

Hello,
I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
I installed RCS, and as long as I use it, the version controll works fine. As 
soon as I acces the file from another Computer it does not work properly 
anymore. I get this message:

Bei der Ausführung des Befehls /while executing
'co -p1.1 "Rundbrief_3_2021.lyx" > 
"/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
 ist ein Fehler aufgetreten.  / there was an error

and when I try to check in the changes:

Bei der Ausführung des Befehls / while executing
'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler aufgetreten. 
/ there was an error

So this seems to my, that the version control accesses some tmp-file which – of 
course – is not available on the other computer. I am not sure, if it might be 
a good idea, to change the tmp-path to the nextcloud. Especially since the 
local paths are different.
Thanks!



RCS does not work on two different computers AFAIK.

--

↓↓
Please bottom-post. Start your reply here:

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
yes, it is synched and available on both computers.

RN

> Am 02.03.2021 um 13:25 schrieb Dr Eberhard Lisse :
> 
> Did you copy the ,v file?
> 
> el
> 
> On 02/03/2021 13:49, Robert Neumann wrote:
>> Hello,
>> I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
>> I installed RCS, and as long as I use it, the version controll works fine. 
>> As soon as I acces the file from another Computer it does not work properly 
>> anymore. I get this message:
>> 
>> Bei der Ausführung des Befehls /while executing
>> 'co -p1.1 "Rundbrief_3_2021.lyx" > 
>> "/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
>>  ist ein Fehler aufgetreten.  / there was an error
>> 
>> and when I try to check in the changes:
>> 
>> Bei der Ausführung des Befehls / while executing
>> 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler 
>> aufgetreten. / there was an error
>> 
>> So this seems to my, that the version control accesses some tmp-file which – 
>> of course – is not available on the other computer. I am not sure, if it 
>> might be a good idea, to change the tmp-path to the nextcloud. Especially 
>> since the local paths are different. 
>> Thanks!
>> 
> 
> 
> -- 
> To email me replace 'nospam' with 'el'
> 
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Dr Eberhard Lisse
Did you copy the ,v file?

el

On 02/03/2021 13:49, Robert Neumann wrote:
> Hello,
> I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
> I installed RCS, and as long as I use it, the version controll works fine. As 
> soon as I acces the file from another Computer it does not work properly 
> anymore. I get this message:
> 
> Bei der Ausführung des Befehls /while executing
> 'co -p1.1 "Rundbrief_3_2021.lyx" > 
> "/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
>  ist ein Fehler aufgetreten.  / there was an error
> 
> and when I try to check in the changes:
> 
> Bei der Ausführung des Befehls / while executing
> 'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler 
> aufgetreten. / there was an error
> 
> So this seems to my, that the version control accesses some tmp-file which – 
> of course – is not available on the other computer. I am not sure, if it 
> might be a good idea, to change the tmp-path to the nextcloud. Especially 
> since the local paths are different. 
> Thanks!
> 


-- 
To email me replace 'nospam' with 'el'

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


version control with RCS with LyX 2.3.3 on a mac with nextcloud-folders

2021-03-02 Thread Robert Neumann
Hello,
I am using Lyx 2.3.3 on a Mac with OS 10.13 and a Nextcloud-folder
I installed RCS, and as long as I use it, the version controll works fine. As 
soon as I acces the file from another Computer it does not work properly 
anymore. I get this message:

Bei der Ausführung des Befehls /while executing
'co -p1.1 "Rundbrief_3_2021.lyx" > 
"/var/folders/fk/c_b11rp52kzddr83ky_w8d7mgn/T/lyx_tmpdir.jTeYDZU10377/lyxvcrev_1.1_.V10377"'
 ist ein Fehler aufgetreten.  / there was an error

and when I try to check in the changes:

Bei der Ausführung des Befehls / while executing
'ci -q -u -m"(keine Protokollmeldung)“ „test.lyx"' ist ein Fehler aufgetreten. 
/ there was an error

So this seems to my, that the version control accesses some tmp-file which – of 
course – is not available on the other computer. I am not sure, if it might be 
a good idea, to change the tmp-path to the nextcloud. Especially since the 
local paths are different. 
Thanks!
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users