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

\Bigg et al #411

Closed
hvoss49 opened this issue Oct 7, 2017 · 2 comments
Closed

\Bigg et al #411

hvoss49 opened this issue Oct 7, 2017 · 2 comments

Comments

@hvoss49
Copy link

hvoss49 commented Oct 7, 2017

Without unicode-math verything is fine (cmm is uded) but with loading unicode-math some symbols are missing and some are curious. Running up-to-date TL2017 with lualatex and Linux. It is the same for xelatex

\documentclass{article}
%\usepackage{unicode-math}
\begin{document}
	$\begin{array}{*{17}c}
	() & [\,] & <> & /|\backslash & \lmoustache\,\rmoustache & \arrowvert\vert & 
	\Vert\,\Arrowvert & 
	\uparrow\downarrow & \updownarrow & \Uparrow\Downarrow & \Updownarrow & \langle\rangle 
	& 
	\lbrace\rbrace & \lceil\,\rceil & \lfloor\,\rfloor & \lgroup\rgroup & \bracevert  
	\\[4pt]
	%
	\Bigg(\Bigg) & \Bigg[\,\Bigg] & \Bigg<\Bigg> & \Bigg/\Bigg|\Bigg\backslash & 
	\Bigg\lmoustache\,\Bigg\rmoustache & \Bigg\arrowvert\Bigg\vert & 
	\Bigg\Vert\,\Bigg\Arrowvert & 
	\Bigg\uparrow\Bigg\downarrow & \Bigg\updownarrow & \Bigg\Uparrow\Bigg\Downarrow & 
	\Bigg\Updownarrow & \Bigg\langle\Bigg\rangle & \Bigg\lbrace\Bigg\rbrace & 
	\Bigg\lceil\,\Bigg\rceil & \Bigg\lfloor\,\Bigg\rfloor & \Bigg\lgroup\Bigg\rgroup & 
	\Bigg\bracevert
	\end{array}$
\end{document}

Without unicode-math:

without-unicode-math

With unicode-math:

with-unicode-math

@wspr
Copy link
Collaborator

wspr commented Oct 9, 2017

See also: latex3/fontspec#308

@wspr
Copy link
Collaborator

wspr commented Jan 5, 2018

Cutting this down to the actual problem characters gives me:

\documentclass{article}
%\usepackage{unicode-math}
%\setmathfont{xits-math.otf}
\begin{document}
	$\begin{array}{*{17}c}
  \lmoustache&
  \rmoustache&
  \arrowvert &
  \Arrowvert &
  \bracevert  
	\\[4pt]
	%
	\Bigg\lmoustache&
	\Bigg\rmoustache&
  \Bigg\arrowvert &
	\Bigg\Arrowvert &
	\Bigg\bracevert
	\end{array}$
\end{document}

The moustaches are fixed by loading a different maths font.
The rest I'm not sure about. Perhaps I should un-define them with a sensible error message.

@wspr wspr closed this as completed in 360c31f Jan 8, 2018
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

2 participants