Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

add double acute non-combining accent, remove combining accents #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinbarabash
Copy link

@kevinbarabash kevinbarabash commented Dec 23, 2017

Adds double acute non-combining accent for \H and removes all combining accents except for \vec.

@@ -25,21 +25,15 @@ $map{cmr10} = {
0x10 => 0x131, # \imath (roman)
0x11 => 0x237, # \jmath (roman)
0x12 => 0x60, # \grave
0x12 => 0x2CB, # \grave
0x12 => [0x300,-500,0], # \grave (combining)
0x12 => 0x2CB, # \grave (modifier letter)
Copy link
Author

Choose a reason for hiding this comment

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

I'm not sure if we need these modifier letter versions either.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant