JelteF / PyLaTeX

A Python library for creating LaTeX files
https://jeltef.github.io/PyLaTeX/
MIT License
2.24k stars 287 forks source link

Add option for replacing zeros in matrix with \cdot #360

Open orbita2d opened 1 year ago

orbita2d commented 1 year ago

I've added an option to Martrix, which replaces zeros in the matrix with \cdot. This is used sometimes in mathematics and physics to make matricies which contian many zeros clearer.

image

Here is someone else asking how to do in in LaTeX, jus to prove I'm not the only one who does this.