Le vendredi 25 avril 2014 à 09:36 +1000, Gordon Watson a écrit :
> How to have numbered Sections formatted [1], [2], etc., instead of
> standard 1, 2, etc.?

You can just add

\renewcommand{\thesection}{[\arabic{section}]}

to your document preamble.

> 
> Reason: In text, I cross-reference Equations thus --  (1), (2) --
> because that's the way equations are numbered..
> 
> So, in text, I'd like to cross-reference Sections thus --   [1], [2],
> etc.
> 
> Thanks; Gordon

HTH,
-- 
Daniel CLEMENT

Reply via email to