OK so I have something that looks like this:
[Just [["Value1"],["","",""]],Just [["Value2"],["","","","","","","","","","","","","","","","","","","","","","","","","","","Value3",""]],Just [["Value4","",""]],Just [["Value5"],["","",""]],Just [["Value6"],["","",""]],Just []]
and I need to write all of those values to a LaTeX file, ignoring the empty strings(possibly in pairs, one line per pair).
How would I go to do that?
Thanks
EDIT: My file should look like this:
Value1 Value2
Value3 Value4
Value5 Value6