Tagged Questions
4
votes
1answer
112 views
Two columns with page span
this is my first post! I have tried to find a solution before posting.
I have some input put into my .tex. The left column is text input by a user. To the right I would like 0..4 pictures, also ...
2
votes
1answer
245 views
How to set the width of columns in tex?
\documentclass{article}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
lots of text goes here.
\end{multicols}
\end{document}
If I add lots of text, I get two columns, but there ...
4
votes
3answers
330 views
Is it possible to define a multicolumn environment with a background colour
EDIT: I should have given a MWE based on memoir (which I am using) where the inner and outer margins are initially different. I would like the margins to be the same in that new environment. (Inner ...
5
votes
1answer
3k views
Column width in multicol and using float environments
I'm trying to write my first report ever using LaTeX.
I want it to have two columns so I'm using the multicol package. The columns are too narrow though, I want it to be wide like, say, elsevier style ...