> I have two questions which I hope will be a good contribution to this
> list.  I have been using LyX 1.3.2 with document class article (AMS) to
> write a math paper with wonderful success but there are two minor things
> that I have not been able to figure out.
>
> (1) How can I add a name to a theorem in parentheses before the period.
> i.e.
>
>        Theorem 2.3 (Stable Manifold Theorem). Bla bla ...
>
> instead of
>
>        Theorem 2.3. (Stable Manifold Theorem) Bla bla ...
>
> (2) How can I back reference a Theorem (or any other theorem like
> environment) made early in the paper but use the same number. i.e.
>
>        %...
>
>        Claim 1.1. This is my claim.
>
>        %...
>
>        Recall the claim from the first section.
>
>        Claim 1.1. This is my claim.
>
>        Proof. Here is the proof that I put off until now.
>
>        %...

The suggestion by Amir concerning my first question worked. Thanks Amir.
It also gave me enough of a hint that I figured out a solution to my
second question, although it seems like a hack job.  I define a new claim
environment with the \newtheorem* command and put a \ref to the original
claim in the name. I figured this out by reading a pdf file about the
amsthm package that I found with a google search.

    http://tex.msu.re/texts/bookds/amsthdoc.pdf

I have attached a lyx file that answers both of my original questions.

Thanks everyone.  This is a great list.

Frank
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass amsart
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Claim


\begin_inset LatexCommand \label{cla:my-claim}

\end_inset 

This is my claim.
\layout Theorem


\begin_inset ERT
status Collapsed

\layout Standard
[
\end_inset 

Stable Manifold Theorem
\begin_inset ERT
status Collapsed

\layout Standard
]
\end_inset 

 Bla bla.
\layout Standard


\begin_inset ERT
status Open

\layout Standard

\backslash 
theoremstyle{remark}
\layout Standard

\backslash 
newtheorem*{claim1}{Claim $
\backslash 
ref{cla:my-claim}$}
\end_inset 


\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{claim1}
\end_inset 


\layout Standard

This is my claim.
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{claim1}
\end_inset 


\the_end

Reply via email to