Tagged Questions
1
vote
1answer
45 views
Mixing twocolumn and create fourcolumn reference on same page
The article is typeset in twocolumn and reference parts are need to typeset in fourth column on same page. I have googled and find cuted can do Mixing onecolumn and twocolumn modes. But I have need ...
4
votes
1answer
61 views
Even columns in document with long bibliography
I am writing a document in two column format and the last two pages are devoted to the bibliography, which I generate with BibTeX. I need to finish the last page with the two columns having the same ...
2
votes
2answers
162 views
2-col floats and citation order problem
I am writing a document using IEEEtran class. And I am dealing with typical problem with 2-col floats (in my case a table).
I am aware of issue that a table has to be declared one page before than I ...
2
votes
1answer
384 views
Two-column Bibliography with bibitem in the first column
I am trying to make my bibliography have two columns with each \bibitem appearing in the first one (a regular two-column table). This is an example of what the desired output looks like:
For a ...
7
votes
1answer
334 views
How to level columns in bibliography?
I have been writing a scientific paper il Latex for an IEEE conference.
The paper style is in 2 columns, and the last page of the paper contains a part of bibliography references.
These last ...
4
votes
1answer
1k views
How can I balance the last two columns of ACM SIGPLAN article?
I need to balance the heights of the last two columns of my ACM article that is typeset using sigplanconf.cls. This class file defines the following command:
\newcommand{\balancecolumns}{%
...
6
votes
2answers
2k views
Bibliography in two columns, section title in one
I'm using the following to span the bibliography to two columns:
\begin{multicols}{2}
\bibliographystyle{abbrv}
\bibliography{mybib}
\end{multicols}
Yet, the section title ("References" in the ...
