home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / tex / 10414 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.7 KB  |  50 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!prle!schiller
  3. From: schiller@prl.philips.nl (schiller c)
  4. Subject: Two small conceptual mistakes in latex.tex with proposed improvement
  5. Message-ID: <1992Aug22.162013.1073@prl.philips.nl>
  6. Originator: schiller@prles11
  7. Sender: news@prl.philips.nl (USENET News System)
  8. Organization: Philips Research Laboratories, Eindhoven, The Netherlands
  9. Date: Sat, 22 Aug 1992 16:20:13 GMT
  10. Lines: 38
  11.  
  12.  
  13.  
  14. Recently I became annoyed by the large space that 
  15. latex puts between the number of a section and the section title (1em).
  16. Trying to reduce it, I found out that the space is defined as
  17. a fixed length, not in the .sty file, but in latex.tex itself, more
  18. precisely in the definition of \@sect.
  19.  
  20. In order to change it, one has to recopy the hole definition into 
  21. a macro file, change the value (e.g. from 1em to 0.3em), and put the whole
  22. between \makeatletter and \makeatother. Rather tedious.
  23.  
  24. Could the length 1em appearing in \@sect not be given a name,
  25. such as \@svsecdist, so that the length can be defined in the .sty file ?
  26. In principle, the style file decides all dimensions, but this one
  27. is an exeption. Could this be mended in the next latex version ?
  28.  
  29. I am shure many people in Europe and in other continents would appreciate
  30. this flexibility which gives the freedom to avoid the streched-out 
  31. titles of the original latex, which does not follow the taste 
  32. of people over here.
  33.  
  34. Looking through latex.tex, one finds only one more fixed length
  35. appearing after an \hskip,
  36. in the definition of \and. The same should apply here, I guess.
  37.  
  38. Anybody has the address of Rainer Maria Schoepf, in order 
  39. to tell him about this proposal ?
  40.  
  41.  
  42. Happy tex'ing
  43.  
  44.  
  45.            Christoph Schiller
  46.  
  47.            schiller@prl.philips.nl
  48.  
  49.  
  50.