I put all my references in a file PaperBib.bib, and call \bibliography{PaperBib} in the end. I have several questions:
For the references part, is it possible to make my own style? For instance, I want to print only
Author,Title,booktitle,pages,volumeandyear; and ignorenote.For where I use
\cite{...}in the paper, at the moment only a number closed by[]is shown to represent the reference. How could I print[authors year]or[authors number] when I want?
Edit1: By the way, I am using bibtex.
bibtexorbiblatex? – Caramdir Aug 14 '11 at 1:52bibtex– SoftTimur Aug 16 '11 at 22:37