takluyver / tabipy

Display tables in IPython
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Investigate styling in LaTeX #4

Open takluyver opened 9 years ago

takluyver commented 9 years ago

The user can set text colour and background colour for cells, and this shows up in the HTML. Is it possible for it to apply to LaTeX as well?

From discussion on #1, it may require third party packages, which is less than optimal.

ianalis commented 9 years ago

Apparently, the default latex template of nbconvert already imports the required third-party package so text colour support can be implemented.