Eliminate tabs from TeX input files.
[mdwtools] / mdwmath.dtx
index 409f1a5..92788ff 100644 (file)
 % Having just tried to do some simple things, I've found that there are maths
 % symbols missing.  Here they are, in all their glory:
 % \begin{center} \unverb\| \begin{tabular}{cl|cl|cl}
-% $\&$ & "\&"          & $\bitor$ & "\bitor"   & $\dbland$ & "\dbland" \\
-% $\bitand$ & "\bitand"        & $\dblor$ & "\dblor"   &
+% $\&$ & "\&"           & $\bitor$ & "\bitor"   & $\dbland$ & "\dbland" \\
+% $\bitand$ & "\bitand" & $\dblor$ & "\dblor"   &
 % \end{tabular} \end{center}
 %
 % \DescribeMacro\xor
 % \DescribeMacro\negl
 % A few esoteric new operator names are supplied.
 % \begin{center} \unverb\| \begin{tabular}{cl|cl|cl}
-% $\keys$ & "\keys"    & $\dom$ & "\dom"       & $\ran$ & "\ran" \\
-% $\supp$ & "\supp"    & $\lcm$ & "\lcm"       & $\ord$ & "\ord" \\
-% $\poly$ & "\poly"    & $\negl$ & "\negl"
+% $\keys$ & "\keys"     & $\dom$ & "\dom"       & $\ran$ & "\ran" \\
+% $\supp$ & "\supp"     & $\lcm$ & "\lcm"       & $\ord$ & "\ord" \\
+% $\poly$ & "\poly"     & $\negl$ & "\negl"
 % \end{tabular} \end{center}
 % I think |\lcm| ought to be self-explanatory.  The |\dom| and |\ran|
 % operators pick out the domain and range of a function, respectively; thus,
 %
 % \begin{demo}[w]{Lots of equations}
 %\begin{eqnarray}[rl:rl:l]
-% V_i &= v_i - q_i v_j,        & X_i &= x_i - q_i x_j, &
+% V_i &= v_i - q_i v_j, & X_i &= x_i - q_i x_j, &
 %       U_i = u_i, \qquad \mbox{for $i \ne j$}  \label{eq:A} \\
 % V_j &= v_j,           & X_j &= x_j            &
 %       U_j u_j + \sum_{i \ne j} q_i u_i.