[texhax] spurious space with abbrevs.sty

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Sep 28 10:49:49 CEST 2012


Am 28.09.2012 10:11, schrieb jtzzaa11-texhax2 at yahoo.com:

> The spurious space happens even with no other pacakges loaded. Here's a minimal working example:

this should work but may have other side effects

\documentclass[10pt]{article}

\usepackage{abbrevs,xspace}

\makeatletter

\let\maybe at space@\xspace

\makeatother

\begin{document}


\newabbrev\pc{Personal computer (PC)}[PC]



\pc. abc \pc abc {\pc}s abc



\end{document}

Herbert




More information about the texhax mailing list