Re: Box at the end of a remark

2002-04-08 Thread Dekel Tsur

On Mon, Apr 08, 2002 at 02:31:26PM +0200, Guenter Milde wrote:
> On Sat, 6 Apr 2002 13:19:28 +0300 wrote Dekel Tsur <[EMAIL PROTECTED]>:
> 
> > > >   EndLabelType  Box
> > > 
> > > Is this an 1.2. extension of also possible in 1.1.6? 
> 
> > It is available in 1.1.6, but undocumented.
> 
> Which EndLabelTypes are possible?

box
filled_box
static (= string. The string is set using 'endlabelstring string' )



Re: Re: Re: Box at the end of a remark

2002-04-08 Thread Guenter Milde

On Sat, 6 Apr 2002 13:19:28 +0300 wrote Dekel Tsur <[EMAIL PROTECTED]>:

> > >   EndLabelType  Box
> > 
> > Is this an 1.2. extension of also possible in 1.1.6? 

> It is available in 1.1.6, but undocumented.

Which EndLabelTypes are possible?

Guenter

--
[EMAIL PROTECTED]




Re: Re: Box at the end of a remark

2002-04-06 Thread Dekel Tsur

On Thu, Apr 04, 2002 at 12:37:51PM +0200, Guenter Milde wrote:
> On 04 Apr 2002 10:31:14 +0200 wrote Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
> 
>  
> > And, most importantly, add the following :)
> >   EndLabelType  Box
> 
> Is this an 1.2. extension of also possible in 1.1.6? (I did not find the
> EndLabelType tag in my documentation, but maybe I was just overlooking it.)

It is available in 1.1.6, but undocumented.



Re: Re: Box at the end of a remark

2002-04-04 Thread Guenter Milde

On 04 Apr 2002 10:31:14 +0200 wrote Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:

 
> And, most importantly, add the following :)
>   EndLabelType  Box

Is this an 1.2. extension of also possible in 1.1.6? (I did not find the
EndLabelType tag in my documentation, but maybe I was just overlooking it.)

Guenter

--
[EMAIL PROTECTED]




Re: Box at the end of a remark

2002-04-04 Thread Jean-Marc Lasgouttes

> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:

Allan> On Wed, 3 Apr 2002, Bas Spitters wrote:
>> For an environment I would use:
>> \newenvironment{myremark}{\begin{remark}}{\qed\end{remark}}
Allan> [...]
>> Second, I want lyx to use myremark instead of remark, when I select
>> remark in lyx What should I do to make lyx do this?

Allan> Make a copy of the layout file you are using (eg.
Allan> report.layout) in your ~/.lyx/layouts/ directory and edit that
Allan> to modify the remark environment.

Allan> You'll probably just end up writing something like the below
Allan> since you just need to alter part of an existing definition
Allan> that is included from some other file:

Allan> Style Remark Preamble
Allan> \newenvironment{myremark}{\begin{remark}}{\qed\end{remark}}
Allan> EndPreamble LaTeXName myremark End

And, most importantly, add the following :)
  EndLabelType  Box

This will give you the nice box on screen.

JMarc



Re: Box at the end of a remark

2002-04-03 Thread Allan Rae

On Wed, 3 Apr 2002, Bas Spitters wrote:

> For an environment I would use:
> \newenvironment{myremark}{\begin{remark}}{\qed\end{remark}}
[...]
> Second, I want lyx to use myremark instead of remark, when I select remark in
> lyx
> What should I do to make lyx do this?

Make a copy of the layout file you are using (eg. report.layout) in
your ~/.lyx/layouts/ directory and edit that to modify the remark
environment.

You'll probably just end up writing something like the below since you
just need to alter part of an existing definition that is included
from some other file:

Style Remark
Preamble
\newenvironment{myremark}{\begin{remark}}{\qed\end{remark}}
EndPreamble
LaTeXName   myremark
End

See Help->Customization for the correct syntax for layout files.

Allan. (ARRae)




Box at the end of a remark

2002-04-03 Thread Bas Spitters

Dear users,

I want to put a qed-box at the end of all my remarks. I am using ams-book
The best way seems to be to redefine the theorem-style remark to include the 
\qed command which puts a box at the right place.

For an environment I would use:
\newenvironment{myremark}{\begin{remark}}{\qed\end{remark}}

But I can not find out how to do this for a theorem environment.

Second, I want lyx to use myremark instead of remark, when I select remark in 
lyx
What should I do to make lyx do this?

Thanks,

Bas