diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex b/Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex new file mode 100644 index 00000000000..0f5d8bfc190 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/plex-otf/examples/plex-otf-3.tex @@ -0,0 +1,12 @@ +\documentclass{article} +\usepackage[ngerman]{babel} +\usepackage[autostyle]{csquotes} +\newcommand\demo{Some text in the default font style IBM Plex Serif } +\pagestyle{empty} +%StartVisiblePreamble +\usepackage{plex-otf} +%StopVisiblePreamble +\begin{document} +\demo\ Regular\par {\PlexTextRM\demo\ Text\par} {\PlexLightRM\demo\ Light\par} +{\PlexExtraLightRM\demo\ ExtraLight\par} {\PlexThinRM\demo\ Thin} +\end{document} |