Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I need to make my in-text citations in a report I'm writing in numbers, ie. like [1] instead of (Jones, 2010). I am using document class report (I can do it no problem in Article), and my bibliography style is usrnt.

share|improve this question
1  
Welcome to TeX.sx! How is unsrt different from what you expect? – Corentin Feb 19 at 1:33
Please add a minimal working example (MWE) that shows what you have done so far. A BibTeX style that works for the article class should also work for report. – lockstep Feb 19 at 1:37
Are you maybe using a citation management package such as harvard or natbib? If you're using natbib, be sure to load it with the numbers option set to force the use of a numeric citation style. – Mico Feb 19 at 2:28

closed as not a real question by Marco Daniel, lockstep, zeroth, Stefan Kottwitz Mar 2 at 10:48

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Use the plain bibliography style (or unsrt, which just numbers references in the order they are cited).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.