I defined a table in LaTeX : \begin{tabular}....\end{tabular}.
Now i want to export that table to an image (PNG or something}.
It is possible? How can i do that?
|
|
The easiest way to do that would be to enclose your tabular in a document, with the standalone class.
Then compile it with dvipng or use ImageMagick to convert the div into a png. The credits go to Martin Scharrer. |
|||||||||||||
|