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

Use standalone class instead of article for full LaTeX document #6

Open
erikhuizinga opened this issue Oct 5, 2016 · 1 comment
Open

Comments

@erikhuizinga
Copy link

erikhuizinga commented Oct 5, 2016

Instead of using the article document class on this line, you could use the following LaTeX code: \documentclass[crop=true]{standalone}.

The standalone document class with the crop option set to true will create nicely cropped documents that can be easily used elsewhere. I think the purpose of latexTable when making an entire LaTeX document is not to create an A4 document, because this possibly contains a lot of whitespace. Cropping the documents is a great solution to this problem.

See also: Usage of the standalone class

@eliduenisch
Copy link
Owner

Hi, sorry for the late comment on this and thank you for your feedback. It is a good point and I will think about it for another day or two and come up with a proposal.

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

No branches or pull requests

2 participants