Math & ScienceSymbol for "is distributed as"

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
skorpio11
Posts: 1
Joined: Mon Aug 03, 2009 10:59 pm

Symbol for "is distributed as"

Post by skorpio11 »

Does anyone know where I can find a symbol for a "is distributed as" something that looks like:
ida.png
ida.png (699 Bytes) Viewed 10340 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Symbol for "is distributed as"

Post by gmedina »

Hi,
skorpio11 wrote:Does anyone know where I can find a symbol for a "is distributed as" something that looks like:...
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:

Code: Select all

\documentclass{article}
\usepackage{amsmath}

\newcommand\das{\ensuremath{\underline{\underline{\mbox{d}}}}}

\begin{document}

$\das$

\das

\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply