Search found 3 matches

by nguyenvinhphu
Fri Oct 24, 2008 11:52 am
Forum: General
Topic: how to write numbered examples in lecture notes
Replies: 3
Views: 2353

Re: how to write numbered examples in lecture notes

Sorry for stupid questions, I figured out how to do. That's it.

\usepackage{amsmath,amssymb,amsfonts,stmaryrd}
\usepackage[framed,amsmath,thmmarks]{ntheorem}

(can not put amsmath in both)

Then, the following define a Example environment with a vertical line along the left side:

\theoremstyle ...
by nguyenvinhphu
Fri Oct 24, 2008 11:30 am
Forum: General
Topic: how to write numbered examples in lecture notes
Replies: 3
Views: 2353

Re: how to write numbered examples in lecture notes

Hi localghost,

It seemed that the ntheorem package is what I am looking for but when I used

\usepackage[framed,amsmath,thmmarks]{ntheorem}
\usepackage{framed}

I got the following error

Package ntheorem Error: Theorem style plain already defined.

How to remove it please.

Thanks.
by nguyenvinhphu
Thu Oct 23, 2008 4:41 pm
Forum: General
Topic: how to write numbered examples in lecture notes
Replies: 3
Views: 2353

how to write numbered examples in lecture notes

Hello everybody,

I am writing a lecture note where I insert some examples to explain somethings.
I would like the examples to be appeared differently from the rest (distinguished from the rest). So, I have been
looking for an environment that can do this. Say, text in example should be smaller
or ...