Hacker News new | ask | show | jobs
by anta40 879 days ago
For example: writing complicated expression invovling calculus/matrix. That's not something I need everyday, though.
1 comments

I have documented at least 10 x 10 matrices with rst math directives and found it to be pretty convenient. I don't understand what the benefit of pure latex is in this context.
pandas.DataFrame().to_latex() [1] and tabulate [2] support latex table output.

[1] https://pandas.pydata.org/docs/reference/api/pandas.DataFram...

[2] https://github.com/astanin/python-tabulate/blob/master/tabul...