summaryrefslogtreecommitdiff
path: root/fonts/lm/doc/fonts/lm/tstlmt1.tex
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/lm/doc/fonts/lm/tstlmt1.tex
Initial commit
Diffstat (limited to 'fonts/lm/doc/fonts/lm/tstlmt1.tex')
-rw-r--r--fonts/lm/doc/fonts/lm/tstlmt1.tex88
1 files changed, 88 insertions, 0 deletions
diff --git a/fonts/lm/doc/fonts/lm/tstlmt1.tex b/fonts/lm/doc/fonts/lm/tstlmt1.tex
new file mode 100644
index 0000000000..b6a8e4f327
--- /dev/null
+++ b/fonts/lm/doc/fonts/lm/tstlmt1.tex
@@ -0,0 +1,88 @@
+% This file belongs to the Latin Modern package. The work is released under
+% the GUST Font License. See the MANIFEST-Latin-Modern.txt and
+% README-Latin-Modern.txt files for the details. For the most recent version of
+% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
+% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
+
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage[latin2]{inputenc}
+\usepackage{lmodern}
+
+\newcommand*{\tekst}{Za¿ó³æ gê¶l± ja¼ñ.}
+\makeatletter
+\newcommand*{\test}[3]{{%
+ #1\fontseries{#2}\fontshape{#3}\selectfont
+ \edef\opis{\f@encoding/\f@family/\f@series/\f@shape/\f@size:}%
+ \noindent\hbox to3.5cm{\small\usefont{OT1}{lmtt}{m}{n}\opis\hfil}%
+ \tekst\par
+}}
+
+\newcommand*{\testsize}{%
+ \test{\rmfamily}{m}{n}
+ \test{\rmfamily}{m}{sl}
+ \test{\rmfamily}{m}{it}
+ \test{\rmfamily}{m}{sc}
+ \test{\rmfamily}{m}{scsl}
+ \test{\rmfamily}{b}{n}
+ \test{\rmfamily}{b}{sl}
+ \test{\rmfamily}{bx}{n}
+ \test{\rmfamily}{bx}{it}
+ \test{\rmfamily}{bx}{sl}
+ \test{\sffamily}{m}{n}
+% \test{\sffamily}{m}{it}
+ \test{\sffamily}{m}{sl}
+% \test{\sffamily}{m}{sc}
+ \test{\sffamily}{sbc}{n}
+% \test{\sffamily}{sbc}{it}
+ \test{\sffamily}{sbc}{sl}
+ \test{\sffamily}{bx}{n}
+% \test{\sffamily}{bx}{it}
+ \test{\sffamily}{bx}{sl}
+ \test{\ttfamily}{m}{n}
+ \test{\ttfamily}{m}{it}
+ \test{\ttfamily}{m}{sl}
+ \test{\ttfamily}{m}{sc}
+ \test{\ttfamily}{lc}{n}
+ \test{\ttfamily}{lc}{sl}
+ \test{\ttfamily}{l}{n}
+ \test{\ttfamily}{l}{sl}
+ \test{\ttfamily}{b}{n}
+ \test{\ttfamily}{b}{sl}
+% \test{\ttfamily}{bx}{n}
+% \test{\ttfamily}{bx}{it}
+% \test{\ttfamily}{bx}{sl}
+% \test{\ttfamily}{bx}{sc}
+ \test{\fontfamily{lmvtt}}{m}{n}
+ \test{\fontfamily{lmvtt}}{m}{sl}
+ \test{\fontfamily{lmvtt}}{l}{n}
+ \test{\fontfamily{lmvtt}}{l}{sl}
+ \test{\fontfamily{lmvtt}}{b}{n}
+ \test{\fontfamily{lmvtt}}{b}{sl}
+ \test{\fontfamily{lmssq}}{m}{n}
+ \test{\fontfamily{lmssq}}{m}{sl}
+ \test{\fontfamily{lmssq}}{bx}{n}
+ \test{\fontfamily{lmssq}}{bx}{sl}
+ \medskip
+}
+
+
+\begin{document}
+
+\tiny\testsize
+\scriptsize\testsize
+\footnotesize\testsize
+\small\testsize
+\normalsize\testsize
+\large\testsize
+\Large\testsize
+\LARGE\testsize
+\huge\testsize
+\Huge\testsize
+
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: