blob: f8f4bf65c4cd7e4de5ce09b8da4e31a3d2bf1f07 (
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
39
|
# 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.1
## Usage
### Sample of Preamble
```
\usepackage[comma= L mu, semicolon= M mu, colon= N mu]{mathpunctspace}% L, M, N = 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)
* colon: 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
|