\mathds{I}
, but I don't like it.Is there a lowercase "double-i" symbol in LaTeX ? What would you suggest ?
\mathds{I}
, but I don't like it.NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
%Compile with lualatex
\documentclass{standalone}
\usepackage{fontspec}
\usepackage{libertine}
\usepackage{unicode-math}
\begin{document}
\begin{tabular}{c}
\setmathfont{xits-math.otf}
$ ⅈ$ \\
\setmathfont{Asana-Math.otf}
$ ⅈ$
\end{tabular}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.