Skip to content

Commit

Permalink
Merge pull request #210 from coord-e/fix-swapped-arrow-symbols
Browse files Browse the repository at this point in the history
fix symbols for `\rightarrowtail` and `\leftarrowtail` in math.satyh
  • Loading branch information
gfngfn authored Jan 25, 2020
2 parents 1960b1d + bca0f71 commit 6acf17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib-satysfi/dist/packages/math.satyh
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ end = struct
let-math \mapsto = rel `↦`
let-math \hookleftarrow = rel `↩`
let-math \hookrightarrow = rel `↪`
let-math \rightarrowtail = rel ``
let-math \leftarrowtail = rel ``
let-math \rightarrowtail = rel ``
let-math \leftarrowtail = rel ``
let-math \twoheadleftarrow = rel `↞`
let-math \twoheadrightarrow = rel `↠`
let-math \twoheaduparrow = rel `↟`
Expand Down

0 comments on commit 6acf17d

Please sign in to comment.