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

Libertinus Math: Adjust the sizes of vertical bars with respect to other delimiters #175

Closed
ghost opened this issue May 7, 2018 · 1 comment · Fixed by #204
Closed

Comments

@ghost
Copy link

ghost commented May 7, 2018

The vertical bar has different heights (or maybe a different baseline?) compared to {}, (), []. This may look odd as the following example shows:

\documentclass{article}

\usepackage{unicode-math}
\setmathfont{Libertinus Math}

\begin{document}
	\( \{ x \in \mathbb{R} : 1 < \lvert x \rvert \} \)
\end{document}

screenshot from 2018-05-07 10-54-20

\lVert and \rVert have the same issue.

Perhaps this is also related to #164 and #63.

@ghost
Copy link

ghost commented Jul 19, 2018

Interested in fixing this. Should we resize the vertical bar to match the height of brackets and parentheses ?

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

Successfully merging a pull request may close this issue.

1 participant