Re: [NTG-context] Remove bold face

2009-11-18 Thread anuar lezama
Hello Taco, Thank you for answering. I can't make nomarking do this trick, I tried something like this: \starttext The {\bf teacher-student} relationship \nomarking{\bf implies} the authority of the person teaching over the person being taught. \stoptext and the word implies still have bold

Re: [NTG-context] Remove bold face

2009-11-18 Thread Taco Hoekwater
anuar lezama wrote: Hello Taco, Thank you for answering. I can't make nomarking do this trick, I tried something like this: \starttext The {\bf teacher-student} relationship \nomarking{\bf implies} the authority of the person teaching over the person being taught. \stoptext and the word

Re: [NTG-context] Remove bold face

2009-11-18 Thread Alan BRASLAU
On Wednesday 18 November 2009 02:57:18 anuar lezama wrote: Hello Everybody, My problem is the following: I'm creating chapter's titles with a mix of styles. For example. \chapter{ something {\bolditalic another thing}} This give me the result that I expect with my titles, but when I use this

Re: [NTG-context] Remove bold face

2009-11-18 Thread Peter Münster
On Wed, 18 Nov 2009, anuar lezama wrote: Thank you for answering. I can't make nomarking do this trick, I tried   something like this: \starttext The {\bf teacher-student} relationship \nomarking{\bf implies} the authority of the person teaching over the person being taught. \stoptext

Re: [NTG-context] Remove bold face

2009-11-18 Thread Bernhard Rosensteiner
Hello Anuar, for me \nomarking never worked as expected (i´m relatively new to ConTeXt, so i don´t know if \nomarking worked in the past..., maybe i´m misunderstanding something...). In the mailing list i found: \startchapter{title=\bf Title, list=entry in lists like content,

Re: [NTG-context] Remove bold face

2009-11-18 Thread anuar lezama
Hollo Everyone, Thank you everyone for answering. I think I misinterpreted your answer Taco I'm so sorry. I tried the solution gave by Alan and It worked perfectly. This is what i did: \defineselector [title] [max=2,n=2] \setupselector [title] [n=1] \section{\select{title}{Comunicación con el

Re: [NTG-context] Remove bold face

2009-11-18 Thread Alan BRASLAU
I learned about selectors from this mailing list. Before, I had used \nomarking{}, but I believe that this has been eliminated in mkiv. The selector mechanism is cleaner, and my use is typically for figure and table captions. I have no experience with \startchapter. Alan On Wednesday 18

[NTG-context] Remove bold face

2009-11-17 Thread anuar lezama
Hello Everybody, My problem is the following: I'm creating chapter's titles with a mix of styles. For example. \chapter{ something {\bolditalic another thing}} This give me the result that I expect with my titles, but when I use this title's string to create a header, part of the header appears

Re: [NTG-context] Remove bold face

2009-11-17 Thread Taco Hoekwater
anuar lezama wrote: Hello Everybody, My problem is the following: I'm creating chapter's titles with a mix of styles. For example. \chapter{ something {\bolditalic another thing}} This give me the result that I expect with \nomarking {\bolditalic } should do the trick. Best wishes, Taco