summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/actuarialangle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-02 22:31:41 +0000
committerKarl Berry <karl@freefriends.org>2017-02-02 22:31:41 +0000
commit9945d24bb0277e23acc70d190638351119e65f4e (patch)
tree3d7a23e7d57729df78e8713aba6009c007098943 /Master/texmf-dist/doc/latex/actuarialangle
parent4788d250a3aa83de6106556bbeebbe2781ed8fac (diff)
actuarialangle (2feb17)
git-svn-id: svn://tug.org/texlive/trunk@43122 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/actuarialangle')
-rw-r--r--Master/texmf-dist/doc/latex/actuarialangle/README39
-rw-r--r--Master/texmf-dist/doc/latex/actuarialangle/README.md59
2 files changed, 59 insertions, 39 deletions
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
-<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}
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
+<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.
+
+## 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.