latex - How to redifine (via ENVIRON package) the "pmatrix" environment? -


i want redefine "pmatrix" environment provided amsmath package (and changed mathtools package) adding good-looking delims. code below:

\documentclass{article} \usepackage{amsmath,amstools,environ} \renewenviron{pmatrix}{\parens{\begin{matrix}\body\end{matrix}}} 

"parens" command provided mtpro2 package curved left/right parensis. not work. further, there's star-ed version pmathix* envrionment (with optional arg l/c/r), don't have idea either. code can give below:

\documentclass{article} \usepackage{amsmath,amstools,environ} \renewenviron{pmatrix*}[1][c]{\parens{\begin{matrix*}[c]\body\end{matrix*}}} 

i mail environ package's author robertson (wspr81[at]gmail[dot]com) no reply. maybe been seen here usually. logged in , posted.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -