On 14 May, 2007, at 23:43, Manhica Danilo wrote:
> Hi Sir,
>
> How do I insert \oiint and \oiiint in Latex?
\documentclass{article}
\usepackage{fourier}%%% <-- this changes your text font to Utopia also.
\begin{document}
How do I insert $\oiint$ and $\oiiint$ in Latex?
\end{document}
The LaTeX Companion, 2nd. ed., p. 392.
Best,
Axel