Open jacobadenbaum opened 6 years ago
Is this an issue you would like some help on? I have written some code that may address the issue. I don't have too much experience writing julia code but I am trying to get better.
Sure! It's always welcome. This issue just hasn't been high up on my to do list -- grad school has taken over. Feel free to make a PR if you have code that does this.
If you have any questions, I'm happy to help
It would be nice to have an option like the following:
Where the top and bottom borders of the table (which are printed as
\toprule
and\bottomrule
by default) would be replaced with\hline \hline
.This shouldn't take much effort to do. Just need to add an extra option to
TableParams
with an appropriate default, and change thehead
andfoot
methods accordingly.