-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ability to add documentclass options #13
Comments
Yes, but I don't want to make the interface more complicated than necessary. font size: You can set the font size for the pic.tikzset(font=fontsize(11)) dvipsnames: Did you try pic.usepackage('xcolor', 'dvipsnames') ? Not sure whether it works, could lead to an error because So this might need a fix. Easiest probably by inserting user-generated preamble entries directly after |
I don't think this makes the interface more complicated. In any case, Adding user-generated preamble entries directly after |
True. So maybe add a named parameter to Would you be interested to prepare a pull request? |
Currently there is no way of adding documentclass properties. For example, to change the default font size.
Or
Should not be too difficult to add a method
Picture.add_documentclass_options
to do this.The text was updated successfully, but these errors were encountered: