Search found 1 match

by BHorn
Wed Jan 08, 2014 9:28 am
Forum: General
Topic: Getting the Dollar Sign in the Output
Replies: 2
Views: 299547

Getting the Dollar Sign in the Output

The following ten characters have special meanings in (La)TeX:

& % $ # _ { } ~ ^ \

Outside \verb , the first seven of them can be typeset by prepending a backslash; for the other three, you can use the macros \textasciitilde, \textasciicircum and \textbackslash .

\documentclass{article}

\begin ...