Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Support superscript small q
  • Loading branch information
eschnett committed Sep 12, 2025
commit be15964a84f0d058e356ef88e1cabf81668cf863
1 change: 1 addition & 0 deletions stdlib/REPL/src/latex_symbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const latex_symbols = Dict(
"\\^n" => "ⁿ",
"\\^o" => "ᵒ",
"\\^p" => "ᵖ",
"\\^q" => "𐞥",
"\\^r" => "ʳ",
"\\^s" => "ˢ",
"\\^t" => "ᵗ",
Expand Down