Hello,

compare placing "3" in the following examples:

----
\starttext
  $\sqrt[3]{5}$ % (1)
  \par
  $\sqrt[3~]{5}$ % (2)
\stoptext
----

In the first case, the "3" is placed naturally by ConTeXt and placed more in the centre of "V" part of the square sign.

In the second example, the "3" is shifted manually by adding "~" and the final placement seems to me a bit better.

What is your opinion - is the case (1) OK/intended and user should avoid any manual shifting?

Or manual shifting is OK? Or is there a way to affect this placement globally in ConTeXt, e.g. setting an internal variable?

Best regards,

Lukas
\starttext
  $\sqrt[3]{5}$
  \par
  $\sqrt[3~]{5}$
\stoptext

Attachment: Sqrt.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to