Skip to content

Commit

Permalink
latex symbols: fix overbrace and underbrace code points, and update u…
Browse files Browse the repository at this point in the history
…nicode tables in doc
  • Loading branch information
JeffBezanson committed Jan 3, 2015
1 parent a78464c commit dc247a8
Show file tree
Hide file tree
Showing 2 changed files with 2,452 additions and 2,451 deletions.
4 changes: 2 additions & 2 deletions base/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ const latex_symbols = Dict(
"\\llbracket" => "",
"\\openbracketright" => "",
"\\rrbracket" => "",
"\\overbrace" => "",
"\\underbrace" => "",
"\\overbrace" => "",
"\\underbrace" => "",

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

2 comments on commit dc247a8

@stevengj
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too bad there doesn't seem to be a combining character for this.

@stevengj
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Though MacOS 10.9 charwidth reports 0 width for this codepoint. #3721 strikes again.)

Please sign in to comment.