diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:21 +0000 |
commit | 5ab48c515e7f18de489791d28188b43a389fe4c8 (patch) | |
tree | d11d232a328cd0436ccd36c402481be300e6d1e1 /Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty | |
parent | 350ddf44c5a7b4a3fd69591394cd828cd6518eb3 (diff) |
jknapltx
git-svn-id: svn://tug.org/texlive/trunk@1006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty b/Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty new file mode 100644 index 00000000000..3d82c314da8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/jknapltx/holtpolt.sty @@ -0,0 +1,23 @@ +% holtpolt.sty +% +% (c) Copyleft 1996-1999 J"org Knappen +% Licence: GNU public licence version 2 +% +% Maxwell's non-commutative division +% +% \holter{a}{b} yields |a \polter{c}{d} c| +% - - +% b| |d +% +\newcommand{\holter}[2]{\begin{array}{c}\multicolumn{1}{|c}{#1}\\\hline + \multicolumn{1}{c|}{#2}\end{array}} +\newcommand{\polter}[2]{\begin{array}{c}\multicolumn{1}{c|}{#1}\\\hline + \multicolumn{1}{|c}{#2}\end{array}} +\endinput + + +J"org Knappen, Barbarossaring 43, D-55118 Mainz, Allemagne. +Author of the Book: Schnell ans Ziel mit LaTeX2e, Oldenbourg-Verlag +M"unchen, 1997, ISBN 3-486-24199-0. + +% /holtpolt.sty
\ No newline at end of file |