{theorems} are environments which are commonly numbered. They are extensively used in math texts. Examples of such environments are theorems, corollaries, lemmas, propositions, remarks and definitions. Popular packages are {amsthm}, {ntheorem}, and {thmtools}. Covers discussion on proofs too.
7
votes
1answer
108 views
List of equations in separate pdf
I am communication with my coauthors via email. This time, I am the author, so I send them the PDF file of the document, and they send me corrections. Then I'd like to implement these corrections. ...
0
votes
1answer
43 views
A Theorem solution that works with Nath
I'd like to use some theorem environment. But I'm using the nath package, which is unfortunately incompatible with every solution I've found. I don't need anything very fancy, just the following ...
4
votes
0answers
46 views
Break theorem style in amsart
I want to make a theorem's header stands in a separated line like (as style break in ntheorem)
Examples 1
(1) GL(n)
(2) SL(n)
I copied the solution from Theorem formatting, but it doesn't work ...
4
votes
0answers
122 views
Customising theorem style
I wish to customise my theorem style to something like the one shown, but I couldn,t figure a universal definition of parameters. Some suggestions?
The code:
\documentclass{article}
...
2
votes
0answers
122 views
Using a congratulatory (end of proof) box properly in LyX
I know how to enter the end of proof boxes in LyX:
\square, \blacksquare. However, I don't like where it ends up in the PDF. Here's an example
I want it to mock the example below (cropped from ...
2
votes
0answers
155 views
misplaced qed symbol after displaymath inside item of inline list
My problem involes a qed symbol which appears too early.
My observations are that it happens after a displaymath inside an item of an unboxed inline list.
All of this seems to be necessary to produce ...
1
vote
0answers
26 views
Custom environment splitting between pages
I created a custom environment for theorems using mdframed package:
\newtheorem{theorem}{Theorem}
\newtheorem{twierdz}[theorem]{Twierdzenie}
\newenvironment{twierdzenie}
...
1
vote
0answers
27 views
how can I get a period right after a theorem number when using \swapnumbers?
I am trying to mimic lecture notes formatted like this:
http://ocw.mit.edu/courses/mathematics/18-01-single-variable-calculus-fall-2005/lecture-notes/lecture_25.pdf
I would like to format a theorem ...
1
vote
0answers
33 views
restatables and \listoftheorem
I am using the restatable environment from the thm-restate package ofthmtools.
I am also using \listoftheorems command to give me a list of the theorems.
However, my restatable theorem is appearing ...
0
votes
0answers
33 views
What's the correct way to place theorems and pictures side by side?
Okay so I have a definition using the amsthm theorem environments, and a tikzpicture that I want to appear side by side. The material inside the definition is not too big, so I expect the final height ...
0
votes
0answers
63 views
extern lemma declaration
Is it possible to something like this:
\begin{theorm}
foo equal bar
\end{theorem}
\begin{proof}
\extern{lemma-fu}
With this, we will do … % A lot of text
\end{proof}
\begin{lemma}
...