blob: ddbfb033665026c67713afa5013a67ff42162eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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'.
|