diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathpunctspace/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathpunctspace/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/mathpunctspace/README.md b/Master/texmf-dist/doc/latex/mathpunctspace/README.md index 55ed012651b..f8f4bf65c4c 100644 --- a/Master/texmf-dist/doc/latex/mathpunctspace/README.md +++ b/Master/texmf-dist/doc/latex/mathpunctspace/README.md @@ -6,14 +6,14 @@ We provide a mechanism to control the space after the comma and the semicolon in ## Version -1.0 +1.1 ## Usage ### Sample of Preamble ``` -\usepackage[comma= N mu, semicolon= M mu]{mathpunctspace}% N, M = as you like +\usepackage[comma= L mu, semicolon= M mu, colon= N mu]{mathpunctspace}% L, M, N = as you like ``` ### Options @@ -21,6 +21,7 @@ We provide a mechanism to control the space after the comma and the semicolon in * unit: mt or other (default: mu) * comma: substitute keyword natural or skip (default: natural) * semicolon: substitute keyword natural or skip (default: natural) + * colon: substitute keyword natural or skip (default: natural) * latexorg: original behavior of LaTeX Remark: keyword ``natural'' mean the spacing of the in-line. |