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 wide accents #372

Closed
eg9 opened this issue Nov 17, 2016 · 0 comments
Closed

Missing wide accents #372

eg9 opened this issue Nov 17, 2016 · 0 comments

Comments

@eg9
Copy link
Contributor

eg9 commented Nov 17, 2016

In unicode-math-table.tex some definitions for available wide math accents are missing; the most notable absence is \wideoverbar.

Proof of concept:

\documentclass{article}
\usepackage{unicode-math}

\def\removefixed#1fixed #2\removefixed#3{%
  \protected\def#3{#1 #2}%
}

\AtBeginDocument{%
  \expandafter\removefixed\overbar\removefixed\wideoverbar
  \expandafter\removefixed\breve\removefixed\widebreve
  \expandafter\removefixed\check\removefixed\widecheck
}

\begin{document}

\verb|\overbar|: $\overbar{u}$ and $\wideoverbar{U}+\wideoverbar{UUU}$

\verb|\breve|: $\breve{u}$ and $\widebreve{U}+\widebreve{UUU}$

\verb|\check|: $\check{u}$ and $\widecheck{U}+\widecheck{UUU}$

\end{document}

screen shot 2016-11-17 at 12 58 28

@wspr wspr closed this as completed in 67e6060 Jan 25, 2017
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

No branches or pull requests

1 participant