I want to built a citation definition identical to this form: [Author, [x], Year], where x is the citation number. Is it possible to do such thing? I am using openbib.
Also is there a way that i can find which commands are valid with openbib, a Google search did not give me much.
I use the cite package.
EDIT:
I tried replcacing cite with natbib and used the \citet command, which gives following output: (author?) [15], reference number is valid, and the reference has a author.
biblatex. – Marco Daniel May 26 '12 at 12:11openbibis an old LaTeX2.09 style, I think – Joseph Wright♦ May 26 '12 at 12:14openbibdue to the requirements for my reference list style. tex.stackexchange.com/questions/56628/… If i change to biblatex, how can i maintain such style? – JavaCake May 26 '12 at 12:23