Alan Braslau schrieb am 13.10.2022 um 00:43:
On 12/10/22 12/10/22, 14:25, Wolfgang Schuster via ntg-context wrote:
Denis Maier via ntg-context schrieb am 12.10.2022 um 21:17:
Instead of what?
By default the symbols are placed with a box because you aren't limited to normal quotation marks.
\setupexternalfigure [location=default]
\setupdelimitedtext [quotation] [ left={\externalfigure[cow][height=\strutht]}, right={\externalfigure[cow][height=\strutht]}]
I *like* cow delimiters (but shouldn't the right one be reflected?) ;-)
Better? \setupdelimitedtext [quotation] [ left={\offset[y=.5\strutdp]{\externalfigure[cow][height=\dimexpr\strutht+.5\strutdp\relax]}\nbsp}, right={\nbsp\mirror{\offset[y=.5\strutdp]{\externalfigure[cow][height=\dimexpr\strutht+.5\strutdp\relax]}}}] Wolfgang