Skip to content

Commit

Permalink
Merge pull request #9584 from JuliaLang/jb/latexfixes
Browse files Browse the repository at this point in the history
some latex symbol updates
  • Loading branch information
JeffBezanson committed Jan 4, 2015
2 parents 79c97ae + dc247a8 commit 96d97ca
Show file tree
Hide file tree
Showing 2 changed files with 2,457 additions and 2,453 deletions.
11 changes: 7 additions & 4 deletions base/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ const latex_symbols = Dict(
"\\exists" => "",
"\\nexists" => "",
"\\varnothing" => "",
"\\emptyset" => "",
"\\nabla" => "",
"\\in" => "",
"\\notin" => "",
Expand Down Expand Up @@ -924,10 +925,12 @@ const latex_symbols = Dict(
"\\Dashv" => "",
"\\interleave" => "",
"\\Elztdcol" => "",
"\\openbracketleft" => "",
"\\openbracketright" => "",
"\\overbrace" => "",
"\\underbrace" => "",
"\\openbracketleft" => "",
"\\llbracket" => "",
"\\openbracketright" => "",
"\\rrbracket" => "",
"\\overbrace" => "",
"\\underbrace" => "",

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

0 comments on commit 96d97ca

Please sign in to comment.