I'll try to be as clear as possible. I use texshop 2.47 on my Mac with bibdesk. So far I wrote an article for ACS journal with their package. At the moment I'm working on my PhD thesis. I found this nice template which is using:
\bibliographystyle{unsrtnat}
\documentclass[11pt, a4paper, openright, twoside]{Thesis}
\usepackage[square, numbers, comma, sort&compress]{natbib}
The template is really well done. So I got two main problems: - I can't generate a5 .pdf (if I write a5paper the pdf is still a4 for some reason) - The bibliography is generated correctly but also shows me doi, url and title, which I don't want.
Now I've been reading a bit, most people suggest to switch to BibLaTeX or others. I personally don't want to play too much around with it, but I thought there must be a simple solution. The way I would like to generate the pdf is in a5 format (so I see how it looks when it will be printed) and with the several references with full authors list (not Smith et al.) and all the other information (except title, doi, url).
The authors of this template create a thesis.cls which can be found here (http://www.latextemplates.com/template/masters-doctoral-thesis)
EDIT: \documentclass[11pt, b5paper, openright, twoside]{Thesis}
\usepackage[square,numbers,comma,sort&compress]{natbib}
and
\bibliographystyle{unsrtnat}
\bibliography{Bibliography}
\documentclass, unless you really know what you are doing. – Andrew Swann Mar 18 '13 at 11:10\geometrycommand, adding alsoa5paper. – egreg Mar 18 '13 at 11:59\setstretch{1.3}so i just uncomment all of those. – DavideF. Mar 18 '13 at 12:39unsrtnat.bston your computer's hard disk, you can always download it from, say, http://www.ctan.org/tex-archive/macros/latex/contrib/natbib. – Mico Mar 19 '13 at 11:48