File: exer10-2.tex

package info (click to toggle)
texlive-doc 2012.20120611-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 250,664 kB
  • sloc: xml: 18,901; perl: 13,380; makefile: 931; lisp: 394; sh: 313; awk: 205; java: 159; sed: 4
file content (10 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
\documentclass{article}
\newcommand{\iint}{\int\!\!\!\int}
\newcommand{\iiint}{\int\!\!\!\int\!\!\!\int}
\newcommand{\idotsint}{\int\cdots\int}
\begin{document}\noindent
Multiple integral symbols in text formulas: $\iint$, $\iiint$, $\idotsint$

\noindent Multiple integral symbols in displayed formulas:
\[ \iint\quad\iiint\quad\idotsint \]
\end{document}