Davide P. Cervone
Davide P. Cervone
I don't really know the use-cases for `@{...}`. Can you give me a curls of complete examples that illustrate what is needed? I have implemented (in the `linebreak` branch) everything...
OK, thanks, that helps. I'll look into adding `@{}` support based on this information. I think I see how it can be done.
Also, if you have anything that uses other column specifiers, like `p{...}`, `m{...}` or `b{...}`, could you try them out and see if they work as expected? Again, I've never...
OK, I've added `@{}` support to the `linebreaks` branch. Give it a try, and let me know how it works for you. It does seem to handle the examples that...
Hmm. I tested with that example myself, and it worked for me. Just tested again (on the `linebreaks` branch) and it works. Are you sure you have the latest copy,...
Ok, thanks for the update. Glad it was an easy fix.
Thanks, this appears to be a bug with the brace-counting code that seems to be getting confused about the \vphantom at the ends of the lines that are incorrectly spaced....
I was right, there was a problem with the determination of the cell contents that was caused by the braces (though it wasn't a counting issue). I've pushed an update...
There are instructions for this on the [MathJax Users Forum](https://groups.google.com/forum/#!topic/mathjax-users/et1QOHJmeCI).
It turns out that the one of the dimensions used in the position was not having the scaling applied to it, resulting in the bad positioning.