Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!mcvax!inria!crin!tombre From: tombre@crin.crin.fr (Karl Tombre) Newsgroups: comp.text Subject: Tilde in LaTeX (summary) Message-ID: <355@crin.crin.fr> Date: Mon, 12-Oct-87 09:13:47 EDT Article-I.D.: crin.355 Posted: Mon Oct 12 09:13:47 1987 Date-Received: Wed, 14-Oct-87 04:48:29 EDT Reply-To: tombre@crin.crin.fr (Karl Tombre) Organization: CRIN - INRIA Lorraine, Nancy, France Lines: 21 Thanks to all who replied to my request. The first answer is that there is no really easy way to do it. But the following solutions work : 1) Put a tilde on a white space : \~\ 2) Use the number of the character : \char'176 3) Use the mathematical tilde without argument $\tilde{}$ or even, to have roman font : $\rm \tilde{}$ 4) Use the \verb command \verb|~| NB : it gives a \tt tilde not a \rm tilde !!! 5) Sometimes, you may want to use $\sim$ but this gives a large tilde... Karl