The following code worked fine with MikTeX 2.4, but not with 2.6.
(I want a box around my section numbers).
Code: Select all
\documentclass[11pt]{article}
\usepackage{pst-all}
\makeatletter
\renewcommand{\@seccntformat}[1]{\fbox{\csname the#1\endcsname}\hspace{0.5em}}
\makeatother
\begin{document}
\section{Title}
\end{document}
Does anyone know where the problem comes from ?
Thank you for your help !