mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow alignment customization in environments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35399 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3c08472b0c
commit
ca9ff9e430
@ -835,7 +835,7 @@ void makeCommand(Buffer const & buf,
|
||||
if (!style.counter.empty())
|
||||
buf.params().documentClass().counters().step(style.counter, OutputUpdate);
|
||||
|
||||
openTag(xs, style);
|
||||
openTag(xs, style, pbegin->params());
|
||||
|
||||
// Label around sectioning number:
|
||||
// FIXME Probably need to account for LABEL_MANUAL
|
||||
|
Loading…
Reference in New Issue
Block a user