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

[latex] - cell color and resizebox, adjustbox in table #66

Open
nguyenvulong opened this issue Sep 2, 2023 · 0 comments
Open

[latex] - cell color and resizebox, adjustbox in table #66

nguyenvulong opened this issue Sep 2, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

nguyenvulong commented Sep 2, 2023

Use adjustbox instead of resizebox, see https://stackoverflow.com/questions/48272281/latex-how-to-fit-a-large-table-in-a-page. adjustbox will not screw up your row or cell color like resizebox.

Make sure to add this line in the preamble \usepackage{adjustbox}

For cell color, you can even specify the percentage like \cellcolor{gray!69}some_text to make it look lighter (69%)

image
@nguyenvulong nguyenvulong added the documentation Improvements or additions to documentation label Sep 2, 2023
@nguyenvulong nguyenvulong changed the title [Latex] - cell color and resizebox, adjustbox in table [latex] - cell color and resizebox, adjustbox in table Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant