Annuity or Angle Operation Symbol in LaTeX - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T02:47:32Zhttp://stackoverflow.com/feeds/question/89490http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/89490/annuity-or-angle-operation-symbol-in-latex1Annuity or Angle Operation Symbol in LaTeXJoseph Holsten2008-09-18T02:30:01Z2008-10-08T12:03:29Z
<p>How do I set the symbol for the <em>angle</em> or <em>annuity</em> operation in LaTeX? Specifically, this is the actuarial <em>a</em> angle <em>s</em> = (1-v<sup>s</sup>)/i.</p>
http://stackoverflow.com/questions/89490/annuity-or-angle-operation-symbol-in-latex/89536#895360Answer by Dima for Annuity or Angle Operation Symbol in LaTeXDima2008-09-18T02:40:01Z2008-09-18T02:40:01Z<p>\annu<br>
A good list of latex symbols can be found here <a href="http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf" rel="nofollow">http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf</a> </p>
http://stackoverflow.com/questions/89490/annuity-or-angle-operation-symbol-in-latex/89537#895372Answer by Thomas for Annuity or Angle Operation Symbol in LaTeXThomas2008-09-18T02:40:11Z2008-09-18T02:40:11Z<p>For a <em>very</em> comprehensive list of LaTeX symbols, see <a href="http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf" rel="nofollow">The Comprehensive LaTeX Symbol List</a>. Worth printing out and keeping under your pillow. Page 95 has some code that may do what you want.</p>
http://stackoverflow.com/questions/89490/annuity-or-angle-operation-symbol-in-latex/89851#898513Answer by Joseph Holsten for Annuity or Angle Operation Symbol in LaTeXJoseph Holsten2008-09-18T03:52:54Z2008-09-18T03:52:54Z<p>I've looked at <a href="http://maths.dur.ac.uk/stats/courses/AMII/am.html" rel="nofollow">Life's Contingency's Package</a>, various Actuarial Outpost <a href="http://www.actuarialoutpost.com/actuarial_discussion_forum/showthread.php?t=113896" rel="nofollow">forum</a> <a href="http://www.actuarialoutpost.com/actuarial_discussion_forum/showthread.php?p=2200212" rel="nofollow">threads</a>, and the <a href="ftp://tug.ctan.org/pub/tex-archive/info/symbols/comprehensive/symbols-letter.pdf" rel="nofollow">Comprehensive Symbol List</a> for LaTeX, and combined the best into the following macros:</p>
<pre><code>\DeclareRobustCommand{\lcroof}[1]{
\hbox{\vtop{\vbox{%
\hrule\kern 1pt\hbox{%
$\scriptstyle #1$%
\kern 1pt}}\kern1pt}%
\vrule\kern1pt}}
\DeclareRobustCommand{\angle}[1]{
_{\lcroof{#1}}}
</code></pre>
<p>You can then use this macro for the problem's example by typing</p>
<pre><code> $a\angle{s}$
</code></pre>
<p>If you need a full set of actuarial symbols, you should use the <a href="http://maths.dur.ac.uk/stats/courses/AMII/am.html" rel="nofollow">Life's Contingency's Package</a> <code>lifecon</code>. Using <code>lifecon</code>, you can set the above by typing</p>
<pre><code> $a_{\lcroof{s}}$
</code></pre>
http://stackoverflow.com/questions/89490/annuity-or-angle-operation-symbol-in-latex/182381#1823810Answer by alaleh rangriz for Annuity or Angle Operation Symbol in LaTeXalaleh rangriz2008-10-08T12:03:29Z2008-10-08T12:03:29Z<p>I have used 13 bibliography(book) in my latex document,while I want to use the 14th(website) i face an error!
undefined sequence control!!!!!!!!!!
\hbox is overflow!!!!!!!!!!
what should i do?
help me please.</p>