From 9945d24bb0277e23acc70d190638351119e65f4e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Feb 2017 22:31:41 +0000 Subject: actuarialangle (2feb17) git-svn-id: svn://tug.org/texlive/trunk@43122 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/actuarialangle/README | 39 -------------- .../texmf-dist/doc/latex/actuarialangle/README.md | 59 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 39 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/actuarialangle/README create mode 100644 Master/texmf-dist/doc/latex/actuarialangle/README.md (limited to 'Master/texmf-dist/doc/latex/actuarialangle') diff --git a/Master/texmf-dist/doc/latex/actuarialangle/README b/Master/texmf-dist/doc/latex/actuarialangle/README deleted file mode 100644 index 8a563221524..00000000000 --- a/Master/texmf-dist/doc/latex/actuarialangle/README +++ /dev/null @@ -1,39 +0,0 @@ -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 -) 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} diff --git a/Master/texmf-dist/doc/latex/actuarialangle/README.md b/Master/texmf-dist/doc/latex/actuarialangle/README.md new file mode 100644 index 00000000000..22b8edfb6fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/actuarialangle/README.md @@ -0,0 +1,59 @@ +# actuarialangle + +This package defines a single command `\actuarialangle` to typeset +nice looking "angles" in actuarial and financial notation, such as in +symbols for the present value of an annuity. + +## Licence + +Public Domain + +## Author + +The code in this package was given to me (Vincent Goulet +) 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. + +## Installation + +The package is part of TeX Live and MiKTeX. If it is not already +installed on your system, copy `actuarialangle.sty` where LaTeX can +find it. + +## Usage + +Load the package as usual with + + \usepackage{actuarialangle} + +Then, in math mode, use + + \actuarialangle{n} + +to typeset "angle n". For a complete present value symbol, use +something like + + a_{\actuarialangle{n}} + +You will most likely want to use the following shortcuts: + +- `\angl` for `\actuarialangle` +- `\angln` for `\angl{n}` +- `\anglr` for `\angl{r}` + + +## Version history + +### 2017-02-01 + +- Various improvements to the `README` file. +- `README` file converted to markdown format (and therefore renamed + `README.md`) after the project was moved to + [GitHub](https://github.com/vigou3/actuarialangle). + +### 2012-10-16 + +- First version on CRAN. -- cgit v1.2.3