Manvi Agarwal wrote:

> This worked fine except that it is chapter number followed by title but I
> want chapter title followed by chapter number and also (if possible)
> chapter number in a large font i.e. I want the chapter number to appear
> much bigger than the title.


\newfont{\scaledfont}{cmr12 scaled 7000}
\renewcommand\thechapter{\arabic{chapter}}
\def\@makechapterhead#1{%
%  \vspace*{50\p@}%
   {\parindent \z@ \raggedright \normalfont
     \ifnum \c@secnumdepth >\m@ne
       \if@mainmatter
         \par\nobreak
         \vskip 20\p@
       \fi
     \fi
     \interlinepenalty\@M
     \Huge \bfseries #1\ %
     \hfill\scaledfont\thechapter\par\normalsize%
     \rule{\textwidth}{1pt}%  <--- the rule
     \nobreak
     \vskip 40\p@
   }%
}


Herbert



-- 
http://www.lyx.org/help/

Reply via email to