WGUNDERWOOD / tex-fmt

An extremely fast LaTeX formatter written in Rust
MIT License
155 stars 12 forks source link

Add support for the table code. #26

Open lartpang opened 3 days ago

lartpang commented 3 days ago

@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.

lartpang commented 3 days ago

@Kami-prog

I directly use the binary file of tex-fmt. What is the purpose of this C compiler of yours?

WGUNDERWOOD commented 3 days ago

I could be interested in adding support for aligning ampersands in tables. However some thought would have to be put in to the implementation.