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 library, but, in the resulting document, highlighting the data (as printed by AMSMath) and copy-pasting it into a notepad shows the following:
1
4
7
2
5
7
1
3
6
9
I'd like a nice grid-formatted result when I hit paste - how can I compile my PDF to produce such a result?


