diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx new file mode 100644 index 00000000000..2d204d33794 --- /dev/null +++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/F-pkg-url.ltx @@ -0,0 +1,18 @@ +\input{umtest-preamble} +\usepackage{unicode-math} +\setmainfont{TeX Gyre Pagella} +\setsansfont{TeX Gyre Adventor} +\setmonofont{TeX Gyre Cursor} +\setmathfont{Cambria Math} +\usepackage{url} +\begin{document} +\centering\obeylines +\url{http://www.lmgtfy.com/} +\url{?q="~!@#$%^&*()<>`'} +\urlstyle{rm} +\url{http://www.lmgtfy.com/} +\url{?q="~!@#$%^&*()<>`'} +\urlstyle{sf} +\url{http://www.lmgtfy.com/} +\url{?q="~!@#$%^&*()<>`'} +\end{document}
\ No newline at end of file |