scheinerman / LatexPrint.jl

Print Julia objects in a form suitable for LaTeX mathematics mode.
MIT License
72 stars 11 forks source link

Pull request/9a932c4b #6

Closed baggepinnen closed 8 years ago

baggepinnen commented 8 years ago

Implemented basic support for DataFrames type, would require DataFrames to be added to the Require file I guess

scheinerman commented 8 years ago

I did a merge. Is there more I need to do? (I'm a total git novice.)

baggepinnen commented 8 years ago

It would be nice with a REQUIRE file that specifies that the package requires DataFrames. Its just a file named REQUIRE placed in the root directory of the repo. In the file, the only line needed is

DataFrames

This makes sure people who clone the project won't run into problems if they don't have the DataFrames package installed.

scheinerman commented 8 years ago

Done. Thanks for the tip.