I have used the following code for a while to typeset the acturial symbol for a term certain, which is the half-box symbol around the n in this image:
Link to Wikipedia example image: http://upload.wikimedia.org/wikipedia/commons/5/56/Actuarial_notation.svg
Link to page: http://en.wikipedia.org/wiki/Actuarial_notation
\def \termcertain #1% {% {\setbox 0 = \hbox {$\scriptstyle #1$}% \dimen 0 = \ht 0
\advance \dimen 0 by 1,0 pt \ht 0 = \dimen 0 \dimen 0 = \dp 0 \advance \dimen 0 by 1,50 pt
\dp 0 = \dimen 0 \vbox {\hrule \hbox {\box 0 \vrule }}% }% }
Usage:
a_\termcertain{n}
I got to this code by, frankly, taking something that half worked, combining it with something else that half worked, and poking it with a stick until it met my needs.
1. How do I fix this to work with MathJax?
2. How do I configure the Mathjax installation to make \termcertain available to users?
--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "MathJax Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mathjax-users/zIKCrJ77pFs/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to mathjax-user...@googlegroups.com.