diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex b/Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex new file mode 100644 index 00000000000..bb6397061de --- /dev/null +++ b/Master/texmf-dist/source/latex/hyperref/test/testbookmark.tex @@ -0,0 +1,17 @@ +\documentclass[12pt]{article} +\usepackage{xspace} +\usepackage{hyperref} +\newcommand{\x}{x\xspace} + +\begin{document} + \section{Implicite space: \x world} + \section{Explicite spaces: \x\ world \x\space world \x~world} + \section{\x.+\x,+\x!+\x?+\x-+\x:+\x;+\x/+last-\x} + \makeatletter + \section{~|~~|~~~|~~~~|~~~~~|~~~~|~~~|~~|~} + \section{\x()(\x) } + \section{Italic correction: [\x\/]} + \section{::Nothing follows:} + \section{} + \section{\x} +\end{document} |