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

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

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

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

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

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

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

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

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

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

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

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