Skip to content

Commit 7b3aeb7

Browse files
committed
high minus and alternate dh name of eth
1 parent 4942c14 commit 7b3aeb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib/REPL/src/latex_symbols.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ const latex_symbols = Dict(
237237
"\\ordfeminine" => "ª",
238238
"\\neg" => "¬",
239239
"\\circledR" => "®",
240+
"\\highminus" => "¯", # APL "high minus", or non-combining macron above
240241
"\\degree" => "°",
241242
"\\pm" => "±",
242243
"\\P" => "",
@@ -256,6 +257,7 @@ const latex_symbols = Dict(
256257
"\\aa" => "å",
257258
"\\ae" => "æ",
258259
"\\eth" => "ð",
260+
"\\dh" => "ð",
259261
"\\div" => "÷",
260262
"\\o" => "ø",
261263
"\\th" => "þ",
@@ -2576,5 +2578,4 @@ const latex_symbols = Dict(
25762578
"\\leftmoon" => "", # last quarter moon
25772579
"\\smalltriangleright" => "", # right triangle, open
25782580
"\\smalltriangleleft" => "", # left triangle, open
2579-
25802581
)

0 commit comments

Comments
 (0)