Author: spitz Date: Tue Jun 15 10:11:02 2010 New Revision: 34667 URL: http://www.lyx.org/trac/changeset/34667
Log: * tufte-book.layout: - fix LabelType declarations. Modified: lyx-devel/branches/BRANCH_1_6_X/lib/layouts/tufte-book.layout lyx-devel/branches/BRANCH_1_6_X/status.16x Modified: lyx-devel/branches/BRANCH_1_6_X/lib/layouts/tufte-book.layout ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/lib/layouts/tufte-book.layout Tue Jun 15 03:50:58 2010 (r34666) +++ lyx-devel/branches/BRANCH_1_6_X/lib/layouts/tufte-book.layout Tue Jun 15 10:11:02 2010 (r34667) @@ -42,7 +42,7 @@ Style Chapter Margin Static Category Section - LabelType None + LabelType No_Label LabelCounter chapter TocLevel 0 LatexType Command @@ -64,7 +64,7 @@ Style Section Category Section Margin Dynamic - LabelType None + LabelType No_Label LabelCounter section TocLevel 1 LatexType Command Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/status.16x Tue Jun 15 03:50:58 2010 (r34666) +++ lyx-devel/branches/BRANCH_1_6_X/status.16x Tue Jun 15 10:11:02 2010 (r34667) @@ -106,6 +106,8 @@ - Correctly parse math formulas having a backslash as last character on a line (bug 6756). +- Fix chapter and section label declaration in the Tufte book class. + * USER INTERFACE