home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9372 < prev    next >
Encoding:
Text File  |  1992-07-21  |  1.2 KB  |  45 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!news.cua.edu!cuavax.dnet.cua.edu!48ganelin
  3. From: 48ganelin@cuavax.dnet.cua.edu
  4. Subject: Re: Formatting \tableofcontents
  5. Message-ID: <1992Jul21.190205.1@cuavax.dnet.cua.edu>
  6. Lines: 34
  7. Sender: news@netcon.cua.edu (USENET News System)
  8. Organization: The Catholic University of America
  9. Date: Tue, 21 Jul 1992 23:02:05 GMT
  10.  
  11.  
  12.  
  13. >I've got a problem with the formatting of \tableofcontents.
  14. >
  15. >Having a two-digit sectionnumber and a two-digit 
  16. >subsectionnumber the output of these two numbers in
  17. >the table of contents collides with the name of the
  18. >\subsection. There is too less space between number and text.
  19. >
  20. >Question: Is there an easy solution in LaTeX ?
  21.  
  22. It is the second time for the last month I saw this question? May be it 
  23. should be included to FAQ?
  24.  
  25. The solution is to modify the lines
  26.  
  27. \def\l@table\l@figure
  28. \def\l@figure{\dottedtocline{1}{1.5em}{2.3em}}
  29.  
  30. You may add
  31.  
  32. \makeatletter
  33. \def\l@table\l@figure
  34. \def\l@figure{\dottedtocline{1}{2.5em}{2.3em}}
  35. \makeatother
  36.  
  37. at the begining of your file.
  38.  
  39. Comment:
  40. It looks very strange that being so adjustable,  LaTeX has these parameters
  41. as exact numbers instead of being definitions. You should delve in to find
  42. what to do.
  43.  
  44. Pavel Ganelin.
  45.