| ||||||
| 5/17 |
| 2003/6/17 [Uncategorized] UID:28745 Activity:nil |
6/18 Is there a way to make a reference to several consecutive
items in your bibliography in LaTeX, like this: [1-5] ?
I'm trying \cite{ref1 -- ref5} but it doesn't work. Thanks.
\_ \usepackage{cite}. Then \cite{ref1,ref2,ref3,ref4,ref5} just
like usual. (It also puts your refs in numerical order if
necessary, as well it should.) Piece o cake.
\_ Cool, thank you. |