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

fix symbols for \rightarrowtail and \leftarrowtail in math.satyh #210

Merged
merged 1 commit into from
Jan 25, 2020

Conversation

coord-e
Copy link
Contributor

@coord-e coord-e commented Dec 24, 2019

I found that \rightarrowtail and \leftarrowtail seem to be defined incorrectly in math.satyh.
This PR corrects them.

before:
Screenshot from 2019-12-24 08-10-59

after:
Screenshot from 2019-12-24 08-09-02

@require: standalone
@require: code
@require: math
@require: itemize

standalone '<
  +listing {
    * \code(`\rightarrowtail`);: ${\rightarrowtail}
    * \code(`\leftarrowtail`);: ${\leftarrowtail}
  }
>

@gfngfn
Copy link
Owner

gfngfn commented Jan 25, 2020

I didn’t notice that. Thank you for fixing!

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

Successfully merging this pull request may close these issues.

None yet

2 participants