Fonts & Character SetsIdentity Matrix Symbol (double ones)

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
haaj86
Posts: 21
Joined: Mon Apr 06, 2009 11:18 pm

Identity Matrix Symbol (double ones)

Post by haaj86 »

Hi, how to type the identity matrix symbol (the double ones). I don't mean the

Code: Select all

\mathbb{I}
symbol.

I can't also find it in the The Comprehensive LATEX Symbol List.

Please help!
Last edited by haaj86 on Sat Aug 21, 2010 5:29 pm, edited 1 time in total.

Recommended reading 2024:

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

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

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

Re: Identity Matrix Symbol (double ones)

Post by gmedina »

Hi,

which symbol do you want exactly? Can you please provide a link to the exact symbol you're trying to find?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
haaj86
Posts: 21
Joined: Mon Apr 06, 2009 11:18 pm

Identity Matrix Symbol (double ones)

Post by haaj86 »

To be honest I usually use the big "I" to represent the indentity and most books uses this one. But I remember seeing this one:
identity.png
identity.png (850 Bytes) Viewed 250136 times
I drew this with paint because I can't find a webpage that uses it.

Thank you!


Edit by localghost: No external links (see Board Rules)! Attachments go onto the forum server (where applicable).
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Identity Matrix Symbol (double ones)

Post by josephwright »

Detexify says

Code: Select all

\documentclass{article}
\usepackage{bbold}
\begin{document}
\(  \mathbb{1} \)
\end{document}
Joseph Wright
haaj86
Posts: 21
Joined: Mon Apr 06, 2009 11:18 pm

Re: Identity Matrix Symbol (double ones)

Post by haaj86 »

Thanks Joseph! This is precisely what I'm looking for.
Post Reply