I just updated to Lyx 1.1.6fix1, and something has gone wrong with my
chapter headings, table of contents heading, and list of figures heading.
I am using a LaTeX2e style with a LyX layout I made based on
report.layout from 1.1.5fix2.  With 1.1.5fix2, I got headings such as
"CHAPTER 1 INTRODUCTION", but now I get "Chapter1 INTRODUCTION".  The
table of contents and list of figures have the wrong capitalization and
wrong font size now.  The style I'm using defines how the headings should
be rendered.  Is there something I need to do as part of the upgrade path?
I have attached my layout file in case it might be helpful.  Thanks.

 -Patrick


Patrick L. Hartling                     | Research Assistant, VRAC
[EMAIL PROTECTED]                         | 2624 Howe Hall -- (515)294-4916
http://www.137.org/patrick/             | http://www.vrac.iastate.edu/

#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[report, isuthesis.sty]{thesis (ISU)}
# Report textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <[EMAIL PROTECTED]>
# Transposed by Pascal Andr� <[EMAIL PROTECTED]>
# Heavily modifed and enhanced by serveral developers.

Preamble
    \usepackage{isuthesis}
    \DeclareRobustCommand{\trademark}{\ensuremath{^{\mathrm{TM}}}}

    \def\bibname{BIBLIOGRAPHY}
    \renew@environment{thebibliography}[1]
         {\specialchapt{\bibname
            \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}%
          \list{\@biblabel{\@arabic\c@enumiv}}%
               {\settowidth\labelwidth{\@biblabel{#1}}%
                \leftmargin\labelwidth
                \advance\leftmargin\labelsep
                \@openbib@code
                \usecounter{enumiv}%
                \let\p@enumiv\@empty
                \renewcommand\theenumiv{\@arabic\c@enumiv}}%
          \sloppy
          \clubpenalty4000
          \@clubpenalty \clubpenalty
          \widowpenalty4000%
          \sfcode`\.\@m}
         {\def\@noitemerr
           {\@latex@warning{Empty `thebibliography' environment}}%
          \endlist}

    \usepackage{tocloft}
    \let\myNumberline\numberline
EndPreamble

# Input general definitions
Input stdclass.inc

# a few changes to the bibliography
Style Bibliography
  TopSep                4
  LabelString           BIBLIOGRAPHY

  # label font definition
  LabelFont 
    Series              Bold
    Size                Huge
  EndFont
End


Reply via email to