Re: Problem with frame inset

2023-09-20 Thread jspitzm
Am Dienstag, dem 19.09.2023 um 15:43 +0200 schrieb Dan:
> I have come across the very same problem again with listing buttons
> (when editing externally). The solution is the very same as well.
> 
> STEPS TO REPRODUCE:
>    1. Insert > Program listing
>    2. Type something in.
>    3. Open context menu (right clic) and choose "Edit externally".
>    4. A button for the program listing inset shows whose text is
> barely readable. See attached image.
> 
> SOLUTION:
> I have tried mimicking your solution to the previous problem:
> switching the label's text colour from "foreground" to "black". See
> the text attachment (diff of changes to lib/layouts/stdinsets.inc)

Yes, perfect. I've done the change. I also verified that there is no
more missed case in stdinsets (there's another foreground case in
IPADeco, but this one's correct).

Best,
Jürgen

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


Re: Is there a way to abort the file output?

2023-09-18 Thread jspitzm
Am Montag, dem 18.09.2023 um 09:40 -0400 schrieb Dan:
> Hmmm.. apparently I need to update.  I have version 2.3.7.  (Which
> has no spinning wheel!)

Yes, that's a new feature. But beware that 2.4 is not released yet, you
can only use beta versions (with the usual caveat).

Best,
Jürgen

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


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 08:44 -0400 schrieb Neal Becker:
> The usage of this environment is, it will continue numbering of
> whatever enumeration preceded it?  Presumably also works across
> slides?

Yes, that's the idea.

Jürgen

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


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 13:52 +0200 schrieb jspi...@gmail.com:
> There needs to be at least one frame in the document (the enumeration
> itself doesn't need to be in a frame).

FWIW this is even the case with normal enumerate and without the
module. See attached MWE which produces the same error.

Jürgen



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


Re: resume enumerate for beamer

2023-03-29 Thread jspitzm
Am Mittwoch, dem 29.03.2023 um 07:36 -0400 schrieb Neal Becker:
> Thanks for the suggestion!  Unfortunately tried on lyx-2.4-dev and
> got
> ! Undefined control sequence.
> \beamer@enum@ ...fix item}##1}\beamer@cramped 
>   \raggedright
> \beamer@first...
> l.47 \item
> 
> Attached is a minimal example using beamer, with only this beamer-
> resenumerate (not title page or frames).

There needs to be at least one frame in the document (the enumeration
itself doesn't need to be in a frame).

HTH,
Jürgen



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


Re: Increasing table row hight with easytable

2022-07-22 Thread jspitzm
Am Donnerstag, dem 21.07.2022 um 12:00 -0700 schrieb Rich Shepard:
> For a form I want to increase row heights in a table. The preamble
> specifies \usepackage{easytable} and I find LaTeX instructions but
> none for LyX. I'd appreciate a pointer.

I don't think easytable can be used in LyX without much TeX mode, as it
uses a special TAB environment (instead of table).

If you only want to increase row heights, the standard LaTeX way is

\renewcommand{\arraystretch}{1.5}

or whatever height you want.

Jürgen

> 
> Rich

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