Skip to content
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

Add _latex_ method for WordMorphism #13676

Closed
seblabbe opened this issue Oct 31, 2012 · 6 comments
Closed

Add _latex_ method for WordMorphism #13676

seblabbe opened this issue Oct 31, 2012 · 6 comments

Comments

@seblabbe
Copy link
Contributor

WordMorphism object do not have a latex method :

sage: s = WordMorphism('a->ab,b->b,c->ba')
sage: latex(s)
\verb|WordMorphism:|\phantom{x}\verb|a->ab,|\phantom{x}\verb|b->b,|\phantom{x}\verb|c->ba|

CC: @sagetrac-tjolivet

Component: combinatorics

Keywords: wordmorphism

Author: Sébastien Labbé

Reviewer: Timo Jolivet

Merged: sage-5.5.beta2

Issue created by migration from https://trac.sagemath.org/ticket/13676

@seblabbe seblabbe added this to the sage-5.5 milestone Oct 31, 2012
@seblabbe seblabbe self-assigned this Oct 31, 2012
@seblabbe

This comment has been minimized.

@seblabbe
Copy link
Contributor Author

seblabbe commented Nov 1, 2012

Attachment: trac_13676-sl.patch.gz

@seblabbe
Copy link
Contributor Author

seblabbe commented Nov 1, 2012

comment:4

I just reloaded the patch. I am now including the new _latex_ method not next to __repr__ or __str__ to avoid conflict with #13677.

@sagetrac-tjolivet
Copy link
Mannequin

sagetrac-tjolivet mannequin commented Nov 12, 2012

Author: Sébastien Labbé

@sagetrac-tjolivet
Copy link
Mannequin

sagetrac-tjolivet mannequin commented Nov 12, 2012

Reviewer: Timo Jolivet

@sagetrac-tjolivet sagetrac-tjolivet mannequin modified the milestones: sage-5.5, sage-5.4 Nov 12, 2012
@jdemeyer jdemeyer modified the milestones: sage-5.4, sage-5.5 Nov 12, 2012
@jdemeyer
Copy link

Merged: sage-5.5.beta2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants