You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an option like the following:
to_tex(table, border=:double)
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 the head and foot methods accordingly.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: