blob: 55ed012651bc953dd51c42d9d3bf0bfa91a265cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Control the Space After Punctuation in Expressions
## Descriptions
We provide a mechanism to control the space after the comma and the semicolon in the expressions.
## Version
1.0
## Usage
### Sample of Preamble
```
\usepackage[comma= N mu, semicolon= M mu]{mathpunctspace}% N, M = as you like
```
### Options
* unit: mt or other (default: mu)
* comma: substitute keyword natural or skip (default: natural)
* semicolon: substitute keyword natural or skip (default: natural)
* latexorg: original behavior of LaTeX
Remark: keyword ``natural'' mean the spacing of the in-line.
## Author
Yuwsuke Kieda
## License
BSD 2-Clause License
## Repository
https://github.com/yuw/texmf-mathpunctspace
|