Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing definitions in unicode-math-table.tex #371

Closed
wants to merge 168 commits into from
Closed

Conversation

bgvoisin
Copy link

The following three definitions are missing

\UnicodeMathSymbol{"0221A}{\surd }{\mathord}{radical}%
\UnicodeMathSymbol{"000A7}{\mathsection }{\mathord}{section sign}%
\UnicodeMathSymbol{"000B6}{\mathparagraph }{\mathord}{pilcrow sign}%

The first one is the radical character (a bit old-style, used individually not as part of the \sqrt construct), the next two are used in \fnsymbol for footnotes.

Also, it would be nice if there were a command \DeclareUnicodeMathSymbol available for the user to use in a .tex file, similar to fontspec's \DeclareUnicodeSymbol from tuenc.def.

Sorry if this is not the way a pull request is supposed to be, this is my first experience with GitHub.

khaledhosny and others added 30 commits April 26, 2012 05:32
Keep mathtool’s definition, save ours as `\Uoverbracket` and
`\Uunderbracket` and issue a warning, closes #215.
For the sake of unimath-symbols.ltx file, we already define them
manually in the package.
Set bold math version, if the math font has a bold variant it will be
used, else LaTeX will fallback to normal font, but now gives LaTeX font
warnings since almost all fonts lack a bold variant, not sure how to
suppress it.

fixes #229 and fixes 230
Most fonts are missing it, but that is life.
Doesn’t have many of font specific issues in #155.
Remove one using neo euler; I don't think it's
very helpful to have multiple tests that vary only
by font -- I might trim down some more later.

Also still need to get around to renaming the tests
so they're logically named, but that can happen slowly.
josephwright and others added 22 commits September 14, 2015 13:38
This is hard to spot as it's a csname!
One stray \luatexUmath... removed
Add over left and right harpoon for consistency
Add U+1EEF0 and U+1EEF1 math operator
still hopefully the sans glyphs will be added to unicode, but in the mean time this raises an error! something to be addressed but best left unsaid for now.

closes #355
Update to use \sys_if_engine... tests
no more `vargreek-shape` package option!
@wspr
Copy link
Collaborator

wspr commented Jan 28, 2017

Hi Bruno — very sorry for the slow reply to this! The end of last year was a bit mad for us… No need to apologise about the pull request … I haven't been very good at keeping track of branches and so on. For the time being all of the development has been happening in the master branch. I've recently added \mathsection and \mathparagraph; I'll add \surd shortly.

@wspr wspr closed this in 1cbac7b Jan 28, 2017
@bgvoisin
Copy link
Author

bgvoisin commented Feb 11, 2017 via email

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

Successfully merging this pull request may close these issues.

None yet