Hi,

do we need both definitions in math-fen.mkiv?

\installmathfencepair \lparen \Lparen \rparen \Rparen
\installmathfencepair \lparent \Lparent \rparent \Rparent


AFAIK \left\lparen should be the same as \left( but this doesn’t work because there is no defintion for \Lparen in math-fen.mkiv and char-def.lua contains only a entry for "lparent".


Here is a short example with the output of \lparen (and \rparen):

\starttext

\startformula
\left\lparen x \right\rparen
% \left\langle x \right\rangle
\left\lparent x \right\rparent
\stopformula

\type{\lparen }: \meaning\lparen \par
\type{\rparen }: \meaning\rparen \par
\type{\lparent}: \meaning\lparent \par
\type{\rparent}: \meaning\rparent

\stoptext


Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to