I have a document that uses the multicols package to create a 3-column layout with three sections inside. For the first column, I have two sections followed by a column break. For the second and third columns, however, I want to have a section span the width of both the columns. Is there an easy way to do this?
Here's a diagram of what I want the layout to look like:
Col1 Col2 Col3
--- | --------
--- | --------
--- | --------
--- | --------
Edit: Posted answer below.