currency symbol by Zak Zarychta - Wednesday, 24 January 2018, 11:52 AM Number of replies: 1 how might i render a pounds sterling sign in a math environment? \pounds and \textsterling appear not to work Thanks, Zak Permalink Reply In reply to Zak Zarychta Re: currency symbol by Davide Cervone - Wednesday, 24 January 2018, 4:56 PM This might work: $POUNDS = MODES(HTML_MathJax=>'\unicode{x20A4}', HTML=>'₤', TeX=>'\pounds'); BEGIN_TEXT \($POUNDS\) END_TEXT though I haven't tested it in all display modes. Permalink Show parent Reply
In reply to Zak Zarychta Re: currency symbol by Davide Cervone - Wednesday, 24 January 2018, 4:56 PM This might work: $POUNDS = MODES(HTML_MathJax=>'\unicode{x20A4}', HTML=>'₤', TeX=>'\pounds'); BEGIN_TEXT \($POUNDS\) END_TEXT though I haven't tested it in all display modes. Permalink Show parent Reply