summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/correctmathalign/README.md
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-04 07:25:36 +0000
committerNorbert Preining <preining@logic.at>2017-04-04 07:25:36 +0000
commitae97ee7df8f95817a090a4a58faa2776a286c3d7 (patch)
tree3aacaa5f4772171cf5fa54761db29d768145f86c /Master/texmf-dist/doc/latex/correctmathalign/README.md
parent5f75f308456b141211e9bbd313ac641ab977bb0f (diff)
correctmathalign (new 4Apr)
git-svn-id: svn://tug.org/texlive/trunk@43690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/correctmathalign/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/correctmathalign/README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/correctmathalign/README.md b/Master/texmf-dist/doc/latex/correctmathalign/README.md
new file mode 100644
index 00000000000..84391868f5e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/correctmathalign/README.md
@@ -0,0 +1,43 @@
+# Correction Spacings: eqnarray(*), aligned, alignedat, and gathered
+
+## Descriptions
+
+We will realignment some expression environments spacing.
+It is a correction in the horizontal spacing of the alignment.
+
+## Version
+
+1.1
+
+## Usage
+
+### Preamble
+
+```
+\usepackage{amsmath}% optional: if you use aligned, alignedat, or gathered environments
+\usepackage{correctmathalign}
+```
+
+#### Remark
+
+The problem with the amsmath package (2017/11/05 2.16a) was solved by the original. See the options \texttt{alignedleftspaceyes}, \texttt{alignedleftspaceno}, and \texttt{alignedleftspaceyesifneg}.
+We dealt with versions prior to amsmath.sty (dtx) 2016/03/10 v2.15b.
+
+
+### Options
+
+ * latexorg: original behavior of LaTeX/amsmath package
+ * fleqn: corresponds to class file and/or amsmath package's fleqn option
+
+## File with Original Definitions
+
+ * eqnarray: latex.ltx
+ * \start@aligned and gathered: amsmath.sty (before 2016/03/10 v2.15b)
+
+## Author
+
+Yuwsuke Kieda
+
+## License
+
+BSD 2-Clause License