Dear Tamas, I am using `writedlm` followed by conversion to `markdown` and `html` using `pandoc` for now. However, since there are no methods for specifying the float format in `writedlm`, I couldn't find a way to make the solution look pretty (expect using C `printf`).
Markdown tables from pandoc look pretty similar to the one you have shown. Devendra On Sat, Feb 28, 2015 at 10:52:01AM +0100, Tamas Papp wrote:
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
-- Devendra Ghate