mjreed / latex-skeleton

A LaTeX class for typesetting British legal documents.
7 stars 1 forks source link

Odd spacing in stat quote #4

Open mjreed opened 11 years ago

mjreed commented 11 years ago

The following code produces a space between the first and second letter of the section.

%!TEX TS-program = latex

\documentclass[detailedhead]{skeleton} \begin{document}

\begin{statquote} \stat{4} Except change \end{statquote}

\end{document}