
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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis