diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/X100a.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/testsuite/X100a.ltx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/X100a.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/X100a.ltx new file mode 100644 index 00000000000..9f49e48bc13 --- /dev/null +++ b/Master/texmf-dist/source/latex/fontspec/testsuite/X100a.ltx @@ -0,0 +1,24 @@ +\documentclass[twocolumn]{testsuite} +\usepackage{fontspec} +\begin{document} +\setmainfont{texgyretermes-regular.otf} +\setmonofont{Inconsolata.otf} +\verb|testing spaces|\\ +\verb*|testing spaces| +\begin{verbatim} +testing spaces +\end{verbatim} +\begin{verbatim*} +testing spaces +\end{verbatim*} +\newpage +\setmonofont{Courier New} +\verb|testing spaces|\\ +\verb*|testing spaces| +\begin{verbatim} +testing spaces +\end{verbatim} +\begin{verbatim*} +testing spaces +\end{verbatim*} +\end{document}
\ No newline at end of file |