-
-
Notifications
You must be signed in to change notification settings - Fork 570
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 pictures for Dynkin diagram and misc improvements to Cartan types #2023
Comments
comment:2
Mike, this has been sitting around for a while. What is the status here? Cheers, Michael |
comment:4
It's indeed a bit of an abuse to have Dynkin diagram derive from Digraphs (some edges are not oriented). But they are not Graphs either (some edges are). They don't really deserve a special class graph just for themselves, do they? So, I guess we can live with this abuse. That being said, plot should definitely be overriden to get appropriate pictures. Volunteers? See also #5502 for ascii art drawing. |
comment:5
I've uploaded a patch that gives custom latex printing for Dynkin diagrams for crystallographic types. |
Author: Travis Scrimshaw |
Dependencies: #14085 |
comment:6
New version which uses the global options framework for notation choices. |
comment:7
Cleaned up some docstrings. |
comment:8
Hi Travis, I pushed a reviewer patch on the queue which makes the logic more concise as we had discussed this morning. Please check my changes and fold them. Due to some changes I undid in my patch, you probably want to have a look at the folded patch, and strip away trivial space changes that could be left due to uncomplete undoes. I'll then have a final check on the updated patch. Cheers, |
comment:9
Hey Nicolas, Thank you for the review. I had to make some minor tweaks to affine types B,C, and D. However this patch will change depending on what happens in #14248. Thanks, Travis |
comment:10
Updated with a better note about the conventions used in sage. |
Reviewer: Nicolas M. Thiéry |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:13
I have just been through the patch, and wrote a little reviewer patch which I just pushed to the Sage-Combinat queue. It sounds good to go assuming all tests pass. Travis: if you are happy with the reviewer patch, please fold upload and set a positive review on my behalf. |
comment:15
|
comment:16
Sorry, we should have caught that. Worked around in the attached patch. See also #14553. The updated patch was checked by Travis. I am running the tests now. |
comment:18
All test passed on sage.math.u-psud.fr and documentation built smoothly: For the full logs, see: |
comment:20
Some doctests are ignored with the new doctest framework, and the framework complains about it with long tests. See discussion on: https://groups.google.com/forum/?fromgroups=#!topic/sage-devel/4m1ydGdiGf8 |
Work Issues: ignored doctests with the new doctest framework |
comment:21
The new patches contains two little changes we agreed with Travis / on sage-devel:
All long test passed. Back to positive review! |
Changed work issues from ignored doctests with the new doctest framework to none |
Attachment: trac_2023-dynkin_graphs-ts.patch.gz Minor doc tweak |
Merged: sage-5.10.beta3 |
Displaying nice latex pictures for all Dynkin diagrams of affine and classical types.
Also:
Improves the description of which conventions are used for Dynkin
diagrams and Cartan matrices (Bourbaki/Kac).
Misc improvements to Cartan types, including a global option
for displaying Cartan types using Kac's conventions and much
documentation cleanup.
Depends on #13605
Depends on #14085
Depends on #14248
CC: @sagetrac-sage-combinat
Component: combinatorics
Author: Travis Scrimshaw
Reviewer: Nicolas M. Thiéry
Merged: sage-5.10.beta3
Issue created by migration from https://trac.sagemath.org/ticket/2023
The text was updated successfully, but these errors were encountered: