blob: e24dea90cec8e897c4518a56513a8e1a176d83eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\documentclass{testsuite}
\usepackage{fontspec}
\renewcommand\eminnershape{\upshape\scshape}
\begin{document}
\setmainfont[
ItalicFont=texgyrepagella-italic.otf
]{texgyrepagella-regular.otf}
hello \emph{emph \emph{2emph} emph} hello
hello {\em emph {\em 2emph} emph} hello
\end{document}
|