Tagged Questions
6
votes
1answer
261 views
Copy-able Matrix/Grid
I have grid-formatted data:
1 2 3
4 5 6
7 7 9
I'd like to display this as above in a LaTeX document compiled with pdfLaTeX.
I've thought about using the TikZ Matrix library and the AMSMath Matrix ...