We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4942c14 commit 7b3aeb7Copy full SHA for 7b3aeb7
stdlib/REPL/src/latex_symbols.jl
@@ -237,6 +237,7 @@ const latex_symbols = Dict(
237
"\\ordfeminine" => "ª",
238
"\\neg" => "¬",
239
"\\circledR" => "®",
240
+ "\\highminus" => "¯", # APL "high minus", or non-combining macron above
241
"\\degree" => "°",
242
"\\pm" => "±",
243
"\\P" => "¶",
@@ -256,6 +257,7 @@ const latex_symbols = Dict(
256
257
"\\aa" => "å",
258
"\\ae" => "æ",
259
"\\eth" => "ð",
260
+ "\\dh" => "ð",
261
"\\div" => "÷",
262
"\\o" => "ø",
263
"\\th" => "þ",
@@ -2576,5 +2578,4 @@ const latex_symbols = Dict(
2576
2578
"\\leftmoon" => "☾", # last quarter moon
2577
2579
"\\smalltriangleright" => "▹", # right triangle, open
2580
"\\smalltriangleleft" => "◃", # left triangle, open
-
2581
)
0 commit comments