home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / tex / 10934 < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!caen!destroyer!ubc-cs!alberta!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!finvers
  3. From: finvers@enel.ucalgary.ca (Ivars Finvers)
  4. Subject: Re: Help with "degree" symbol
  5. Sender: news@acs.ucalgary.ca (USENET News System)
  6. Message-ID: <92Sep04.193431.22986@acs.ucalgary.ca>
  7. Date: Fri, 04 Sep 92 19:34:31 GMT
  8. References: <92Sep04.161618.22661@acs.ucalgary.ca>
  9. Nntp-Posting-Host: eneli.enel.ucalgary.ca
  10. Organization: ECE Department, U. of Calgary, Calgary, Alberta, Canada
  11. Lines: 32
  12.  
  13. In article <92Sep04.161618.22661@acs.ucalgary.ca> finvers@enel.ucalgary.ca (Ivars Finvers) writes:
  14. >I'm stuck. I'm writing a paper where I need to state temperatures in degrees C. I
  15. >can't for figure out how to get LaTeX to generate "degree symbol"C. I've
  16. >tried \symbol{"17}C which generates the degree symbol alright but leaves a space 
  17. >between the symbol and "C". What am I doing wrong?
  18. >
  19. >I'm  a new user of LaTeX so I may be missing something.
  20. >
  21. >Thanks for your help.
  22. >
  23. >Ivars Finvers
  24. >University of Calgary
  25. >
  26. >finvers@enel.ucalgary.ca
  27. >
  28. >
  29. Thanks for the help everyone. The general consensus seems to be to use:
  30.  
  31.     $^\circ$C
  32.  
  33. or to save typing 
  34.  
  35.     \newcommand{\degc}{\mbox{$^\circ$C}}
  36.  
  37. My original attempt at using \symbol{"17"} was flawed since character "17
  38. is an "accent" symbol (a circle to be place above "A" etc) and not the
  39. degree symbol like I hoped. I assume that is why I had the spacing
  40. problem.
  41.  
  42. Ivars
  43.  
  44.  
  45.