-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the table code. #26
Comments
I directly use the binary file of |
I could be interested in adding support for aligning ampersands in tables. However some thought would have to be put in to the implementation. |
Just wanted to chime in and mention that this probably the biggest thing I'm missing right now with this formatter. Latexindent is extremely convenient with how it aligns all the |
Some input regarding proper implementation: One "edge case" not handled well by latexindent (if used as reference behaviour) is double backslashes |
Here's a reference to the implementation in unified-latex if it helps: https://github.com/siefkenj/unified-latex/blob/main/packages/unified-latex-prettier/libs/printer/environment.ts#L148 |
@WGUNDERWOOD
I was using LaTeX workshop in VSCode to write documents, and the latexindent it uses by default works great, but it's too slow. I saw that the latest version of LaTeX workshop supports tex-fmt. after learning how fast it is, I immediately tried it. But unfortunately it doesn't seem to handle table code very well. However latexindent aligns all the
&
very well.The text was updated successfully, but these errors were encountered: