Re: [NTG-context] Catalan especial character (l·l) in ConTeXt

2015-01-14 Thread 19cat
pter1 c_chapter2 Thanks, 19cat > El 14/01/2015, a les 5:50 p.m., 19cat va escriure: > > Thanks to All, > > But your solutions do not like me. And I keep trying the option of > Fontfeaturefile page in wiki and Adobe feature topic. > - http://wiki.contextgarden.net

Re: [NTG-context] Catalan especial character (l·l) in ConTeXt

2015-01-14 Thread 19cat
ound L·L and l·l position l \u00b7' <-330 0 -660 0> l; position L \u00b7' <-330 0 -660 0> L; } kern; # ==== 19cat geminated.tex Description: Binary data gemligature.fea Description: Binary data gemkerndot.fea Desc

[NTG-context] Catalan especial character (l·l) in ConTeXt

2015-01-08 Thread 19cat
== The second section is with utf-8 characters, and it looks great. Thanks, 19cat ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-06 Thread 19cat
Thanks, I test it, with trial and error, from yours comments. 19cat El 06/12/2014, a les 11:29 a.m., Pablo Rodriguez va escriure: > On 12/02/2014 04:12 PM, 19cat wrote: >> Well, I understood that: >> - indent first paragraph after heads is configured with "indentnex

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-02 Thread 19cat
Well, I understood that: - indent first paragraph after heads is configured with "indentnext" of \setuphead . - "first/next" option of \setupindenting refers only first paragraf of document before heads. That is correct? 19cat El 02/12/2014, a les 9:49 a.m., Wolfgang Sc

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-01 Thread 19cat
omment for indent in \subject \setupindenting[yes,medium,next] \starttext \chapter{Chapter} \section{Section} \input knuth \subject{Subject} \input knuth \stoptext 19cat > El 01/12/2014,

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-01 Thread 19cat
This is what I was looking for. I need read more, about ConText. Thanks everyone El 01/12/2014, a les 8:23 p.m., Pablo Rodriguez va escriure: > On 12/01/2014 08:05 PM, 19cat wrote: >> Thank you, >> >> Now, "first/next" parameter works. >> >

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-01 Thread 19cat
Thank you, Now, "first/next" parameter works. But I must add same line for "section", "subsection", "subsubsection", ... :-( 19cat > El 01/12/2014, a les 6:54 p. m., Aditya Mahajan va > escriure: > > \setuphead[chapte

Re: [NTG-context] Parameter "first" of \setupindenting works?

2014-12-01 Thread 19cat
Sorry. This is a minimal sample. And first paragraph always is not indented. indent.tex Description: Binary data 19cat > El 01/12/2014, a les 6:00 p. m., Pablo Rodriguez va escriure: > > On 12/01/2014 03:55 PM, 19cat wrote: >> Hello, >> >> I set the indenta

[NTG-context] Parameter "first" of \setupindenting works?

2014-12-01 Thread 19cat
Hello, I set the indentation of the first paragraph with \setupindenting, but "first" opcion does not work. \setupindenting[yes,medium,first] Does anyone know what happens? Thanks, 19cat _