X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/88ddb950817e0413117789eaaee3752e9630453d..eafdddad07cf0a91ba07cbd9309a0a46e3bd00ac:/mdwmath.dtx diff --git a/mdwmath.dtx b/mdwmath.dtx index 409f1a5..92788ff 100644 --- a/mdwmath.dtx +++ b/mdwmath.dtx @@ -119,8 +119,8 @@ % 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 @@ -219,9 +219,9 @@ % \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, @@ -360,7 +360,7 @@ % % \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.