summaryrefslogtreecommitdiff
path: root/fonts/variablelm/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/variablelm/README.md
Initial commit
Diffstat (limited to 'fonts/variablelm/README.md')
-rw-r--r--fonts/variablelm/README.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/fonts/variablelm/README.md b/fonts/variablelm/README.md
new file mode 100644
index 0000000000..ecf1414f21
--- /dev/null
+++ b/fonts/variablelm/README.md
@@ -0,0 +1,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.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