Graphics, Figures & Tables ⇒ beamer, equation exceeds the bounding box of the environment
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
beamer, equation exceeds the bounding box of the environment
When I use beamer, the theorem environment has a bounding box. But when it contains some long math equations, those equations go outside the bounding box. Because the equations are in math mode, I cannot change the fone size. Any way to fix the problem such that the equations do not go beyond the bounding box?
The screenshot of the problematic slide is in the attachment.
Thank you.
- Attachments
-
- problempic.GIF (29.87 KiB) Viewed 29225 times
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
beamer, equation exceeds the bounding box of the environment
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
Re: beamer, equation exceeds the bounding box of the environment
I do not want to split the equations in other space. Can I make the font small?
I try to use the \small command, but it does not work.
the code segment is as follows,
\begin{align*}\small
\cA(w_h,v_h)&=\sum_{T\in\cTh}\int_{T}D^2 w_h:D^2 v_hdx\\& +\sum_{e\in\cEh}\int_{e}\m{w_h}\j{v_h}ds+\sum_{e\in\cEh}\int_{e}\m{v_h}\j{w_h}ds\\& +\sum_{e\in\cEh}\dfrac{\sigma}{h_e}\int_{e}\j{w_h}\j{v_h}ds,
\end{align*}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
beamer, equation exceeds the bounding box of the environment
Code: Select all
\small
\begin{align*}
\cA(w_h,v_h)&=\sum_{T\in\cTh}\int_{T}D^2 w_h:D^2 v_h\,dx \\
& +\sum_{e\in\cEh}\int_{e}\m{w_h}\j{v_h}ds+\sum_{e\in\cEh}\int_{e}\m{v_h}\j{w_h}\,ds \\
& +\sum_{e\in\cEh}\dfrac{\sigma}{h_e}\int_{e}\j{w_h}\j{v_h}\,ds
\end{align*}
\normalsize
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
Re: beamer, equation exceeds the bounding box of the environment
Re: beamer, equation exceeds the bounding box of the environ
How could I make the equation smaller without doing smaller the number?
Thank you very much!
DOX
beamer, equation exceeds the bounding box of the environment
If you need more help, provide a minimal working example showing your problem.