diff options
author | Norbert Preining <norbert@preining.info> | 2020-03-20 03:01:17 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-03-20 03:01:17 +0000 |
commit | c720a4409b388fa706f3eb1ce275f76f7d49d996 (patch) | |
tree | d9e0864c856e4b7abba585785d57bbf02aa1f9ad /macros/latex/contrib/extarrows/README.md | |
parent | c8b8ea37fe9cd71b53223dff23f291b2f158fc0f (diff) |
CTAN sync 202003200301
Diffstat (limited to 'macros/latex/contrib/extarrows/README.md')
-rw-r--r-- | macros/latex/contrib/extarrows/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/latex/contrib/extarrows/README.md b/macros/latex/contrib/extarrows/README.md new file mode 100644 index 0000000000..e4aca88986 --- /dev/null +++ b/macros/latex/contrib/extarrows/README.md @@ -0,0 +1,34 @@ +## Description + +`extarrows` (extensible arrows) provides some extensible arrows in math mode. + +The list of new arrow commands: + +* `\xlongequal` +* `\xLongleftarrow` +* `\xLongrightarrow` +* `\xLongleftrightarrow` +* `\xLeftrightarrow` +* `\xlongleftrightarrow` +* `\xleftrightarrow` +* `\xlongleftarrow` +* `\xlongrightarrow` + +## Examples + +* Source file: [extarrows-test.tex](extarrows-test.tex) +* Sample output: [extarrows-test.pdf](extarrows-test.pdf) + +## History + +* Version 1.2.0 (2020/03/12): Documentation updates. Use https://github.com/viettug/extarrows +* Version 1.0b (2008/05/15): Thanks to Herbert Voss <Herbert.Voss@FU-Berlin.DE> +* Version 1.0a (2004/11/05): Initial version + +## Author: + +Ky-Anh Huynh <xkyanh@gmail.com> + +## License + +LGPL |