pol wrote:
I would expect size of numbers in numbered lists would change accordingly,
as the font size of all text has changed or the default font size has
changed.
That does not happen, with the default 'article' class, using lyx 1.4.5
If you change the font size in the Document -> Font menu, enumeration
labels seem to match. If you highlight an enumeration list and use the
font style dialog to change the size, then you're right, the labels
don't match. That's because LyX applies the font change to the text of
each item individually, rather than to the entire list.
Any suggestions?
If you are changing size for part of the document, rather than changing
the base font for the document, you can resolve this by making the
change in ERT rather than using the font style dialog. For instance
(using <> to denote an ERT box)
<{\Large >blah blah blah
1. whatever
2. whatever
blah blah <}>
Note the single brace in each ERT box; collectively, the limit the font
change size to what's between the two ERT boxes.
Any improvements in the next lyx releases, in this regard?
Same thing happens in 1.6.0rc1. If it's a significant annoyance, you
might want to file a bug report against it.
/Paul