summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/ltgtsim.sty
blob: 7294ea4fbaa9e8e310e517ccf548789aa861da1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Save file as: LTGTSIM.STY            Source: FILESERV@SHSU.BITNET  
% Posted by thompson@stars.gsfc.nasa.gov (BILL THOMPSON) to comp.text.tex
% on 29 Jul 91 15:41:26 GMT

%  The commands \ltsim and \gtsim combine the symbols < ~ and > ~ respectively.
%  The commands \ltsimscript and \gtsimscript do the same in subscripts.

\newcommand{\ltsim}{\protect\raisebox{-0.5ex}{$\:\stackrel{\textstyle <}
	{\sim}\:$}}
\newcommand{\gtsim}{\protect\raisebox{-0.5ex}{$\:\stackrel{\textstyle >}
	{\sim}\:$}}
\newcommand{\ltsimscript}{\protect\raisebox{-0.5ex}{$\stackrel{\scriptstyle <}
	{\sim}$}}
\newcommand{\gtsimscript}{\protect\raisebox{-0.5ex}{$\stackrel{\scriptstyle >}
	{\sim}$}}