-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Bug fixes in tableaux latex output #4362
Comments
Attachment: tableaux_output.patch.gz First of Dan's patches from #4355 |
Attachment: tableaux_output1.patch.gz Second of Dan's patches from #4355 |
comment:1
Dan, I have moved the patches from #4355 over here and will delete them on the other ticket. Having patches from another ticket applied via this ticket will only make things more complicated than they need to be. Cheers, Michael |
comment:3
I tested this out on all the examples, and it looks good to me. |
comment:4
Attachment: tableaux_output2.patch.gz Nicolas suggested that the tests should reflect the problem. As it turns out the existing tests all have square tableaux (in tensor_product.py, tableau.py and output.py) which is a rare case that is not broke for the original code. http://groups.google.com/group/sage-combinat-devel/msg/cd0de81b0e2f0ae5?hl=en Nicolas posted this before Mike reviewed the patch. In view of Nicolas' comment I'm uploading |
comment:5
Merged all three patches in Sage 3.2.rc0. Dan: Please make sure that you post patches and not diffs. I did apply and commit the patches above in your name, so no need to update anything here. Cheers, Michael |
The latex output of tableaux is a broke, which affects the latex output in CrystalOfTableaux. Patches that fix this were attached to #4355 but I should have created a new ticket for these since that ticket really proposes something different.
See #4355 for the patches.
See http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/3fff0cbc6b44b483?hl=en for discussion. But in a nutshell try
etc or
to see the defect.
CC: @sagetrac-sage-combinat
Component: combinatorics
Issue created by migration from https://trac.sagemath.org/ticket/4362
The text was updated successfully, but these errors were encountered: