Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very basic prototype of multicol with latex backend #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pdeffebach
Copy link
Contributor

@ronisbr

As you know, multicolumn support in PrettyTables.jl is a feature I've wanted for a while.

This PR is to add that support for the :latex backend. The reason to add multicolumn support to the latex backend, as opposed to html or plain text, is because of Latex's useful \multicol command. So we don't have to worry about whitespace at all.

To be honest, my plan for this PR is to get a working prototype together, add tests, and then pass it off to you to for final organization into the total pretty_table pipeline.

This is a minimal start for now. I will ping you when I have something you should actually review.

@ronisbr
Copy link
Owner

ronisbr commented Sep 30, 2021

Hi @pdeffebach !

Sorry for the delay. For some reason, I did not receive notification about this PR. Some tests failed, can you please check?

@pdeffebach
Copy link
Contributor Author

Sorry i was over ambitious with starting this. Been very busy with school, but will return attention to this soon hopefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants