summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/substitutefont/test-artemisia-greek.tex
blob: 4bd193e9143b2bd4e656303ce9c7434459815a86 (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
\documentclass{article}
\usepackage{parskip}
\usepackage[LGR,T1]{fontenc}
\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
\pagestyle{empty}

\usepackage[scaled=0.97]{newtxtext}
\usepackage{artemisia-greek}

\begin{document}

\section*{Times and Artemisia}

Combine Times from the \href{https://ctan.org/pkg/newtx}{newtx} package
with \href{https://ctan.org/pkg/gfsartemisia}{GFS Artemisia},
for Greek text.

% Teststring
\newcommand{\alphabet}{%
  abcdefghjiklmnoprqrstuvwxyzäöüß
  {\fontencoding{LGR}\selectfont abgdezhjiklmnxoprsctufqyw} \\
  ABCDEFGHJIKLMNOPRQRSTUVWXYZÄÖÜ
  {\fontencoding{LGR}\selectfont ABGDEZHJIKLMNXOPRSTUFQYW}%
}

\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
  
\end{description}

\end{document}