summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx
new file mode 100644
index 00000000000..e24dea90cec
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-inner-emph.ltx
@@ -0,0 +1,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} \ No newline at end of file