blob: fbd34ffb8076748179d00bdda82621fd0edfd1e9 (
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
|
# Always Upright Shape Some Punctuation Marks and Arabic Numerals
## Descriptions
We provides a mechanism to be the punctuation that is always upright
shape even if you specify the italic.
It is directed to Latin Modern fonts.
It provide the following files: tfm, vf, fd, and sty.
Those shown below is always upright shapes:
comma, period, semicolon, colon, parentheses, square brackets,
and Arabic numerals.
## Version
0.1
## Requirements
* the Latin Modern fonts
## Usage (preamble)
\usepackage{lmodern}
\usepackage{uppunctlm}
\usepackage[T1]{fontenc}
## Author
Yuwsuke KIEDA
## License
The GUST Font Source License (GFSL)
|