Page LayoutCreating Columns of Equations

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
marZ
Posts: 2
Joined: Tue Jan 23, 2018 3:11 am

Creating Columns of Equations

Post by marZ »

I am attempting to create a formula booklet where there needs to be two columns of equations per page. I am having trouble formatting my code so that equations stay within the margins and do not exceed these boundaries.

I am currently using:
\begin{gather*}
\end{gather*}

This works fine when the columns are not included but when i include \begin{multicols}{2} (for example) with my formula code, it overlaps.
multicols.PNG
multicols.PNG (119.03 KiB) Viewed 4205 times
Cheers.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

mas
Posts: 226
Joined: Thu Dec 04, 2008 4:39 am

Creating Columns of Equations

Post by mas »

Welcome to the forum.

To get help, you should post a compilable example, or at the least a Infominimal working example.

OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Creating Columns of Equations

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

Nice to see the code, but I cannot copy or type the code from a screenshot to test and improve it. I have ideas to fix it, but no code to work on.

Could you post your code example as text, that we can copy to try and to make it better looking?

Stefan
LaTeX.org admin
Post Reply