Graphics, Figures & TablesMake some block of text indivisible?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

Make some block of text indivisible?

Post by karlisrepsons »

Hi,
a question again: can text block be made indivisible in sense of making it never be started in one page and ended into another (at best, provided, its shorter than page height)?

If I use \newtheorem{conclusion}{Conclusion}[section]
\begin{conclusion}
..
\end{conclusion}

how should it be done?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Make some block of text indivisible?

Post by Stefan Kottwitz »

Hi,

you could use a minipage environment.

Stefan
LaTeX.org admin
karlisrepsons
Posts: 50
Joined: Sat May 23, 2009 10:13 pm

Re: Make some block of text indivisible?

Post by karlisrepsons »

Perhaps so, but could you also give some clue about how to include it within \begin..\end? Used \newtheorem is from \usepackage{amsmath, amsthm, amssymb}, I think...
Post Reply