On Mon, 14 Feb 2005 02:53:30 +0100, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> > I have just noticed that the parentheses are not bold and from reading
> > the file amsthdoc.dvi I get no clue how to make the parentheses bold.
> 
> I hoped you wouldn't see this, because I wasn't able to get bold
> parentheses.
> 
> But you should have a look at the LaTeX-package "ntheorem". Possibly
> this offers a solution.

The package ntheorem offers, indeed, a straightforward solution. See
the example below.

Regards,

Paul

#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage{ntheorem}

\theorembodyfont{\upshape}
\newtheorem{thm}{Theorem}
\end_preamble
\language american
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\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 Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{thm}[Smith]
\end_inset 


\layout Standard

This is the statement of the theorem.
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{thm}
\end_inset 


\the_end

Reply via email to