
I've read all amssym documentation and latex math basics but I can't find it!
I state this is my very first time in LaTeX, maybe I'm still missing some important knowledges...
Thank you!
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\newcommand*{\defeq}{\stackrel{\text{def}}{=}}
\begin{document}
$A\defeq B$
\end{document}
Code: Select all
\usepackage{relsize}
\newcommand*{\defeq}{\stackrel{\mathsmaller{\mathsf{def}}}{=}}
Code: Select all
Decidere se $ \mathbf{Z} $ rispetto all'operazione $$ a \circ b \defeq a + b + ab $$ è un gruppo.
Code: Select all
(/usr/local/texlive/2011/texmf-dist/tex/generic/babel/babel.def)))
(./matematica_discreta.aux)
! Undefined control sequence.
<argument> \text
{def}
l.18 ...ispetto all'operazione $ a \circ b \defeq
a + b + ab $ è un gruppo.
NEW: TikZ book now 40% off at Amazon.com for a short time.