michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
736 stars 58 forks source link

Tabular format support? #113

Open RomeoDev777 opened 4 years ago

RomeoDev777 commented 4 years ago

Is it possible to put text in columns evenly? like \begin{tabular}{ l | c | r } 1 & 2 & 3 \ 4 & 5 & 6 \ 7 & 8 & 9 \ \end{tabular}

michael-brade commented 4 years ago

Yeah, it will be possible but not yet :-p It will be one of the most interesting and fun things to implement!

RomeoDev777 commented 4 years ago

Thanks!

monaxiko commented 3 years ago

Hi everyone,

Do you know when it will be available? Many thanks!

michael-brade commented 3 years ago

I don't know yet. I don't have much time at the moment. I hope to able to continue during the holidays a little.

mkhan45 commented 2 years ago

Hey, I don't want to cause you any stress, but I've added a truth table generator to CalcuLaTeX and once LaTeX.js supports tabular they'll be able to render on https://calcula.tech so I would greatly appreciate it if you could add support soon