summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/leftidx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:57:52 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:57:52 +0000
commiteac6e95aa80139d2111d546bba2fc0b2108d189a (patch)
tree0a16c7088a4c1ac20561a7ba67deeafa503f4c21 /Master/texmf-dist/tex/latex/leftidx
parentbfb5860bf0e40f46d39badb79838f5ecfcf58776 (diff)
leftidx
git-svn-id: svn://tug.org/texlive/trunk@1032 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/leftidx')
-rw-r--r--Master/texmf-dist/tex/latex/leftidx/leftidx.sty31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/leftidx/leftidx.sty b/Master/texmf-dist/tex/latex/leftidx/leftidx.sty
new file mode 100644
index 00000000000..ddbfb033665
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/leftidx/leftidx.sty
@@ -0,0 +1,31 @@
+%%
+%% This is file `leftidx.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% leftidx.dtx (with options: `package')
+%%
+%% leftidx package
+%%
+%% Copyright 2000, 2001, 2003 Harald Harders
+%%
+%% This program 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.
+%%
+%% h.harders@tu-bs.de
+%%
+\def\fileversion{1.03}
+\def\filedate{2003/09/24}
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesPackage{leftidx}[\filedate\space v\fileversion\space Left indices]
+\newcommand\leftidx[3]{%
+ {\vphantom{#2}}#1#2#3%
+}
+\newcommand{\ltrans}[1]{\leftidx{^\mathrm{t}}{\!#1}{}}
+
+\endinput
+%%
+%% End of file `leftidx.sty'.