Add environment to Align Columns #1579
fernandozucatelli
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Another workaround would be to put a cursor mirror at each & with alt+ctrl+click and use Edit / Line Operations / Align Cursors |
Beta Was this translation helpful? Give feedback.
1 reply
-
please open an issue/feature request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if it is possible to add an environment to the environments that may go under the "Align Columns" procedure.
This button is magical, i really enjoy how it aligns tabular, array, matrix (and variants), but, when I try to apply it to some new environment, regardless if I created it myself or from another package, that is some variation from previously cited environments, the operation just don't work.
A simple workaround I've been using is to replace the new environment's name for one that "Align Columns" work, applying it, and then replacing the environment's name back.
By the way, it would also be nice a global alignment option, something like I did here by creating my persona not-so-neat macro.
---------------------- Edit
Let's say I created my own array:
\newenvironment{myArray}{\begin{pmatrix}}{\end{pmatrix}}
And the I inserted some non-aligned numbers
This environment can't have the &s aligned through the command "Align Columns".
To have it so, I must replace its name from "myArray" to "array", then apply "Align Columns" and then rename it back to "myArray".
It would be nice to add my own environment "myArray" to the set of environments the command "Align Columns" can be applied to.
Beta Was this translation helpful? Give feedback.
All reactions