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

The integral symbol U+222B in the math font does not stretch properly. #541

Open
apoorvpotnis opened this issue Jul 16, 2023 · 3 comments
Open

Comments

@apoorvpotnis
Copy link

The integral symbol U+222B in the math font does not stretch properly like other math fonts, when creating a big integral symbol using the following trick described in the documentation of the New Computer Modern fonts.

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{LibertinusMath-Regular.otf}
\begin{document}
	\[
	        \Uleft \Udelimiter 0 0 "222B
	        \begin{pmatrix}
		        1\\2\\3\\4\\5\\6\\7\\8\\9\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\20
	        \end{pmatrix}
	        \Uright.
	\]
\end{document}

Screenshot_20230716_210511
The following is what we get in the Concrete-Math.otf font.
Screenshot_20230716_210938

@apoorvpotnis
Copy link
Author

apoorvpotnis commented Jul 16, 2023 via email

@apoorvpotnis
Copy link
Author

\documentclass{article}
\usepackage[concrete]{fontsetup}
% \setmathfont{LibertinusMath-Regular.otf}
\begin{document}
	\[
	\Uleft \Udelimiter 0 0 "222B
	\begin{pmatrix}
		1\\2\\3\\4\\5\\6\\7\\8\\9\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\\20
	\end{pmatrix}
	\Uright.
	\]
\end{document}

This is my code for the concrete example.

@apoorvpotnis
Copy link
Author

apoorvpotnis commented Dec 6, 2023 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

No branches or pull requests

1 participant