home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / text / tex / 13251 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.8 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uwm.edu!biosci!ames!elroy.jpl.nasa.gov!news.claremont.edu!ucivax!news.service.uci.edu!unogate!mvb.saic.com!info-tex
  2. From: RATZKA@phyth1.ngate.uni-regensburg.de (Wolfgang Ratzka)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: LaTeX macro
  5. Message-ID: <MAILQUEUE-101.921117100336.256@rphnw2.ngate.uni-regensburg.de>
  6. Date: 18 Nov 92 02:05:50 GMT
  7. Organization: Info-Tex<==>Comp.Text.Tex Gateway
  8. Lines: 41
  9. X-Gateway-Source-Info: Mailing List
  10.  
  11. > Date:       Mon, 16 Nov 92 18:00:23 CST
  12. > From:       "Maurizio Ferconi" <PHYSFERC@MIZZOU1.missouri.edu>
  13. > Reply-to:   "Maurizio Ferconi" <PHYSFERC@MIZZOU1.missouri.edu>
  14. > To:         INFO-TeX@shsu.edu
  15. > Subject:    LaTeX macro
  16.  
  17. > I would like to know how to produce in LaTeX a symbol  which
  18. > combines the greater than sign together with the \sim tilted
  19.                                     not easily possible ^^^^^^
  20. > in order to represent  what roughly speaking is: greater
  21. > than or almost equal to..
  22. These are mine:
  23. %
  24. \newcommand{\lapprox}{%
  25. \mathrel{%
  26. \setbox0=\hbox{$<$}
  27. %\setbox1=\hbox{$\sim$}
  28. \raise0.6ex\copy0\kern-\wd0
  29. \lower0.65ex\hbox{$\sim$}
  30. }}
  31. %
  32. \newcommand{\gapprox}{%
  33. \mathrel{%
  34. \setbox0=\hbox{$>$}
  35. %\setbox1=\hbox{$\sim$}
  36. \raise0.6ex\copy0\kern-\wd0
  37. \lower0.65ex\hbox{$\sim$}
  38. }}
  39. %
  40. > Thanks in advance,
  41. >                    maurizio
  42. You're welcome
  43.  
  44.                                                        Wolfgang Ratzka
  45.       ___    ---------------------------------------------------------
  46. |    |   )   Institut f\"ur theoretische Physik \\
  47. | /\ |  \    Lst. Prof. Weise \\ Universit\"atsstra{\ss}e 31 \\
  48. |/  \|   \   W-8400 Regensburg \\ Germany \\ Phone: +49 941 943 2085
  49. ----------------------------------------------------------------------
  50. eMail:       ratzka@rphnw2.ngate.uni-regensburg.de
  51.              ratzka@rphs1.physik.uni-regensburg.de
  52.