blob: 8a56322152458ef5d34e2a9ff6dc477196fc3d73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
This package defines a single command \actuarialangle to typeset nice
looking "angles" in present value of an annuity symbols common in
actuarial and financial notation.
LICENCE
Public Domain
AUTHOR
The code in this package was given to me (Vincent Goulet
<vincent.goulet@act.ulaval.ca>) by a former colleague who would simply
copy it in the preamble of all his documents needing an "angle"
symbol. The actual author of the code is unknown.
My sole contribution was to make a package out of the code.
USAGE
Copy the package file "where LaTeX can find it", then
\usepackage{actuarialangle}
and (in math mode)
\actuarialangle{n}
to typeset "angle n". For a complete present value symbol, use
something like
a_{\actuarialangle{n}}
SHORTCUTS
You will most likely want to use the following shortcuts:
\angl for \actuarialangle
\angln for \angl{n}
\anglr for \angl{r}
|