You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
716 B
23 lines
716 B
% 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 |