blob: bb6397061ded78d5d71c91f49370761742b01ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}
|