Re: Creating a new description environment

2015-05-20 Thread Guenter Milde
On 2015-05-20, ga...@free.fr wrote: On 05/19/15 20:52, Victor Porton wrote: I need to create a new environment which could work exactly as Description with one change: It should use another LaTeX environment (not description), when exporting. Can it be done? Here's a solution that can be

Re: Creating a new description environment

2015-05-20 Thread Guenter Milde
On 2015-05-20, ga...@free.fr wrote: On 05/19/15 20:52, Victor Porton wrote: I need to create a new environment which could work exactly as Description with one change: It should use another LaTeX environment (not description), when exporting. Can it be done? Here's a solution that can be

Re: Creating a new description environment

2015-05-20 Thread Guenter Milde
On 2015-05-20, ga...@free.fr wrote: > On 05/19/15 20:52, Victor Porton wrote: >> I need to create a new environment which could work exactly as >> Description with one change: It should use another LaTeX environment >> (not "description"), when exporting. >> Can it be done? > Here's a solution

Re: Creating a new description environment

2015-05-19 Thread gadmm
Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName description2 End For more information about the layout syntax

Re: Creating a new description environment

2015-05-19 Thread Richard Heck
On 05/19/2015 08:02 PM, ga...@free.fr wrote: Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName description2 End

Creating a new description environment

2015-05-19 Thread Victor Porton
I need to create a new environment which could work exactly as Description with one change: It should use another LaTeX environment (not description), when exporting. Can it be done? -- Victor Porton - http://portonvictor.org

Creating a new description environment

2015-05-19 Thread Victor Porton
I need to create a new environment which could work exactly as Description with one change: It should use another LaTeX environment (not description), when exporting. Can it be done? -- Victor Porton - http://portonvictor.org

Re: Creating a new description environment

2015-05-19 Thread gadmm
Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName description2 End For more information about the layout syntax

Re: Creating a new description environment

2015-05-19 Thread Richard Heck
On 05/19/2015 08:02 PM, ga...@free.fr wrote: Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName description2 End

Creating a new description environment

2015-05-19 Thread Victor Porton
I need to create a new environment which could work exactly as Description with one change: It should use another LaTeX environment (not "description"), when exporting. Can it be done? -- Victor Porton - http://portonvictor.org

Re: Creating a new description environment

2015-05-19 Thread gadmm
Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting > Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName "description2" End For more information about the layout

Re: Creating a new description environment

2015-05-19 Thread Richard Heck
On 05/19/2015 08:02 PM, ga...@free.fr wrote: Dear Victor, Here's a solution that can be adapted to many other contexts. In Document Setting > Local Layout, you can define your custom environment with the following code: Style Description2 CopyStyle Description LatexName "description2"