On 16/05/19 7:46 AM, Eric Scmidt wrote:
Thank for your efforts to help me. This time I used the exact code snippet you wrote, but the results for inline math is still not what I would like to have since I do see a clear difference in the limits placement. Please see this image where I have tried to make more clear what I really want to achieve and what the code gives me: https://i.imgur.com/AEfHxBh.png It might be a font issue, since examining the context and pdflatex output files, I see differences in fonts, alghough the actual glyphs look pretty much the same. I don't really know.
Yes, it is a different font. If you want to use the same font in LaTeX as in ConTeXt, you have to load the unicode-math package and use LuaLaTeX. \documentclass{article} \usepackage{unicode-math} \begin{document} $\sum_{k=1}^{n} a_k$ \[ \sum\nolimits_{k=1}^{n} a_k \] \end{document} Cheers, Henri
-Eric
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________