Possible Duplicate:
How does one insert a backslash or a tilde into LaTeX?
I wonder how I can typeset in LaTeX this text: @Data.test~
I mean, I want to have in the end "To display the data we use token @Data.test~." I searched symbols documentation, but only found \textasciitilde, which was not what I wanted. And no command for using @ in the text except \MVAt, but it is displayed in bold.
Thank you!
\makeatletter @\makeatother\relax Data.test\textasciitilde– percusse Jun 13 '12 at 09:18@directly: contrary to what people tend to think, it is not 'special' in document-level material. – Joseph Wright Jun 13 '12 at 09:20\makeatletterto print a @. Use simply the symbol itself.\makeatletteris only needed when you want @ in a command name. – Ulrike Fischer Jun 13 '12 at 09:22\usepackage{marvosym}and\MVAt. Found using http://detexify.kirelabs.org/classify.html – Vivi Jun 13 '12 at 09:39@Data.test\textasciitilde-$\sim$andMVAtlook very ugly in that context. – topskip Jun 13 '12 at 09:43