-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Adding a tikz method to FinitePoset class #38848
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit 4518878; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo two small code formatting things. Once changed, you can set a positive review.
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
J'ai essayé (dans une ubuntu 24.04 standard) et ca marche pas:
|
after installing
|
The previous issues may be due to complicated nature of elements in the example I tried. With simpler elements, this gives the usual ugly picture, despite graphviz and dot2tex being installed in ubuntu itself. |
Thanks for fixing the
Long time ago, when docker was still working on gitlab, I needed to add the line |
The Maybe one solution is to double the doctest once with tag |
We add a
tikz
method to the classFinitePoset
returning aTikzPicture
instance fromsage.misc.latex_standalone
module.📝 Checklist
⌛ Dependencies
It uses the tikz method for graphs added in #38798 and the follow-up small fix made in #38847.