summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-verb-moreverb.ltx
blob: 83371207940c2b34b14c0f0931190647c2bc787f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass[twocolumn]{testsuite}
\usepackage{fontspec,moreverb}
\begin{document}
\setmainfont{texgyretermes-regular.otf}
\setmonofont{Inconsolata.otf}
\begin{listing}{7}
testing spaces
\end{listing}
\begin{listing*}{7}
testing spaces
\end{listing*}
\end{document}