home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14698 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!email!saruman.neuro.tuwien.ac.at!kircher
  3. From: kircher@saruman.neuro.tuwien.ac.at (Gerhard R. Kircher)
  4. Subject: SOLUTION: AMSLaTeX \fontdimen problem
  5. Message-ID: <1993Jan7.103154.26095@email.tuwien.ac.at>
  6. Sender: news@email.tuwien.ac.at
  7. Nntp-Posting-Host: saruman.neuro.tuwien.ac.at
  8. Organization: Technical University of Vienna
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Date: Thu, 7 Jan 1993 10:31:54 GMT
  11. Lines: 20
  12.  
  13.  
  14. Some weeks ago I posted the following question:
  15.  
  16. > I recently installed AMSLaTeX v1.0 and now have the following (hopefully 
  17. > simple) problem.  I like to have subscripts and superscripts at the same 
  18. > level.  Up to now, I could achieve this by
  19. >     \fontdimen16\tensy=2.7pt
  20. >     \fontdimen17\tensy=2.7pt
  21. > as recommended in the TeXbook.  With the new Mittelbach-Sch\"opf font
  22. > selection scheme, this clearly no longer works.  So, what can I do?
  23. > Please send your suggestions by email to 
  24. >     kircher@neuro.tuwien.ac.at
  25. > as I don't regularly follow this newsgroup.
  26.  
  27. Here is the Answer (for NFSS/AMSLaTeX 1.1):
  28.  
  29. {\fontfamily{cmsy}\selectfont\global\fontdimen16\font=2.7pt}
  30.  
  31. gerhard
  32.