I'm using the following code to add brackets in an enumerated list:
Code: Select all
\renewcommand{\theenumi}{[\arabic{enumi}]}
Is there a simple way to remove the periods ideally (but not necessarily) without resorting to additional packages? I want this:[1]. Stuff
[2]. Stuff
Thanks[1] Stuff
[2] Stuff