ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Removing Introduction section number
       [not found] <mailman.0.1276509602.1911.ntg-context@ntg.nl>
@ 2010-06-14 10:54 ` Vyatcheslav Yatskovsky
  2010-06-14 11:03 ` Filtering contents Vyatcheslav Yatskovsky
  2010-06-14 11:13 ` Weird \Word behaviour Vyatcheslav Yatskovsky
  2 siblings, 0 replies; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 10:54 UTC (permalink / raw)
  To: ntg-context

Yes, yes, yes!
Thank you, friends )

\setupsectionblock[bodypart][page=no]
\setupsectionblock[frontpart][page=no]


-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Filtering contents
       [not found] <mailman.0.1276509602.1911.ntg-context@ntg.nl>
  2010-06-14 10:54 ` Removing Introduction section number Vyatcheslav Yatskovsky
@ 2010-06-14 11:03 ` Vyatcheslav Yatskovsky
  2010-06-14 12:37   ` Wolfgang Schuster
  2010-06-14 11:13 ` Weird \Word behaviour Vyatcheslav Yatskovsky
  2 siblings, 1 reply; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 11:03 UTC (permalink / raw)
  To: ntg-context

Hi

Sorry for (possibly) stupid question, but what should I use to remove 
subsubsections from TOC?

I'm convinced that I should use

\placecontent[level=subsection]

but it does not work.

-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Weird \Word behaviour
       [not found] <mailman.0.1276509602.1911.ntg-context@ntg.nl>
  2010-06-14 10:54 ` Removing Introduction section number Vyatcheslav Yatskovsky
  2010-06-14 11:03 ` Filtering contents Vyatcheslav Yatskovsky
@ 2010-06-14 11:13 ` Vyatcheslav Yatskovsky
  2 siblings, 0 replies; 5+ messages in thread
From: Vyatcheslav Yatskovsky @ 2010-06-14 11:13 UTC (permalink / raw)
  To: ntg-context

)))
Can please someone explain me why it happens?


\def \sps {special-purpose digital computers}

\starttext
\Word{\sps}    %Special-purpose digital computers

"\Word{\sps}"     %special-purpose Digital computers
\stoptext


-- 
Best Regards,
Vyatcheslav Yatskovsky
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filtering contents
  2010-06-14 11:03 ` Filtering contents Vyatcheslav Yatskovsky
@ 2010-06-14 12:37   ` Wolfgang Schuster
  2010-06-14 12:50     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-06-14 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 14.06.10 13:03, schrieb Vyatcheslav Yatskovsky:
> Hi
>
> Sorry for (possibly) stupid question, but what should I use to remove 
> subsubsections from TOC?
>
> I'm convinced that I should use
>
> \placecontent[level=subsection]
>
> but it does not work.

This option (although set in strc-def.mkiv) is gone in mkiv, use the 
normal \placelist command.

\placelist[chapter,section,subsection]

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Filtering contents
  2010-06-14 12:37   ` Wolfgang Schuster
@ 2010-06-14 12:50     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-06-14 12:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 14-6-2010 2:37, Wolfgang Schuster wrote:
> Am 14.06.10 13:03, schrieb Vyatcheslav Yatskovsky:
>> Hi
>>
>> Sorry for (possibly) stupid question, but what should I use to remove
>> subsubsections from TOC?
>>
>> I'm convinced that I should use
>>
>> \placecontent[level=subsection]
>>
>> but it does not work.
>
> This option (although set in strc-def.mkiv) is gone in mkiv, use the
> normal \placelist command.
>
> \placelist[chapter,section,subsection]

you can try things like criterum=current|previous|local etc

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-14 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.0.1276509602.1911.ntg-context@ntg.nl>
2010-06-14 10:54 ` Removing Introduction section number Vyatcheslav Yatskovsky
2010-06-14 11:03 ` Filtering contents Vyatcheslav Yatskovsky
2010-06-14 12:37   ` Wolfgang Schuster
2010-06-14 12:50     ` Hans Hagen
2010-06-14 11:13 ` Weird \Word behaviour Vyatcheslav Yatskovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).