summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'.