Skip to content

Commit dc247a8

Browse files
committed
latex symbols: fix overbrace and underbrace code points, and update unicode tables in doc
1 parent a78464c commit dc247a8

File tree

2 files changed

+2452
-2451
lines changed

2 files changed

+2452
-2451
lines changed

base/latex_symbols.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ const latex_symbols = Dict(
929929
"\\llbracket" => "",
930930
"\\openbracketright" => "",
931931
"\\rrbracket" => "",
932-
"\\overbrace" => "",
933-
"\\underbrace" => "",
932+
"\\overbrace" => "",
933+
"\\underbrace" => "",
934934

935935
# 1607 symbols generated from unicode-math-table.tex:
936936
"\\Zbar" => "Ƶ", # impedance (latin capital letter z with stroke)

0 commit comments

Comments
 (0)