I am trying to generate the triple integral in the following equation (The preamble is large, due to other requirements)
\documentclass[11pt,headings=small,fleqn]{scrreprt} % highest level is chapter
%\documentclass[12pt,journal,compsoc]{report}
\usepackage[Glenn]{fncychap} %To add a rectangle at the beginning of each chapter
\usepackage[greek,english]{babel} % for English text only
%\usepackage[ngerman]{babel} % for German text only
%\usepackage{ngerman} % for German text only
\usepackage{mathtools} %To split equations
\usepackage{amsmath}
\usepackage{esint}
\usepackage{mathdesign}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{microtype} % improves font spacing, needs pdfTEX >= 1.20
\usepackage{hyperref} % hyperlinks
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{makeidx}
\begin{flalign}
\frac{\partial}{\partial t}\oiiint \rho dv + \oiint \rho \stackrel{\rightarrow}{V}\cdot \stackrel{\rightarrow}{ss}=0
\end{flalign}
But I keep getting the error undefined control sequence \oiiint
Can any one help please?
mathdesigndoes not define a\circledDcommand. If this is still an issue, boil your code down to a minimal working example (MWE), and update your question. – Torbjørn T. Jan 24 '14 at 09:40