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

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!juliet.caltech.edu!jmadow
  3. From: jmadow@juliet.caltech.edu (Madow, Jessica)
  4. Subject: fontsizing problem
  5. Message-ID: <24JUL199211400637@juliet.caltech.edu>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@cco.caltech.edu
  8. Nntp-Posting-Host: juliet.caltech.edu
  9. Organization: California Institute of Technology
  10. Date: Fri, 24 Jul 1992 19:40:00 GMT
  11. Lines: 31
  12.  
  13. Hello.  I've been typing mathematics in TeX for a couple years and have not
  14. yet found a way to use various characters from different font families so
  15. that they automatically adjust their size in context.  The following example
  16. will help illustrate my problem:
  17.  
  18.   I try to use what the AMS refers to as a \Bbb G, in plain TeX (uTeX v3.1a),
  19. without inputting the AMS macros.  I define the font, say \msbm=\msbm10 and
  20. use \magnification=1200.  I need to use the character in both full and
  21. superscript sizes.
  22.    1.  {\msbm\char'107}             gives the expected \Bbb G in 12pt
  23.    2.  $\msbm\char'107$             gives a regular math mode G, that is, a
  24.                                        slanted G in 12pt
  25.    3.  $2^{\msbm\char'107}$         gives 2 with math mode G superscript (the
  26.                                        latter is slanted and proper sized for
  27.                                        a superscript)
  28.    4.  $\hbox{\msbm\char'107}$      gives the expected \Bbb G - 12pt
  29.    5.  2^{$\hbox{\msbm\char'107}}$  gives 2 with \Bbb G in superscript
  30.                                        position, but 12pt
  31.  
  32.   If I do 1-3 above with regular roman font, that is use \rm\char'107 I can
  33. get "proper" G's and superscript-size.  (4 & 5 of course yield enlarged
  34. superscripts due to the \hbox).  In the past, I've defined different fonts
  35. at the beginning of the papers, i.e., \msbm=\msbm10, \msbn=\msbm8, etc., and
  36. referenced them at appropriate places.  Now I'm facing a book, with unknown
  37. end magnification, and will use many different characters from different font
  38. groups at many different sizes. (And, of course, I spend LOTS of time
  39. in math mode.)  Is there any way to get TeX to treat these other characters
  40. the way it treats roman ones?  Sigh....
  41.    Any help GREATLY appreciated.
  42.  
  43.             --jessica m. 
  44.