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 10421 times

Recommended reading 2024:

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

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

User avatar
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