<div>Hi texhax group,</div><div><br></div><div>I am using latex to write my undergraduate thesis and the bibliography format requirement of our school really annoyed me. I hope someone in this group could help me out.</div><div><br></div><div>I set up a wee example here for suggestions.</div><div>There are two files. One is the main content and another is bibliography database file.</div><div><br></div><div>main.tex file:</div><div><br></div><div><div>\documentclass{article}</div><div>\usepackage{natbib}</div><div>\begin{document}</div><div>In this example, I will cite two articles.</div><div>They are \citep{schneider1990} and \citep{yu1995}</div><div>\bibliography{tex}</div><div>\bibliographystyle{plainnat}</div><div>\end{document}</div></div><div><br></div><div>tex.bib file:</div><div><br></div><div><div>@article{schneider1990,</div><div>author = "Schneider T.D.and Stephens R.M.",</div><div>title = "{Sequence Logos: A New Way to </div><div> Display Consensus Sequences}",</div><div>journal = "Nucleic Acids Res.",</div><div>volume = 18,</div><div>pages = "6097--6100",</div><div>year = 1990</div><div>}</div><div>@article{yu1995,</div><div>author = "Yu W. and Schuster W.",</div><div>title = "Evidence for a site-specific </div><div> cytidine deamination reaction involved </div><div> in C to U RNA editing of plant </div><div> mitochondria.",</div><div>journal = "J. Biol. Chem.",</div><div>volume = 270,</div><div>number = 31,</div><div>pages = "18227--18233",</div><div>month = Aug,</div><div>year = 1995</div><div>}</div></div><div><br></div><div>Just put the two files above in the same directory and employ pdflatex to compile it. You should see the output. </div><div><br></div><div>The reference output is like this:</div><div><br></div><div><div>References</div><div>Schneider T.D.and Stephens R.M. Sequence Logos: A New Way to Display</div><div>Consensus Sequences. Nucleic Acids Res., 18:6097¨C6100, 1990.</div><div>Yu W. and Schuster W. Evidence for a site-specific cytidine deamination reac-</div><div>tion involved in c to u rna editing of plant mitochondria. J. Biol. Chem., 270</div><div>(31):18227¨C18233, August 1995.</div></div><div><br></div><div><br></div><div>My problem is how to number each bibliography entry. According to the thesis format requirement of our university, I need to number the two literature without affecting the citing style, ie (author, year) in my content. The desired output is something like this:</div><div><br></div><div><div>References</div><div>[1] Schneider T.D.and Stephens R.M. Sequence Logos: A New Way to Display</div><div>Consensus Sequences. Nucleic Acids Res., 18:6097¨C6100, 1990.</div><div>[2] Yu W. and Schuster W. Evidence for a site-specific cytidine deamination reac-</div><div>tion involved in c to u rna editing of plant mitochondria. J. Biol. Chem., 270</div><div>(31):18227¨C18233, August 1995.</div></div><div><br></div><div>I know this counting is meaningless, but I have to conform it. Can anyone give me a hand?</div><div><br></div><div>Many Thanks!!</div><div><br></div><div>Ruan Zheng</div>