Skip to content

Commit

Permalink
rationalize some latex abbrevs (e.g. \upMu -> \Mu)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 15, 2023
1 parent 0b190b3 commit 1a113d5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions stdlib/REPL/src/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -984,17 +984,16 @@ const latex_symbols = Dict(
"\\droang" => "̚", # left angle above (non-spacing)
"\\wideutilde" => "̰", # under tilde accent (multiple characters and non-spacing)
"\\not" => "̸", # combining long solidus overlay
"\\upMu" => "Μ", # capital mu, greek
"\\upNu" => "Ν", # capital nu, greek
"\\upOmicron" => "Ο", # capital omicron, greek
"\\upepsilon" => "ε", # rounded small epsilon, greek
"\\upomicron" => "ο", # small omicron, greek
"\\upvarbeta" => "ϐ", # rounded small beta, greek
"\\upoldKoppa" => "Ϙ", # greek letter archaic koppa
"\\upoldkoppa" => "ϙ", # greek small letter archaic koppa
"\\upstigma" => "ϛ", # greek small letter stigma
"\\upkoppa" => "ϟ", # greek small letter koppa
"\\upsampi" => "ϡ", # greek small letter sampi
"\\Mu" => "Μ", # capital mu, greek
"\\Nu" => "Ν", # capital nu, greek
"\\Omicron" => "Ο", # capital omicron, greek
"\\omicron" => "ο", # small omicron, greek
"\\varbeta" => "ϐ", # rounded small beta, greek
"\\oldKoppa" => "Ϙ", # greek letter archaic koppa
"\\oldkoppa" => "ϙ", # greek small letter archaic koppa
"\\stigma" => "ϛ", # greek small letter stigma
"\\koppa" => "ϟ", # greek small letter koppa
"\\sampi" => "ϡ", # greek small letter sampi
"\\tieconcat" => "", # character tie, z notation sequence concatenation
"\\leftharpoonaccent" => "", # combining left harpoon above
"\\rightharpoonaccent" => "", # combining right harpoon above
Expand Down

0 comments on commit 1a113d5

Please sign in to comment.