summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex')
-rw-r--r--Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex76
1 files changed, 0 insertions, 76 deletions
diff --git a/Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex b/Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex
deleted file mode 100644
index c311de4dbf0..00000000000
--- a/Master/texmf-dist/doc/latex/substitutefont/cyrillic-times-paratype.tex
+++ /dev/null
@@ -1,76 +0,0 @@
-\documentclass[a4paper,russian]{scrartcl}
-\usepackage{fixltx2e} % LaTeX patches, \textsubscript
-\usepackage[T1,T2A]{fontenc}
-\usepackage[utf8]{inputenc}
-\usepackage[english,russian]{babel}
-
-% Combine "TeX Gyre" fonts for Latin and "ParaType" fonts for Cyrillic:
-
-\usepackage{substitutefont}
-
-\usepackage[scaled=0.9]{PTSerif}
-\usepackage{tgtermes}
-\substitutefont{T2A}{qtm}{PTSerif-TLF}
-
-\usepackage[scaled=0.9]{PTSans}
-\usepackage[scale=.90]{tgheros}
-\substitutefont{T2A}{qhv}{PTSans-TLF}
-
-% \substitutefont{T2A}{qcr}{PTMono-TLF}
-%
-% !pdfTeX error: pdflatex (file PTMono-Regular-tlf-t2a--base): Font PTMono-Regula
-% r-tlf-t2a--base at 657 not found
-% ==> Fatal error occurred, no output PDF file produced!
-
-% use DejaVu for tt
-\usepackage[scaled=0.85]{DejaVuSansMono}
-\usepackage[matchlowercase]{tgcursor}
-\substitutefont{T2A}{qcr}{DejaVuSansMono-TLF}
-
-
-\begin{document}
-
-\section*{Cyrillic fonts to match Times/Helvetica/Cursor}
-
-TeX-compatible Cyrillic extensions to the URW standard Postscript fonts by
-Valek Filippov were part of TeXGyre but removed due to license
-incompatibility. The cyrillic fonts from the \emph{paratype} package are not
-exact matches but work quite well (the \emph{paratype} package contains also
-basic Latin fonts):
-
-\section{Тест шрифтов}
-
-\newcommand{\teststring}{Здравствуй, мир!
- {\fontencoding{T1}\selectfont Hello world!}}
-
-\begin{description}
- \item [Normal:] \teststring
-
- \item [it:] \textit{\teststring}
-
- \item [sl:] \textsl{\teststring}
-
- \item [bf:] \textbf{\teststring}
-
- \item [bf it:] \textbf{\textit\teststring}
-
- \item [sc:] missing % \textsc{\teststring}
-
- \item [bf sc:] missing % \textsc{\textbf\teststring}
-
- \item [sf:] \textsf{\teststring}
-
- \item [sf bf:] \textsf{\textbf\teststring}
-
- \item [sf sl:] \textsf{\textsl\teststring}
-
- \item [sf sc:] missing % \textsf{\textsc\teststring}
-
- \item [tt:] \texttt{\teststring}\footnote{The PTMono font fails to load,
- so this example uses DejaVuSansMono.}
-
-\end{description}
-
-
-
-\end{document}