summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex
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/control_scaling_lm_fonts.tex
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/control_scaling_lm_fonts.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/variablelm/control_scaling_lm_fonts.tex60
1 files changed, 60 insertions, 0 deletions
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