mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 07:30:30 +00:00
small capitals added
This commit is contained in:
parent
9685e85b8f
commit
35ec974d7c
1 changed files with 31 additions and 0 deletions
31
data.ts
31
data.ts
|
|
@ -4258,6 +4258,34 @@ export const replacements = [
|
|||
['\\{', '{'],
|
||||
['\\|', '‖'],
|
||||
['-', '−'],
|
||||
['\\sca', 'ᴀ'],
|
||||
['\\scb', 'ʙ'],
|
||||
['\\scc', 'ᴄ'],
|
||||
['\\scd', 'ᴅ'],
|
||||
['\\sce', 'ᴇ'],
|
||||
['\\scf', 'ꜰ'],
|
||||
['\\scg', 'ɢ'],
|
||||
['\\sch', 'ʜ'],
|
||||
['\\sci', 'ɪ'],
|
||||
['\\scj', 'ᴊ'],
|
||||
['\\sck', 'ᴋ'],
|
||||
['\\scl', 'ʟ'],
|
||||
['\\scm', 'ᴍ'],
|
||||
['\\scn', 'ɴ'],
|
||||
['\\sco', 'ᴏ'],
|
||||
['\\scp', 'ᴘ'],
|
||||
['\\scr', 'ʀ'],
|
||||
['\\scs', 'ꜱ'],
|
||||
['\\sct', 'ᴛ'],
|
||||
['\\scu', 'ᴜ'],
|
||||
['\\scv', 'ᴠ'],
|
||||
['\\scw', 'ᴡ'],
|
||||
['\\scy', 'ʏ'],
|
||||
['\\scz', 'ᴢ'],
|
||||
['\\hatA', 'Â'],
|
||||
['\\hatJ', 'Ĵ'],
|
||||
['\\hata', 'â'],
|
||||
['\\haty', 'ŷ'],
|
||||
];
|
||||
|
||||
export const combiningmarks = [
|
||||
|
|
@ -4387,4 +4415,7 @@ export const subsuperscripts = [
|
|||
['^e', 'ᵉ'],
|
||||
['^f', 'ᶠ'],
|
||||
['^g', 'ᵍ'],
|
||||
['^>', ' ͐'],
|
||||
['^,', ' ̓'],
|
||||
['^,,', ' ̕'],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue