Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to render a ^ (carrot) in normal text?

28 views
Skip to first unread message

Grant Rettke

unread,
Mar 2, 2009, 1:28:32 AM3/2/09
to
Hi,

How do you render a ^ (carrot) in normal text?

\verb doesn't seem to work in any combination.

Best wishes,

Grant

Joseph Wright

unread,
Mar 2, 2009, 3:01:22 AM3/2/09
to

\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
A caret: \verb|^|
\end{document}
--
Joseph Wright

Heiko Oberdiek

unread,
Mar 2, 2009, 3:24:52 AM3/2/09
to
Joseph Wright <joseph...@morningstar2.co.uk> wrote:

> On Mar 2, 6:28 am, Grant Rettke <gret...@gmail.com> wrote:
> > Hi,
> >
> > How do you render a ^ (carrot) in normal text?
> >
> > \verb doesn't seem to work in any combination.
> >
> > Best wishes,
> >
> > Grant
>
> \documentclass{article}
> \usepackage[T1]{fontenc}
> \begin{document}
> A caret: \verb|^|

or \textasciicircum

> \end{document}

Yours sincerely
Heiko <ober...@uni-freiburg.de>

Grant Rettke

unread,
Mar 2, 2009, 3:37:31 PM3/2/09
to
Thanks Joseph and Heiko.
0 new messages