Tagged Questions
1
vote
0answers
45 views
Avoiding page break in the Latex bibliography list [closed]
I have a problem, the references are being split by the page break in a such strange manner.
I use IEEE style and already tried \usepackage[section]{placeins} but it influences any other section, ...
1
vote
0answers
321 views
How can I use natbib package with ieeeconf style [closed]
I want to use ieeeconf as document class and include natbib package.
\documentclass[a4paper, 10pt, conference]{ieeeconf}
\usepackage{natbib}
% something here
\bibliography{reference}
I have ...
4
votes
1answer
796 views
Customizing Bibliography alpha
I am pretty new to Latex. I am using the bibliography style - alpha. I use Citavi to manage my Citations and Citavi exports my bibliography in Bibtex(.bib) IEEE format which contains the last ...
0
votes
0answers
219 views
Converting from ACM to IEEE format [closed]
I'm currently trying to use my friend's system (with his permission, of course). But then, I want to stick to what I'm used to, which is using IEEE rather than ACM reference format. What I have done ...
8
votes
4answers
5k views
IEEE LaTeX style: grouping references
I'm writing a paper in LaTeX with the IEEE style and when citing multiple references with \cite{ref_A,ref_B,ref_C}, it produces [1],[2],[3]. How can I change that to [1,2,3]?
4
votes
2answers
3k views
Avoiding vertical spaces between bibitems while using IEEEtran
I'm using IEEEtran class and bibliography style and I see that the references section that it generates leaves empty lines between bibitems when the compsocconf option is used. Is there a way to avoid ...