MathJaxではLaTeXにおける\pounds
がデフォルトでは入力できないのでunicode入力を使ってマクロを定義してしまおう.
\pounds
コマンドを使いたいページのはじめに
$\def\pounds{{\\it\\unicode{xA3}}}$
を入力すればよい.
またはヘッダーにあるMathJaxのマクロの設定ブロックに
pounds: '{\\it\\unicode{xA3}}'
を追加すればページごとに定義する必要はなくなる.
入力例
入力
$\def\pounds{{\\it\\unicode{xA3}}}$ $\pounds$
出力
$\def\pounds{{\it\unicode{xA3}}}$ $\pounds$
参考にしたページ https://groups.google.com/forum/#!topic/mathjax-users/u8wmMd38i_I
マクロについてはこのページ MathJax TeX and LaTeX Support — MathJax 2.7 documentation