home *** CD-ROM | disk | FTP | other *** search
- 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
- From: RATZKA@phyth1.ngate.uni-regensburg.de (Wolfgang Ratzka)
- Newsgroups: comp.text.tex
- Subject: Re: LaTeX macro
- Message-ID: <MAILQUEUE-101.921117100336.256@rphnw2.ngate.uni-regensburg.de>
- Date: 18 Nov 92 02:05:50 GMT
- Organization: Info-Tex<==>Comp.Text.Tex Gateway
- Lines: 41
- X-Gateway-Source-Info: Mailing List
-
- > Date: Mon, 16 Nov 92 18:00:23 CST
- > From: "Maurizio Ferconi" <PHYSFERC@MIZZOU1.missouri.edu>
- > Reply-to: "Maurizio Ferconi" <PHYSFERC@MIZZOU1.missouri.edu>
- > To: INFO-TeX@shsu.edu
- > Subject: LaTeX macro
-
- > I would like to know how to produce in LaTeX a symbol which
- > combines the greater than sign together with the \sim tilted
- not easily possible ^^^^^^
- > in order to represent what roughly speaking is: greater
- > than or almost equal to..
- These are mine:
- %
- \newcommand{\lapprox}{%
- \mathrel{%
- \setbox0=\hbox{$<$}
- %\setbox1=\hbox{$\sim$}
- \raise0.6ex\copy0\kern-\wd0
- \lower0.65ex\hbox{$\sim$}
- }}
- %
- \newcommand{\gapprox}{%
- \mathrel{%
- \setbox0=\hbox{$>$}
- %\setbox1=\hbox{$\sim$}
- \raise0.6ex\copy0\kern-\wd0
- \lower0.65ex\hbox{$\sim$}
- }}
- %
- > Thanks in advance,
- > maurizio
- You're welcome
-
- Wolfgang Ratzka
- ___ ---------------------------------------------------------
- | | ) Institut f\"ur theoretische Physik \\
- | /\ | \ Lst. Prof. Weise \\ Universit\"atsstra{\ss}e 31 \\
- |/ \| \ W-8400 Regensburg \\ Germany \\ Phone: +49 941 943 2085
- ----------------------------------------------------------------------
- eMail: ratzka@rphnw2.ngate.uni-regensburg.de
- ratzka@rphs1.physik.uni-regensburg.de
-