summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-14 20:21:51 +0000
committerKarl Berry <karl@freefriends.org>2023-08-14 20:21:51 +0000
commite5188617e19ae25465913790ff4c6b4ba8a2316b (patch)
tree3b2b6a7e04b48fc37227844887ac6284da151270 /Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex
parenta630c126677af5ff62f794d8ac24daa43e0edb16 (diff)
rm substitutefont, obsolete on CTAN
git-svn-id: svn://tug.org/texlive/trunk@67929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex')
-rw-r--r--Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex71
1 files changed, 0 insertions, 71 deletions
diff --git a/Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex b/Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex
deleted file mode 100644
index b6740a37f69..00000000000
--- a/Master/texmf-dist/doc/latex/substitutefont/greek-times-artemisia.tex
+++ /dev/null
@@ -1,71 +0,0 @@
-% Example and test for the substitutefont package:
-\documentclass{article}
-\usepackage{parskip}
-\usepackage[LGR,T1]{fontenc}
-\usepackage[utf8]{inputenc}
-\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
-\usepackage{bookmark}
-\pagestyle{empty}
-
-\usepackage{substitutefont}
-
-% Serif
-\usepackage[scaled=0.97]{newtxtext}
-\substitutefont{LGR}{\rmdefault}{artemisia}
-
-% Sans
-\substitutefont{LGR}{\sfdefault}{neohellenic}
-
-% Monospaced
-\substitutefont{LGR}{\ttdefault}{cmtt} % CB fonts
-
-
-% Teststring
-\newcommand{\alphabet}{%
- abcdefghjiklmnoprqrstuvwxyzäöüß
- {\fontencoding{LGR}\selectfont abgdezhjiklmnxoprsctufqyw} \\
- ABCDEFGHJIKLMNOPRQRSTUVWXYZÄÖÜ
- {\fontencoding{LGR}\selectfont ABGDEZHJIKLMNXOPRSTUFQYW}%
-}
-
-\begin{document}
-
-\section*{Times/Helvetica/TXTT and Greek replacements}
-
-Use Times, Helvetica, and TXTT from the
-\href{http://www.ctan.org/pkg/newtx}{newtx} package and
-\href{http://www.ctan.org/pkg/gfsartemisia}{GFS Artemisia},
-\href{http://www.ctan.org/pkg/gfsneohellenic}{GFS Neohellenic},
-and \href{http://www.ctan.org/pkg/cbgreek-complete}{CB-Fonts},
-for Greek text.\footnote{%
-See the \href{http://www.ctan.org/pkg/txfontsb}{txfontsb}
-package for an alternative.}
-
-\begin{description}
- \item [Normal:] \alphabet
-
- \item [it:] \textit{\alphabet}
-
- \item [sl:] \textsl{\alphabet}
-
- \item [bf:] \textbf{\alphabet}
-
- \item [bf it:] \textbf{\textit\alphabet}
-
- \item [sc:] \textsc{\alphabet}
-
- % \item [bf sc:] \textsc{\textbf\alphabet} missing in Bodoni
-
- \item [sf:] \textsf{\alphabet}
-
- \item [sf bf:] \textsf{\textbf\alphabet}
-
- \item [sf sl:] \textsf{\textsl\alphabet}
-
- \item [sf sc:] \textsf{\textsc\alphabet}
-
- \item [tt:] \texttt{\alphabet}
-
-\end{description}
-
-\end{document}