Peter Soendergaard wrote:
I need to state some proofs in an article that does not follow
immediatly after the theorems they refer to.
How can I make LyX/LaTeX output something like: "Proof of Theorem 8.3.1." in a proper manner?
Just put a label in the theorem and reference it in the proof, see the attached example.
regards Uwe
#LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass amsart \options fleqn \language english \inputencoding auto \fontscheme default \graphics default \paperfontsize 12 \spacing single \papersize Default \paperpackage a4 \use_geometry 0 \use_amsmath 1 \use_natbib 0 \use_numerical_citations 0 \paperorientation portrait \secnumdepth 4 \tocdepth 3 \paragraph_separation skip \defskip medskip \quotes_language english \quotes_times 2 \papercolumns 1 \papersides 1 \paperpagestyle empty \bullet 1 1 34 -1 \end_bullet \bullet 2 2 35 -1 \end_bullet \bullet 3 2 7 -1 \end_bullet
\layout Part
test
\layout Theorem
blabla
\layout Standard
blabla
\layout Theorem
\begin_inset LatexCommand \label{thm:blabla}
\end_inset
blabla
\layout Part
tset
\layout Theorem
blabla
\layout Proof
of Theorem\SpecialChar ~
\begin_inset LatexCommand \ref{thm:blabla}
\end_inset
.
\the_end
