The layout file for the memoir class shows chapter headings as:

"Chapter" {Chapter Number} {newline}
Chapter Title


That is fine when memoir is used to typeset books, but it's very
annoying when used for articles (which it's perfectly capable of
doing).

So I want to change the layout accordingly. But I can't figure out
where, in the standard definition of the Chapter Style from
stdsections.inc, is the {newline} inserted:


Style Chapter
        Margin                Static
        Category              Section
        LabelString           "Chapter \thechapter"
        LabelStringAppendix   "Appendix \thechapter"
        LabelType             Counter
        LabelCounter          chapter
        TocLevel              0
        LatexType             Command
        LatexName             chapter
        NeedProtect           1
        NextNoIndent          1
        ParSkip               0.4
        TopSep                4
        BottomSep             0.8
        ParSep                0.8
        Align                 Block
        OptionalArgs          1
        Font
          Series              Bold
          Size                Huge
        EndFont
        HTMLTag               h1
End

I thought removing the LabelString line would be enough. But it isn't:
it just removes the "Chapter" Label

Help is appreciated. Pointers to the proper  customization manual
section are appreciated too. I could not find the information there.



Cheers,

Stefano


-- 
__________________________________________________
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies            Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

Reply via email to