Re: Custom box inset and custom bullets

2009-08-31 Thread Guenter Milde
On 2009-08-30, Nick Bell wrote:
 Guenter Milde mi...@... writes:
 Or with the GUI in DocumentSettings...

 No, I wanted to do it on a per-list basis.

Then, the enumitem module (search for it in wiki.lyx.org) might help: it
adds an optional argument for lists (available under the misnamed
InsertShort Title menu entry) which you can use to set a custom bullet
style.

Günter



Re: Custom box inset and custom bullets

2009-08-31 Thread Guenter Milde
On 2009-08-30, Nick Bell wrote:
 Guenter Milde mi...@... writes:
 Or with the GUI in DocumentSettings...

 No, I wanted to do it on a per-list basis.

Then, the enumitem module (search for it in wiki.lyx.org) might help: it
adds an optional argument for lists (available under the misnamed
InsertShort Title menu entry) which you can use to set a custom bullet
style.

Günter



Re: Custom box inset and custom bullets

2009-08-31 Thread Guenter Milde
On 2009-08-30, Nick Bell wrote:
> Guenter Milde  writes:
>> Or with the GUI in Document>Settings>...

> No, I wanted to do it on a per-list basis.

Then, the enumitem module (search for it in wiki.lyx.org) might help: it
adds an optional argument for lists (available under the misnamed
"Insert>Short Title" menu entry) which you can use to set a custom bullet
style.

Günter



Re: Custom box inset and custom bullets

2009-08-30 Thread Nick Bell
Guenter Milde mi...@... writes:
 Or with the GUI in DocumentSettings...
 
No, I wanted to do it on a per-list basis.

Thanks

Nick




Re: Custom box inset and custom bullets

2009-08-30 Thread Nick Bell
Guenter Milde mi...@... writes:
 Or with the GUI in DocumentSettings...
 
No, I wanted to do it on a per-list basis.

Thanks

Nick




Re: Custom box inset and custom bullets

2009-08-30 Thread Nick Bell
Guenter Milde  writes:
> Or with the GUI in Document>Settings>...
 
No, I wanted to do it on a per-list basis.

Thanks

Nick




Re: Custom box inset and custom bullets

2009-08-29 Thread Guenter Milde
On 2009-08-28, rgheck wrote:

 (2) Also I'd like to know how to change the bullet type for each 
 individual line (itemize environment) - using renewcommand?

 \renewcommand{\labelitemi}{$\star  
 cid:part1.02080206.06080804@bobjweil.com$}
 \renewcommand{\labelitemii}{$\rightarrow  
 cid:part1.02080206.06080804@bobjweil.com$}

 etc.

Or with the GUI in DocumentSettings...

Günter



Re: Custom box inset and custom bullets

2009-08-29 Thread Guenter Milde
On 2009-08-28, rgheck wrote:

 (2) Also I'd like to know how to change the bullet type for each 
 individual line (itemize environment) - using renewcommand?

 \renewcommand{\labelitemi}{$\star  
 cid:part1.02080206.06080804@bobjweil.com$}
 \renewcommand{\labelitemii}{$\rightarrow  
 cid:part1.02080206.06080804@bobjweil.com$}

 etc.

Or with the GUI in DocumentSettings...

Günter



Re: Custom box inset and custom bullets

2009-08-29 Thread Guenter Milde
On 2009-08-28, rgheck wrote:

>> (2) Also I'd like to know how to change the bullet type for each 
>> individual line (itemize environment) - using renewcommand?

> \renewcommand{\labelitemi}{$\star  
> $}
> \renewcommand{\labelitemii}{$\rightarrow  
> $}

> etc.

Or with the GUI in Document>Settings>...

Günter



Custom box inset and custom bullets

2009-08-28 Thread Nick Bell

Dear list,

I have looked at the mailing lists and wiki but can't find what I want. 
What I'd like to do is:


(1) to create a module defining a new box inset type with an oval frame 
and framesep=12pt, space between lines=medskip, which I can then apply 
to bits of my documents.


(2) Also I'd like to know how to change the bullet type for each 
individual line (itemize environment) - using renewcommand?


Thanks for any pointers

Nick


Re: Custom box inset and custom bullets

2009-08-28 Thread rgheck




On 08/28/2009 09:43 AM, Nick Bell wrote:
Dear
list,
  
  
I have looked at the mailing lists and wiki but can't find what I want.
What I'd like to do is:
  
  
(1) to create a module defining a new box inset type with an oval frame
and framesep=12pt, space between lines=medskip, which I can then apply
to bits of my documents.
  
  

Is the issue here how to do the LaTeX, or how to define the Flex inset?

(2) Also
I'd like to know how to change the bullet type for each individual line
(itemize environment) - using renewcommand?
  
  

\renewcommand{\labelitemi}{$\star$}
\renewcommand{\labelitemii}{$\rightarrow$}

etc.

rh





Custom box inset and custom bullets

2009-08-28 Thread Nick Bell

Dear list,

I have looked at the mailing lists and wiki but can't find what I want. 
What I'd like to do is:


(1) to create a module defining a new box inset type with an oval frame 
and framesep=12pt, space between lines=medskip, which I can then apply 
to bits of my documents.


(2) Also I'd like to know how to change the bullet type for each 
individual line (itemize environment) - using renewcommand?


Thanks for any pointers

Nick


Re: Custom box inset and custom bullets

2009-08-28 Thread rgheck




On 08/28/2009 09:43 AM, Nick Bell wrote:
Dear
list,
  
  
I have looked at the mailing lists and wiki but can't find what I want.
What I'd like to do is:
  
  
(1) to create a module defining a new box inset type with an oval frame
and framesep=12pt, space between lines=medskip, which I can then apply
to bits of my documents.
  
  

Is the issue here how to do the LaTeX, or how to define the Flex inset?

(2) Also
I'd like to know how to change the bullet type for each individual line
(itemize environment) - using renewcommand?
  
  

\renewcommand{\labelitemi}{$\star$}
\renewcommand{\labelitemii}{$\rightarrow$}

etc.

rh





Custom box inset and custom bullets

2009-08-28 Thread Nick Bell

Dear list,

I have looked at the mailing lists and wiki but can't find what I want. 
What I'd like to do is:


(1) to create a module defining a new box inset type with an oval frame 
and framesep=12pt, space between lines=medskip, which I can then apply 
to bits of my documents.


(2) Also I'd like to know how to change the bullet type for each 
individual line (itemize environment) - using renewcommand?


Thanks for any pointers

Nick


Re: Custom box inset and custom bullets

2009-08-28 Thread rgheck




On 08/28/2009 09:43 AM, Nick Bell wrote:
Dear
list,
  
  
I have looked at the mailing lists and wiki but can't find what I want.
What I'd like to do is:
  
  
(1) to create a module defining a new box inset type with an oval frame
and framesep=12pt, space between lines=medskip, which I can then apply
to bits of my documents.
  
  

Is the issue here how to do the LaTeX, or how to define the Flex inset?

(2) Also
I'd like to know how to change the bullet type for each individual line
(itemize environment) - using renewcommand?
  
  

\renewcommand{\labelitemi}{$\star$}
\renewcommand{\labelitemii}{$\rightarrow$}

etc.

rh