The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
81 views

Why Bibtex is giving me “Citation is undefined” error [closed]

Please help me out with this. I am very new to LaTeX. For some reason BibTeX is not working. I have read everything on it and tried the suggestions. But nothing seems to work and I have spent huge ...
0
votes
2answers
98 views

Cite Author and Number (Index)

How I can cite: Author [Number]?. For example: Wolsey [8]
5
votes
1answer
62 views

Reference citation from en dash to hyphen

I am currently using a cite package. In order to make the reference citation into [1-3] but I want to change the en dash to hyphen. Here is my sample file: \documentclass{article} \usepackage{cite} ...
1
vote
1answer
92 views

Document working with cite package, but not with natbib package

I am trying to use the natbib style in order to cite references by author and year. Using the tex and bib example here I am able to create a pdf file using the cite package. mydocuments.tex ...
7
votes
1answer
174 views

Remove indent with \cite

I don't want to have a space between my bracket and the default square bracket generate by the package cite. When I write: (\cite{ref1,ref2}) the result is: ( [1], [2]) instead of ([1], ...
1
vote
2answers
192 views

Bibtex failing to cite one entry? [closed]

I've been reading a very interesting PhD thesis, and I would thus like to reference it in my work. Unfortunately this bibtex segment didn't work with \cite{}, instead giving [?]: ...
6
votes
2answers
275 views

How to remove square brackets adjacent to the hyphen generated by the package “cite”?

I am using the following packages: \documentclass[journal]{IEEEtran} % *** MISC UTILITY PACKAGES *** \usepackage{graphicx} \usepackage[caption=false]{subfig} \usepackage[sort,compress]{cite} ...
1
vote
0answers
703 views

IEEEtran bibliography style doesn't work [closed]

I'm using IEEEtran bibliography style, but for some reason it isn't working. My paper.tex file includes the most recent version of IEEEtran files, as follows: \bibliographystyle{IEEEtran} ...
4
votes
2answers
556 views

Question mark shown instead of citation using harvard

I am getting [?] when citing using harvard. If I use \citeasnoun I get the citation. How do I solve this problem. I am using TeXnicCenter with MikTeX 2.9 and installed the harvard package. ...
8
votes
2answers
1k views

\cite that tolerates whitespace?

Is there a package that provides a variant of the \cite command that tolerates arbitrary whitespace? That is, I would like to be able to write something like \cite{foo, bar, baz} or \cite{ ...
17
votes
3answers
2k views

Citing a range of papers (using numeric keys)?

Is there a way so that, when I cite a range of papers, the output is a range of numbers, instead of a list of numbers? In other words, when I type ... some dummy text here is due to me \cite{me1, ...