phst / lualatex-math

LuaTeX-specific enhancements and fixes for LaTeX math typesetting
LaTeX Project Public License v1.3c
12 stars 3 forks source link

Lualatex-math and \smashoperator #11

Closed jpayansomet closed 9 years ago

jpayansomet commented 9 years ago

Hey:

the following code produces an error when it is compiled with lualatex

\documentclass{article}
\usepackage{ifluatex}

\ifluatex
    \usepackage{lualatex-math}
\fi

\usepackage[cmex10]{amsmath}
\usepackage{mathtools}

\begin{document}

\begin{equation*}
P_{e}\left({{s}_{1}}\right)=\smashoperator{\int_{{Z}_{1} \cup {R}_{2}}}
\end{equation*}

\end{document}

Thanks.

phst commented 9 years ago

Haven't looked into this yet, but it might be the same problem as https://github.com/wspr/unicode-math/issues/268.

jpayansomet commented 9 years ago

Yes, I think it is the same problem.

2014-08-11 10:01 GMT+02:00 Philipp Stephani notifications@github.com:

Haven't looked into this yet, but it might be the same problem as wspr/unicode-math#268 https://github.com/wspr/unicode-math/issues/268.

— Reply to this email directly or view it on GitHub https://github.com/phst/lualatex-math/issues/11#issuecomment-51751548.