% -*- TeX -*- -*- RU -*-
\documentclass[russian%,draft,dvips
]{book}

\usepackage{mathtext}
%please note that hyphenation depends to font encoding!
\usepackage[LCY]{fontenc}
\usepackage[cp866]{inputenc}

%var1: lh additions for bold concrete fonts
\usepackage{lh-LCYxccr}
%var2: the package below could be covered with fd-files
%\usepackage{lh-LCYccr}

\usepackage{babel}
%was needed for one version of russianb
%\languageattribute{russian}{mdq}

%do not create/modify aux-like files
%\nofiles
\begin{document}
\pagestyle{plain}
\obeylines
\centerline{\Large\bfseries Тест шрифтов}


\bigskip
\rmfamily
\mdseries\upshape
{Обычный} (roman),
\slshape
наклонный (slanted),
\itshape
курсив (italic),
\scshape
капитель (small caps),
\fontseries b\upshape
полужирный "<суженный"> (bold),
\bfseries\upshape
полужирный (bold extended),
\itshape
полужирный курсив (bold italic),
\slshape
полужирный наклонный (bold slanted),
\scshape
полужирная капитель (bold small caps),
\mdseries\fontshape{ui}\selectfont
"<прямой"> курсив (upright italic).

\bigskip
\sffamily
\mdseries\upshape
Рубленый (sans serif),
\slshape
наклонный (slanted),
\itshape
"<курсив"> (italic),
\bfseries\upshape
полужирный,
\itshape
полужирный "<курсив"> (bold),
\slshape
полужирный наклонный (bold slanted),
\fontseries{sbc}\upshape
полужирный "<суженный"> (semibold condenced).

\bigskip
\ttfamily
\mdseries\upshape
Пишущая машинка (typewriter)
\slshape
наклонный (slanted),
\itshape
курсив (italic),
\scshape
капитель (small caps).

\bigskip
\fontfamily{cmdh}%
\mdseries\upshape
Данхилл (Danhill).

\bigskip
\fontfamily{cmfib}%
\mdseries\upshape
Фибоначчи (Fibonacci),
\slshape
наклонный (slanted).

\bigskip
\fontfamily{cmfr}%
\mdseries\upshape
Забавный (funny roman),
\itshape
курсив (italic).

\bigskip
\fontfamily{cmvtt}%
\mdseries\upshape
Разноширинный шрифт пишущей машинки (variable typewriter),
\itshape
курсив (italic).

\bigskip
\fontfamily{ccr}%
\mdseries\upshape
Шрифт для "<Конкретной математики"> (concrete roman),
\slshape
наклонный (slanted),
\itshape
курсив (italic),
\scshape
капитель (small caps),
\bfseries\upshape
полужирный (bold),
\itshape
полужирный курсив (bold italic),
\slshape
полужирный наклонный (bold slanted),
\scshape
полужирная капитель (bold small caps),
\fontseries c\slshape
суженный курсив (condensed italic).

\bigskip
\fontfamily{cmbr}%
\mdseries\upshape
Шрифт семейства  CM Bright,
\slshape
наклонный (slanted),
\itshape
курсив (italic),
\fontseries{sb}\upshape
полужирный (semibold)
\itshape
полужирный "<курсив"> (semibold italic),
\slshape
полужирный наклонный (semibold slanted),
\bfseries\upshape
полужирный (bold).

\bigskip
\fontfamily{cmtl}%
\mdseries\upshape
Шрифт семейства CM Bright Typewriter,
\slshape
наклонный (slanted).

\bigskip
\fontfamily{lcmss}%
\mdseries\upshape
Рубленый шрифт для слайдов (slides sans serif),
\slshape
наклонный (slanted),
\bfseries\upshape
полужирный (bold),
\mdseries{\fontshape{In}\selectfont
невидимый рубленый шрифт для слайдов} (invisible ss),
{\fontshape{Isl}\selectfont
невидимый наклонный} {\slshape (invisible slanted)}.

\bigskip
\fontfamily{lcmtt}%
\mdseries\upshape
Шрифт пишущей машинки для слайдов (slides typewriter)
\itshape
курсив (italic),
\mdseries{\fontshape{In}\selectfont
невидимый шрифт пишущей машинки} {\upshape (invisible tt)}.

\end{document}
