|
From: <moh...@st...> - 2003-10-03 09:52:41
|
On Fri, 03 Oct 2003 10:16:41 +0200, Francesco Del Citto <delcitto@tin=
.it>=20
wrote:
> Hi everyone!
>
> I have a problem with the character ^ and MikTex 2.3
> With the version 2.1 I used
> \^{}
> and it wrote correctly "^".
> Now, with the 2.3, it doesn't work. I've solved the problem using
> \verb"^"
> and obvously it works, but does anyone knows a better way to print =
that=20
> character?
>
The following works just fine with MiKTeX 2.3:
\documentclass{minimal}
\begin{document}
\^{}
\end{document}
More information.
--=20
Morten H=F8gholm
|