blob: 3d82d96dd936cff50c3abbbe855a79b231a7e6f1 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# Control the Scaling for the Latin Modern Fonts
## Descriptions
We provide a mechanism for scaling the typeface.
It is directed to Latin Modern fonts.
It provide the following files: fd and sty.
This mechanism is useful in mixed text composition.
For example: Japanese--Latin.
## Version
1.2
## Requirements
* the Latin Modern fonts
## Usage
### Preamble
```
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[scale=1.09,ttscale=1.12]{variablelm}
```
Remark: \texttt{amsmath} is for \verb!\big!, \verb!\Big!, \verb!\bigg!, etc.
### Options
* scale: Roman, italic, bold, bold italic, small caps
* ttscale: fixed (\ttfamily)
* sfscale: sans-serif (\sffamily)
* encoding: font encoding (default: T1)
* variablett: same the lmodern.sty
* lighttt: same the lmodern.sty
## Author
Yuwsuke KIEDA
## License
the GUST Font License (version 1.0)
## Repository
https://github.com/yuw/texmf-variablelm
|