Math & Science ⇒ Symbol for "is distributed as"
Symbol for "is distributed as"
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
Symbol for "is distributed as"
how should your symbol look like compared to regurar text? should it be boldfaced, for example? Are you going to use it in text mode or in math mode? Anyway, the following simple code could give you some ideas:skorpio11 wrote:Does anyone know where I can find a symbol for a "is distributed as" something that looks like:...
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\newcommand\das{\ensuremath{\underline{\underline{\mbox{d}}}}}
\begin{document}
$\das$
\das
\end{document}