summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mathtools/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-25 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2020-03-25 03:01:53 +0000
commite32477e40d853a81951c9811f8554455dbff4014 (patch)
tree12744b350742c71cbb3c768354084a5c50369ce7 /macros/latex/contrib/mathtools/README.md
parente9af7499b89170ca5c737240b0cdb9563dcf6c5a (diff)
CTAN sync 202003250301
Diffstat (limited to 'macros/latex/contrib/mathtools/README.md')
-rw-r--r--macros/latex/contrib/mathtools/README.md56
1 files changed, 56 insertions, 0 deletions
diff --git a/macros/latex/contrib/mathtools/README.md b/macros/latex/contrib/mathtools/README.md
new file mode 100644
index 0000000000..1cad9aafcf
--- /dev/null
+++ b/macros/latex/contrib/mathtools/README.md
@@ -0,0 +1,56 @@
+The `mathtools` bundle
+======================
+
+`mathtools`
+-----------
+
+The `mathtools` package provides many useful tools for mathematical
+typesetting. It is based on `amsmath` and fixes various deficiencies
+of `amsmath` and standard LaTeX. It provides:
+
+- Extensible symbols, such as brackets, arrows, harpoons, etc.
+- Various symbols such as `\coloneqq` (:=).
+- Easy creation of new tag forms.
+- Showing only the referenced equations.
+- Extensible arrows, harpoons and hook arrows.
+- Starred versions of the `amsmath` matrix environments for
+ specifying the column alignment.
+- More building blocks: multlined, cases-like environments, new
+ gathered environments.
+- Math versions of `\makebox`, `\llap`, `\rlap`, etc.
+- Cramped math styles.
+- and more ...
+
+`mathtools` requires `mhsetup`.
+
+`empheq`
+--------
+
+The `empheq` package is a visual markup extension designed to
+function on top of `amsmath`. It features:
+
+- Boxing multi line math displays while leaving equation
+ numbers untouched at the margin. Any kind of box will do.
+- Making the `ntheorem` package place end-of-theorem markers
+ perfectly.
+- Placing arbitrary material on either side of math displays.
+ This includes delimiters that automatically scale to the
+ correct size.
+
+`empheq` requires `mathtools`.
+
+`mhsetup`
+---------
+
+The `mhsetup` package defines various programming tools needed by
+both `empheq` and `mathtools`. In the future, most of these tools will
+probably be an integral part of LaTeX3.
+
+-----
+
+Copyright (C) 2002-2011 Morten Hoegholm
+Copyright (C) 2012-2019 Lars Madsen
+Copyright (C) 2020 Lars Madsen, The LaTeX3 Project
+<https://latex-project.org/>
+All rights reserved.
+