summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bezos/dotlessi.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-14 23:35:38 +0000
committerKarl Berry <karl@freefriends.org>2010-10-14 23:35:38 +0000
commit54a4f2a4b7d8a00d772ebee3b2e4f404bf33eb9b (patch)
tree8bc1ee84fa7bc61971a3ee9ff2140b3754325c09 /Master/texmf-dist/tex/latex/bezos/dotlessi.sty
parent7c0254fc2d33331f7d8762cb7738c4b9f94f0964 (diff)
rm bezos, replaced by babeltools
git-svn-id: svn://tug.org/texlive/trunk@20102 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bezos/dotlessi.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bezos/dotlessi.sty59
1 files changed, 0 insertions, 59 deletions
diff --git a/Master/texmf-dist/tex/latex/bezos/dotlessi.sty b/Master/texmf-dist/tex/latex/bezos/dotlessi.sty
deleted file mode 100644
index a2b646f9186..00000000000
--- a/Master/texmf-dist/tex/latex/bezos/dotlessi.sty
+++ /dev/null
@@ -1,59 +0,0 @@
-% +--------------------------------------------------+
-% | Documentation in clear text follows |
-% +--------------------------------------------------+
-%
-% (c) 1999 Javier Bezos. All Rights Reserved.
-%
-% This file can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt; either
-% version 1 of the License, or any later version.
-%
-%
-% Usage
-% ~~~~~
-% 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}}$
-%
-% Code
-% ~~~~
-
-\def\fileversion{1.0}
-\def\filedate{1999/10/12}
-
-\ProvidesPackage{dotlessi}[1999/10/12 v1.0 Dotless i/j for Math]
-
-\expandafter\def\expandafter\@uclclist\expandafter
- {\@uclclist\dotlessi\i\dotlessj\j}
-
-\def\dotl@make#1#2{%
- \ifmmode
- {\ifnum\mathgroup=\m@ne
- #2%
- \else
- \count@\escapechar \escapechar=\m@ne
- \expandafter\expandafter\expandafter
- \split@name\expandafter\string\the\textfont\mathgroup\@nil
- \escapechar=\count@
- \@ifundefined{\f@encoding\string#1}%
- {\edef\f@encoding{\string?}}{}%
- \expandafter\count@\the\csname\f@encoding\string#1\endcsname
- \advance\count@"7000
- \mathchar\count@
- \fi}%
- \else
- #1%
- \fi}
-
-\DeclareRobustCommand\dotlessi{\dotl@make\i\imath}
-\DeclareRobustCommand\dotlessj{\dotl@make\j\jmath}
-
-\endinput