9
votes
1answer
140 views

Individual widths in package multicol

Is there any way I can manipulate the widths of the columns in a multicol environment individualy? So for example that in a \begin{muticols}{2} the left column is the double size of the right one?
0
votes
0answers
13 views

custom column width with listings (beamer) [duplicate]

Possible Duplicate: margins in beamer columns I tried to find a suitable answer but none (it seams) are applicable. I'm trying to get a custom column width in a beamer presentation. Each ...
7
votes
2answers
132 views

Multicolumn block is narrower than the surrounding text

I need to typeset blocks of text in a multicolumn environment, with a title above, and framed with full line width. I'm using the multicol package for that. The issue I face is that the block of text ...
2
votes
2answers
545 views

How can I use the full page width (\textwidth) while importing a table with \includegraphics?

I'm in a 2-column environment. I need to use the entire pagewidth (\textwidth) while importing a table with \includegraphics. \begin{table} \centering \includegraphics[width=\textwidth]{./myfile.pdf} ...