General ⇒ Formulas too wide - changing margins
-
- Posts: 2
- Joined: Fri Dec 12, 2008 4:09 pm
Formulas too wide - changing margins
I am writing an article with a custom margin. However, now I have a formula (more precisely an eqnarray) which is too wide for my page layout.
So I wanted it to stick out left and right. I tried the \makebox used for figures and tables, but I can't get it to work.
Any suggestions?
Thx,
Elias
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Formulas too wide - changing margins
Yes, of course: never use eqnarray. Read, for example, this entry in the blog of Stefan_K, one of the forum moderators, as well as the links you'll find there. So, coming to your problem, why not judiciously split the formula using an amsmath environment? In addition to align, there some others which may fit your needs. Provide a minimal working example to have more help.Elijah2807 wrote: I am writing an article with a custom margin. However, now I have a formula (more precisely an eqnarray) which is too wide for my page layout.
So I wanted it to stick out left and right. I tried the \makebox used for figures and tables, but I can't get it to work.
Any suggestions?
Re: Formulas too wide - changing margins
(2) use align or similar (from the amsmath package), and break or refrase the equation in a different way.
In my LaTeX book (which is in Danish) I have several examples as for to do this. http://www.imf.au.dk/system/latex/bog
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Formulas too wide - changing margins
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Fri Dec 12, 2008 4:09 pm
Re: Formulas too wide - changing margins
thanks a lot for the quick response! In fact I was using amsmath and wasn't aware of the align feature.
That solved it!
Cheers,
ELias