Karim Belabas on Tue, 05 Feb 2019 16:51:56 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: texi_sign()


* Karim Belabas [2019-02-05 15:26]:
[...]
>   % using LaTeX + amsmath: the package authors broke \pmatrix on purpose
>   % replace by equivalent amsmath construct
>   \def\pmatrix#1{\begin{pmatrix}#1\end{pmatrix}}
[...]

This one doesn't work. Here is a less naive override:

  \makeatletter
  \def\pmatrix#1{\left(\env@matrix#1\endmatrix\right)}

Thanks to Bill for pointing this out.

Cheers,

    K.B.
--
Karim Belabas, IMB (UMR 5251)  Tel: (+33) (0)5 40 00 26 17
Universite de Bordeaux         Fax: (+33) (0)5 40 00 21 23
351, cours de la Liberation    http://www.math.u-bordeaux.fr/~kbelabas/
F-33405 Talence (France)       http://pari.math.u-bordeaux.fr/  [PARI/GP]
`