A quick follow-up to question to Customize citation style, basically.
Right now I am defining a custom command like this
\newcommand{\mycite}[1]{\cite{#1}}
How should I modify it to produce an output like "[1.]"? It should also work with multiple arguments and then output "[1, 2, 3.]". Or if not modifying the command presented, would an easier way exist?
makebst. I think a biblatex solution might be forthcoming, but otherwise it might be tricky. If you can find a cite command that is without parentheses, it would be easy, actually... – Seamus Jun 29 '11 at 21:47