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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
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