diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/witharrows/README.md')
-rw-r--r-- | Master/texmf-dist/doc/generic/witharrows/README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/witharrows/README.md b/Master/texmf-dist/doc/generic/witharrows/README.md new file mode 100644 index 00000000000..fa5444c5e10 --- /dev/null +++ b/Master/texmf-dist/doc/generic/witharrows/README.md @@ -0,0 +1,32 @@ +# Readme for the package witharrows + +Author : F. Pantigny (`fpantigny@wanadoo.fr`). + +CTAN page : `https://ctan.org/pkg/witharrows` + +## License +The extension `witharrows` for TeX and LaTeX is distributed under the LPPL 1.3 license. + +## Presentation + +The LaTeX package `witharrows` provides environments `{WithArrows}` and `{DispWithArrows}` +similar to the environments `{aligned}` and `{align}` of `amsmath` but with the possibility to draw arrows on the right side of the alignment. These arrows are usually used to give explanations concerning the mathematical calculus presented. + +The extension `witharrows` can also be used with plain-TeX. + + + +## Installation + +The package `witharrows` is present in the distributions MiKTeX, TeXLive and MacTeX. + +For a manual installation: + +* put the files `witharrows.ins` dans `witharrows.dtx` in the same directory; +* run `latex witharrows.ins`. + +The files `witharrows.sty` and `witharrows.tex` will be generated. + +The file `witharrows.sty` is the only file necessary to use the extension `witharrows` with LaTeX (with `\usepakage{witharrows}`). + +The file `witharrows.tex` is the only file necessary to use the extension `witharrows` with plain-TeX (with `\input{witharrows.tex}`). |