blob: 3d82c314da88a16de5e9327ff240da25538fdf07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|