summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/variablelm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-13 23:24:02 +0000
committerKarl Berry <karl@freefriends.org>2017-02-13 23:24:02 +0000
commit69a42e26a90913423cfc064fd0726e342c1209da (patch)
tree4805ae548f841f95830ca144613830ccc5670708 /Master/texmf-dist/doc/fonts/variablelm
parent06a80c60d8760ed6c1a3559d91cbaf54e434f597 (diff)
variablelm (13feb17)
git-svn-id: svn://tug.org/texlive/trunk@43223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/variablelm')
-rw-r--r--Master/texmf-dist/doc/fonts/variablelm/README.md47
-rw-r--r--Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.pdfbin0 -> 131091 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex60
3 files changed, 107 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/variablelm/README.md b/Master/texmf-dist/doc/fonts/variablelm/README.md
new file mode 100644
index 00000000000..2f3ed5e8985
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/variablelm/README.md
@@ -0,0 +1,47 @@
+# 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.0
+
+## 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)
+ * variablett: same the lmodern.sty
+ * lighttt: same the lmodern.sty
+
+## Author
+
+Yuwsuke KIEDA
+
+## License
+
+the GUST Font License (version 1.0)
diff --git a/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.pdf b/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.pdf
new file mode 100644
index 00000000000..595e0ad38b7
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex b/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex
new file mode 100644
index 00000000000..41d49292d03
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex
@@ -0,0 +1,60 @@
+\documentclass{article}
+
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+
+\title{Control the Scaling for the Latin Modern Fonts}
+\author{Yuwsuke KIEDA}
+\date{2017/02/10 v1.0}
+
+\begin{document}
+
+\maketitle
+
+\section{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.
+
+\section{Requirements}
+
+\begin{itemize}
+ \item the Latin Modern fonts
+\end{itemize}
+
+\section{Usage}
+
+\subsection{Preamble}
+
+\begin{quote}
+\begin{verbatim}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage[scale=1.09,ttscale=1.12]{variablelm}
+\end{verbatim}
+\end{quote}
+
+Remark: \texttt{amsmath} is for \verb!\big!, \verb!\Big!, \verb!\bigg!, etc.
+
+\subsection{Options}
+
+\begin{itemize}
+ \item [\textendash] \texttt{scale}: Roman, italic, bold, bold italic, small caps
+ \item [\textendash] \texttt{ttscale}: fixed (\verb!\ttfamily!)
+ \item [\textendash] \texttt{variablett}: same the lmodern.sty
+ \item [\textendash] \texttt{lighttt}: same the lmodern.sty
+\end{itemize}
+
+
+\section{License}
+
+the GUST Font License (version 1.0)
+
+\end{document} \ No newline at end of file