-
-
Notifications
You must be signed in to change notification settings - Fork 654
Labels
Description
Steps To Reproduce
On MacOS 15.0 with SageMath built from source (version 10.5.beta2) and ticket #38339 applied and also on MacOS 10.15.7 installed with Conda (version 10.5.beta2) with dot2tex installed the following commands:
sage: B = crystals.Tableaux(['B',2],shape=[1])
sage: view(B)
produce a pdf where most of the picture is missing.
Expected Behavior
The expected behavior is that the full crystal 1 -1-> 2 -2-> 0 -2-> -2 -1-> -1 appears in the pdf.
Actual Behavior
Only -1-> -1 appears in the pdf.
sage.pdf
Additional Information
This behavior seems to be associated with tightpage=True. When tightpage=False is specified, the behavior does not occur.
Environment
- OS: MacOS 15.0 and also MacOS 10.15.7
- Sage Version: 10.5.beta2
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide