blob: 7dde2917eddd69280d391cc2db82e32b30ec36eb (
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
\documentclass[a4paper]{article}
\usepackage[xalx]{mls}
\title{Mon\TeX\ Cyrillic Font List}
\author{\lat{Oliver Corff}}
\newcommand{\Entry}[6]{%
#1
&\fontfamily{#4}\fontseries{#5}\fontshape{#6}\selectfont
#2 \mnr M\"onx T\"ang\"ar \"u\"u! Mini\"{\i} xa\"{\i}rt nutag

/#5/#6}
\begin{document}
\maketitle
\SetDocumentEncodingNeutral
\begin{tabular}{lp{5cm}ll}
File &Font &Available &Command\\
Name &Name &Design Sizes &{}\\
\Entry{kmb}{Bold}
{10 } {cmr}{b}{n}\\
\Entry{kmbx}{Bold Extended}
{5 6 7 8 9 10 12} {cmr}{bx}{n}\\
\Entry{kmbxsl}{Bold Extended Slanted}
{10 } {cmr}{bx}{sl}\\
\Entry{kmbxti}{Bold Extended Text Italic}
{10 } {cmr}{bx}{it}\\
\Entry{kmcsc}{Caps and Small Caps}
{8 9 10 } {cmr}{m}{sc}\\
\Entry{kmdunh}{Dunhill}
{10 } {cmdh}{m}{n}\\
\Entry{kmff}{Funny}
{10 } {cmfr}{m}{n}\\
\Entry{kmfi}{Funny Italic}
{10 } {cmfr}{m}{it}\\
\Entry{kmfib}{Fibonacci}
{8 } {cmfib}{m}{n}\\
% \Entry{kminch}{M\"onx}{%Inch-High Sans Serif Bold Extended Caps and Digits
%
% %{\mnr M\"onx T\"ang\"ar \"u\"u! Mini{\i} xa{\i}rt nutag}
% (``inch'')} {cmiss}{bx}{n}\\
\Entry{kmitt}{Italic Typewriter Text}
{10 } {cmtt}{m}{it}\\
\Entry{kmr}{(Regular)}
{5 6 7 8 9 10 12 17} {cmr}{m}{n}\\
\Entry{kmsl}{Slanted}
{8 9 10 12} {cmr}{m}{sl}\\
\end{tabular}
\begin{tabular}{lp{5cm}ll}
\Entry{kmsltt}{Slanted Typewriter Text}
{10 } {cmtt}{m}{sl}\\
\Entry{kmss}{Sans Serif}
{8 9 10 12 17} {cmss}{m}{n}\\
\Entry{kmssbx}{Sans Serif Bold Extended}
{10 } {cmss}{bx}{n}\\
\Entry{kmssdc}{Sans Serif Demibold Condensed}
{10 } {cmss}{sbc}{n}\\
\Entry{kmssi}{Slanted Sans Serif}
{8 9 10 12 17} {cmss}{m}{sl}\\
% \Entry{kmssq}{Sans Serif Quotation}
% {8 } {cmssq}{m}{n}\\
% \Entry{kmssqi}{Sans Serif Quotation Slanted}
% {8 } {cmssq}{m}{sl}\\
\Entry{kmtcsc}{Typewriter Caps and Small Caps}
{10 } {cmtt}{m}{sc}\\
\Entry{kmti}{Text Italic}
{7 8 9 10 12} {cmr}{m}{it}\\
\Entry{kmtt}{Typewriter Text}
{8 9 10 12} {cmtt}{m}{n}\\
\Entry{kmu}{Unslanted Italic}
{10 } {cmr}{m}{ui}\\
\Entry{kmvtt}{Variable Width Typewriter Text}
{10 } {cmvtt}{m}{n}\\
\Entry{kmvtti}{Variable Width Typewriter Text Italic}
{10 } {cmvtt}{m}{it}\\
\end{tabular}
\end{document}
|