Hi, I am solving some economic models in Julia. I have vectors that describe various moments, for some data and then for a bunch of models. I would like to export them to LaTeX, and if possible to ASCCI like org-mode.
| moment | data | model1 | model2 | ... | |----------+------+--------+--------+-----| | UE / 1m | 0.37 | 0.37 | 0.37 | | | UE / 12m | 0.59 | 0.90 | 0.89 | | | ... | | | | | I found LaTeX.jl, I am wondering if anyone can suggest another solution, especially for the ASCII tables. Dumping in some format that Julia can export to, then converting with some external tool would not be a problem, especially since I could automate the whole thing from Julia. Best, Tamas