Has this library been made public? I would be interested in using it. Thanks!
On Monday, March 2, 2015 at 7:47:01 AM UTC-7, Tamas Papp wrote: > > Thanks for the link -- I was not aware of this, so I wrote my own > library which can print as org-mode, Markdown, and some other > formats. Will make it public soon, I am finalizing the interface now. > > Best, > > Tamas > > On Mon, Mar 02 2015, René Donner <[email protected] <javascript:>> wrote: > > > I have to tried it myself yet, but did you see > https://github.com/scheinerman/LatexPrint.jl? > > > > Am 28.02.2015 um 10:52 schrieb Tamas Papp <[email protected] > <javascript:>>: > > > >> 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 > >
