Skip to content

Commit

Permalink
Update latex symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Oct 20, 2015
1 parent 18647b0 commit f326c25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions base/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2544,4 +2544,18 @@ const latex_symbols = Dict(
"\\mtteight" => "𝟾", # mathematical monospace digit 8
"\\mttnine" => "𝟿", # mathematical monospace digit 9

"\\triangleright" => "", # (large) right triangle, open; z notation range restriction
"\\triangleleft" => "", # (large) left triangle, open; z notation domain restriction
"\\leftouterjoin" => "", # left outer join
"\\rightouterjoin" => "", # right outer join
"\\fullouterjoin" => "", # full outer join
"\\Join" => "", # join
"\\mathunderbar" => "̲", # combining low line
"\\underleftrightarrow" => "͍", # underleftrightarrow accent
"\\leftwavearrow" => "", # left arrow-wavy
"\\rightwavearrow" => "", # right arrow-wavy
"\\varbarwedge" => "", # /barwedge b: logical and, bar above [projective (bar over small wedge)]
"\\smallblacktriangleright" => "", # right triangle, filled
"\\smallblacktriangleleft" => "", # left triangle, filled
"\\leftmoon" => "", # last quarter moon
)

0 comments on commit f326c25

Please sign in to comment.