home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / tex / 15261 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!mcsun!chsun!bernina!wilde
  3. From: wilde@bernina.ethz.ch (Erik Wilde)
  4. Subject: Re: LaTeX: How to make Chapter heading smaller?
  5. Message-ID: <1993Jan21.171922.23773@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. X-Newsreader: Tin 1.1 PL5
  9. References: <C16uJx.IoM@news.cso.uiuc.edu>
  10. Date: Thu, 21 Jan 1993 17:19:22 GMT
  11. Lines: 21
  12.  
  13. The font depends on which styles you are using...
  14.  
  15. If you look into rep10.sty, you will eventually find the macro
  16.  
  17. \def\@makechapterhead#1{ \vspace*{50pt} { \parindent 0pt \raggedright
  18.  \ifnum \c@secnumdepth >\m@ne \huge\bf \@chapapp{} \thechapter \par
  19.  \vskip 20pt \fi \Huge \bf #1\par
  20.  \nobreak \vskip 40pt } }
  21.  
  22. which tells you that the \Huge font is used for the heading. If you
  23. want to use a smaller font, change the rep10.sty into a style of
  24. your own or redefine the macro in your document (which will make
  25. it exchangeable without also exchanging the new style). But you have
  26. to make all these catcode-things before you can change a macro that
  27. contains a @-sign. Hope this helps,
  28.  
  29. Erik Wilde (wilde@tik.ethz.ch)
  30.   Swiss Federal Institute of Technology (ETH Zuerich)
  31.   Laboratory of Computer Engineering and Networks (TIK)
  32.   ETH-Zentrum, ETZ G61.2, CH - 8092 Zuerich
  33.   Phone: +41-1-254-7009  Fax: +41-1-254-7160
  34.