Author: vfr
Date: Mon May 31 14:07:10 2010
New Revision: 34553
URL: http://www.lyx.org/trac/changeset/34553
Log:
branch: Fix bug #3930: Wrong Margin Types in elsart.layout.
see r33917.
Modified:
lyx-devel/branches/BRANCH_1_6_X/lib/layouts/elsart.layout
lyx-devel/branches/BRANCH_1_6_X/status.16x
Modified: lyx-devel/branches/BRANCH_1_6_X/lib/layouts/elsart.layout
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/lib/layouts/elsart.layout Mon May 31
14:02:00 2010 (r34552)
+++ lyx-devel/branches/BRANCH_1_6_X/lib/layouts/elsart.layout Mon May 31
14:07:10 2010 (r34553)
@@ -128,7 +128,7 @@
Style Author_Address
- Margin Static
+ Margin Dynamic
LatexType Command
InTitle 1
LatexName address
@@ -144,7 +144,7 @@
Style Author_Email
- Margin Static
+ Margin Dynamic
LatexType Command
InTitle 1
PassThru 1
@@ -164,7 +164,7 @@
Style Author_URL
- Margin Static
+ Margin Dynamic
LatexType Command
InTitle 1
PassThru 1
Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/status.16x Mon May 31 14:02:00 2010
(r34552)
+++ lyx-devel/branches/BRANCH_1_6_X/status.16x Mon May 31 14:07:10 2010
(r34553)
@@ -90,6 +90,11 @@
- Make sure that the '|'-character in headings does not confuse the
TOC list in navigate menu (bug 2009).
+- Fix the display of the "Address" environment in LyX when using the
+ elsart.layout (bug 3930). (Note: elsart.layout is obsolete, please
+ use elsarticle.layout instead).
+
+
* USER INTERFACE
- Correctly restore a dissolved macro inset on undo (bug 6678).