Adding symbols to LyX

2015-02-02 Thread Chris Menzel
Gentle LyX developers:

What would it take to incorporate a couple of missing logical connectives?
The symbols \boxright and \Diamondright from the txfonts package are used
very commonly in modal logic to express the *would* and *might* counterfactual
conditionals. (Kludged up out of separate symbols they are, roughly, □→
and ◇→.) It would be supercool if these were included in LyX's already
great set of native math symbols.

Chris Menzel


Re: square brackets in linguistic tree structurs

2015-02-02 Thread Maria Gouskova
Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de wrote:

  Hi ,
 in writing linguistic tree structures square brackets are syntax reserved
 elements.
 The screenshot shows (Op) whereas [Op] would be desired.
 Can somebody explain if and how that could be possibly accomplished?

 Thanks and cheers
 --
 Michael Berger, Dipl. Ing.
 Im Borngrund 7a
 D-35606 Solms
 id...@online.de
 Tel:  06442 706509
 Fax: 004932121247536






Re: change tracking

2015-02-02 Thread Jean-Marc Lasgouttes

Le 02/02/2015 11:48, Patrick Dupre a écrit :

Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?


Unfortunately not. This is not yet implemented.

JMarc



change tracking

2015-02-02 Thread Patrick Dupre
Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Maria,
I use the forest package.
But looking at your proposal I am confident it is going to work as well 
in forest.

Will try it and post the list on the result.
Thanks,
Michael


On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de 
mailto:id...@online.de wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de mailto:id...@online.de
Tel:  06442 706509
Fax: 004932121247536






Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger
As already anticipated the code proposed by Maria (using the tree 
package) does the job as well using the forest package.


\begin{forest}
[CP
[PP[{lamata [Op]}]]
[C'
[C$_O$]
[AGRsP]
]]
\end{forest}

and returns in my tree as desired: lamata [Op]

Thanks

On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de 
mailto:id...@online.de wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de mailto:id...@online.de
Tel:  06442 706509
Fax: 004932121247536






square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Hi ,
in writing linguistic tree structures square brackets are syntax 
reserved elements.

The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de
Tel:  06442 706509
Fax: 004932121247536





change tracking

2015-02-02 Thread Patrick Dupre
Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: change tracking

2015-02-02 Thread Jean-Marc Lasgouttes

Le 02/02/2015 11:48, Patrick Dupre a écrit :

Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?


Unfortunately not. This is not yet implemented.

JMarc



square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Hi ,
in writing linguistic tree structures square brackets are syntax 
reserved elements.

The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de
Tel:  06442 706509
Fax: 004932121247536





Adding symbols to LyX

2015-02-02 Thread Chris Menzel
Gentle LyX developers:

What would it take to incorporate a couple of missing logical connectives?
The symbols \boxright and \Diamondright from the txfonts package are used
very commonly in modal logic to express the *would* and *might* counterfactual
conditionals. (Kludged up out of separate symbols they are, roughly, □→
and ◇→.) It would be supercool if these were included in LyX's already
great set of native math symbols.

Chris Menzel


Re: square brackets in linguistic tree structurs

2015-02-02 Thread Maria Gouskova
Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de wrote:

  Hi ,
 in writing linguistic tree structures square brackets are syntax reserved
 elements.
 The screenshot shows (Op) whereas [Op] would be desired.
 Can somebody explain if and how that could be possibly accomplished?

 Thanks and cheers
 --
 Michael Berger, Dipl. Ing.
 Im Borngrund 7a
 D-35606 Solms
 id...@online.de
 Tel:  06442 706509
 Fax: 004932121247536






Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Maria,
I use the forest package.
But looking at your proposal I am confident it is going to work as well 
in forest.

Will try it and post the list on the result.
Thanks,
Michael


On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de 
mailto:id...@online.de wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de mailto:id...@online.de
Tel:  06442 706509
Fax: 004932121247536






Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger
As already anticipated the code proposed by Maria (using the tree 
package) does the job as well using the forest package.


\begin{forest}
[CP
[PP[{lamata [Op]}]]
[C'
[C$_O$]
[AGRsP]
]]
\end{forest}

and returns in my tree as desired: lamata [Op]

Thanks

On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger id...@online.de 
mailto:id...@online.de wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de mailto:id...@online.de
Tel:  06442 706509
Fax: 004932121247536






change tracking

2015-02-02 Thread Patrick Dupre
Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?

Thank.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: change tracking

2015-02-02 Thread Jean-Marc Lasgouttes

Le 02/02/2015 11:48, Patrick Dupre a écrit :

Hello,

The tool change tracking is very convenient. However, it seems that it does not 
work
in formula mode.
Did I miss something?


Unfortunately not. This is not yet implemented.

JMarc



square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Hi ,
in writing linguistic tree structures square brackets are syntax 
reserved elements.

The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de
Tel:  06442 706509
Fax: 004932121247536





Adding symbols to LyX

2015-02-02 Thread Chris Menzel
Gentle LyX developers:

What would it take to incorporate a couple of missing logical connectives?
The symbols \boxright and \Diamondright from the txfonts package are used
very commonly in modal logic to express the *would* and *might* counterfactual
conditionals. (Kludged up out of separate symbols they are, roughly, "□→"
and "◇→".) It would be supercool if these were included in LyX's already
great set of native math symbols.

Chris Menzel


Re: square brackets in linguistic tree structurs

2015-02-02 Thread Maria Gouskova
Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger  wrote:

>  Hi ,
> in writing linguistic tree structures square brackets are syntax reserved
> elements.
> The screenshot shows (Op) whereas [Op] would be desired.
> Can somebody explain if and how that could be possibly accomplished?
>
> Thanks and cheers
> --
> Michael Berger, Dipl. Ing.
> Im Borngrund 7a
> D-35606 Solms
> id...@online.de
> Tel:  06442 706509
> Fax: 004932121247536
>
>
>
>


Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger

Maria,
I use the forest package.
But looking at your proposal I am confident it is going to work as well 
in forest.

Will try it and post the list on the result.
Thanks,
Michael


On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger > wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de 
Tel:  06442 706509
Fax: 004932121247536






Re: square brackets in linguistic tree structurs

2015-02-02 Thread Michael Berger
As already anticipated the code proposed by Maria (using the tree 
package) does the job as well using the forest package.


\begin{forest}
[CP
[PP[{lamata [Op]}]]
[C'
[C$_O$]
[AGRsP]
]]
\end{forest}

and returns in my tree as desired: lamata [Op]

Thanks

On 02/02/2015 11:48 PM, Maria Gouskova wrote:

Use the qtree package. The following code should do it:

\Tree[.CP [.PP {lamata [Op] } ] [.C' [.C_0 ] [.AGRsP ] ] ]


On Mon, Feb 2, 2015 at 2:13 PM, Michael Berger > wrote:


Hi ,
in writing linguistic tree structures square brackets are syntax
reserved elements.
The screenshot shows (Op) whereas [Op] would be desired.
Can somebody explain if and how that could be possibly accomplished?

Thanks and cheers

Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de 
Tel:  06442 706509
Fax: 004932121247536