summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F100a.ltx
blob: 9f49e48bc13e0f20d94d28005bf3da143ea57bbe (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
\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}