diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-26 20:52:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-26 20:52:13 +0000 |
commit | 5c44cd068570527fdb7313ecd334f13a957a8f3a (patch) | |
tree | b9e406627a83425932d1db7e19061a76e72d4361 /Master/texmf-dist/doc/latex/dotlessi | |
parent | 254a48177d1aa20024bd8f025928ceb86b6527a2 (diff) |
dotlessi (26jun19)
git-svn-id: svn://tug.org/texlive/trunk@51476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dotlessi')
-rw-r--r-- | Master/texmf-dist/doc/latex/dotlessi/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dotlessi/README.md b/Master/texmf-dist/doc/latex/dotlessi/README.md new file mode 100644 index 00000000000..deabac86f96 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dotlessi/README.md @@ -0,0 +1,21 @@ + +This package defines two commands: \dotlessi and \dotlessj, which give +you access to dotless i's and j's in math mode. They are intended for +symbols in non English languages. + +If the default math font is used, they are equivalent to \imath and +\jmath; if a different font is used (like \mathrm, \mathbf, \mathsf) +these commands look in the corresponding font tables to find their +codes. In text mode, they expand to \i and \j. For example: + +$f_{\mathrm{m\acute{\dotlessj}n}}$ + +License: MIT +________ +Javier Bezos --- http://www.texnia.com + + + + + + |