diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-17 22:47:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-17 22:47:12 +0000 |
commit | 468e15f0c59bbedcccfaa606c1f72d3b6d3a8f9a (patch) | |
tree | 13e51d2fbe41c3a86c59bf8c0e34c36f50471d5e /Master/texmf-dist/doc | |
parent | 5c8abbc605957614e0807fd0423b0eebb8c5b96a (diff) |
new latex package actuarialangle
git-svn-id: svn://tug.org/texlive/trunk@28004 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/actuarialangle/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/actuarialangle/README b/Master/texmf-dist/doc/latex/actuarialangle/README new file mode 100644 index 00000000000..8a563221524 --- /dev/null +++ b/Master/texmf-dist/doc/latex/actuarialangle/README @@ -0,0 +1,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} |