Tagged Questions
2
votes
1answer
43 views
\newpage inside of \newtheorem
Ηow to enter \newpage in the environment so that each exercise is contained in its own page.
\newtheorem{exercise}{ \color{magenta} \Large \bfseries }[chapter]
Something seemingly simple but ...
2
votes
0answers
121 views
Breaking a proof between frames [closed]
I have the same question in here
Proofs in Beamer
In the answer, the author used beamertemplate to examine breaking the frames. But how can i change it to my paragraph?
For example, i need to ...
13
votes
2answers
333 views
Breaking a theorem between pages
I currently have this custom myexample theorem environment that is working absolutely great.
\newtheoremstyle{myexamplestyle}{}{}{}{}{\bfseries}{.}{ }{}
...
6
votes
1answer
899 views
Proofs in Beamer
I'm writing a presentation in Beamer, where I present proofs which are longer than one frame. How to make Beamer to break it automatically to another frame? If it is not possible how am I supposed to ...
4
votes
2answers
594 views
QED symbol on the same page as proof
I'm using the proof environment from the amsthm package. In some cases, the last line of a proof falls at the end of a page, but the QED symbol (the little white box) ends up on the following page.
...
6
votes
2answers
2k views
Allow theorem split in many frames in beamer
How can a theorem-like environment be (automatically) split into multiple frames if the vertical space it needs is not enough in a frame?
In my document preamble I have
\theoremstyle{definition}
...
5
votes
1answer
597 views
Shaded theorems (thmtools) spanning pages
When the thmtools package is used to create theorem environments with a shaded background, it does not allow separate theorems to span more than one page. This is a rather severe problem if the ...
3
votes
2answers
730 views
Avoid page break in theorem
I have a theorem which is half of it on another page, as I do for you automatically (without \newpage) get full theorem on the next page?
\documentclass[a4paper]{book}
\usepackage[utf8]{inputenc}
...
5
votes
2answers
605 views
thmtools: How to prevent pagebreak between theorem and proof?
I am using thmtools to format a collection of theorems and their proofs.
Is there any way to prevent a pagebreak from happening between the last line of a theorem statement and the first line of the ...
1
vote
2answers
252 views
theoremprework Error with ntheorem
I have defined
\theoremheaderfont{\normalfont\bfseries}
\theoremprework{\bigskip\hrule}
\theorempostwork{\hrule\bigskip}
\theorembodyfont{\slshape}
\newtheorem{definition}[satz]{Definition}
and now ...
8
votes
1answer
584 views
Theorem decorations that stay with theorem environment
I am typesetting a document using the memoir documentclass. Currently, my theorems have the following definition (using macros provided by the ntheorem package):
% THEOREMS
...
5
votes
1answer
479 views
Page-breaking over titles of theorems that have lists
When I have multiple part theorems, I use an enumerate environment inside my theorem environment. However, I don't like the list to start at the same level as the theorem title, since this produces ...