ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Section head without numbers, ToC with numbers
@ 2015-10-03 19:45 Erik Margraf
  2015-10-03 21:51 ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Margraf @ 2015-10-03 19:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 390 bytes --]

Dear List,

is it possible to achieve the following:

First section
.... Some Text

Second section
.... Some Text

Table of Contents
1 First section
2 Second section

I tried both:

a) \setuphead[section][sectionnumber=no]

b) \setupheads[sectionnumber=no]


I also tried

\setuphead[section][number=no]

This gave me sections without numbers, but als a ToC without numbers


Thanks


Erik

[-- Attachment #1.2: Type: text/html, Size: 872 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

* Re: Section head without numbers, ToC with numbers
  2015-10-03 19:45 Section head without numbers, ToC with numbers Erik Margraf
@ 2015-10-03 21:51 ` Aditya Mahajan
       [not found]   ` <CAAaWjtGHmH7L9Hgdpm8bGTon3pg-ok91r3eq+Pz64GwT0Me21g@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2015-10-03 21:51 UTC (permalink / raw)
  To: erik.margraf, mailing list for ConTeXt users

On Sat, 3 Oct 2015, Erik Margraf wrote:

> Dear List,
>
> is it possible to achieve the following:
>
> First section
> .... Some Text
>
> Second section
> .... Some Text
>
> Table of Contents
> 1 First section
> 2 Second section
>

(Untested):

\setuphead[section][numbercommand=\gobbleoneargument]

Aditya
___________________________________________________________________________________
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] 4+ messages in thread

* Re: Section head without numbers, ToC with numbers
       [not found]   ` <CAAaWjtGHmH7L9Hgdpm8bGTon3pg-ok91r3eq+Pz64GwT0Me21g@mail.gmail.com>
@ 2015-10-05  0:27     ` Aditya Mahajan
  2015-10-05  5:04       ` Erik Margraf
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2015-10-05  0:27 UTC (permalink / raw)
  To: Erik Margraf; +Cc: mailing list for ConTeXt users

On Sun, 4 Oct 2015, Erik Margraf wrote:

> On Sat, Oct 3, 2015 at 11:51 PM, Aditya Mahajan <adityam@umich.edu> wrote:
>
>> On Sat, 3 Oct 2015, Erik Margraf wrote:
>>
>> Dear List,
>>>
>>> is it possible to achieve the following:
>>>
>>> First section
>>> .... Some Text
>>>
>>> Second section
>>> .... Some Text
>>>
>>> Table of Contents
>>> 1 First section
>>> 2 Second section
>>>
>>>
>> (Untested):
>>
>> \setuphead[section][numbercommand=\gobbleoneargument]
>> 
> thanks for your answer! This comes close, but has the problem, that the
> section head is indented.
>
> \starttext
> \setuphead[section][numbercommand=\gobbleoneargument]
> \placelist[section]
> \section{First section}
> \input knuth
> \stoptext

Add distance=0pt to the settings.

Aditya
___________________________________________________________________________________
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] 4+ messages in thread

* Re: Section head without numbers, ToC with numbers
  2015-10-05  0:27     ` Aditya Mahajan
@ 2015-10-05  5:04       ` Erik Margraf
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Margraf @ 2015-10-05  5:04 UTC (permalink / raw)
  To: Aditya Mahajan; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 914 bytes --]

This does the trick! Thank you!

On Mon, Oct 5, 2015 at 2:27 AM, Aditya Mahajan <adityam@umich.edu> wrote:

> On Sun, 4 Oct 2015, Erik Margraf wrote:
>
> On Sat, Oct 3, 2015 at 11:51 PM, Aditya Mahajan <adityam@umich.edu> wrote:
>>
>> On Sat, 3 Oct 2015, Erik Margraf wrote:
>>>
>>> Dear List,
>>>
>>>>
>>>> is it possible to achieve the following:
>>>>
>>>> First section
>>>> .... Some Text
>>>>
>>>> Second section
>>>> .... Some Text
>>>>
>>>> Table of Contents
>>>> 1 First section
>>>> 2 Second section
>>>>
>>>>
>>>> (Untested):
>>>
>>> \setuphead[section][numbercommand=\gobbleoneargument]
>>>
>>> thanks for your answer! This comes close, but has the problem, that the
>> section head is indented.
>>
>> \starttext
>> \setuphead[section][numbercommand=\gobbleoneargument]
>> \placelist[section]
>> \section{First section}
>> \input knuth
>> \stoptext
>>
>
> Add distance=0pt to the settings.
>
> Aditya
>

[-- Attachment #1.2: Type: text/html, Size: 1759 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2015-10-05  5:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-03 19:45 Section head without numbers, ToC with numbers Erik Margraf
2015-10-03 21:51 ` Aditya Mahajan
     [not found]   ` <CAAaWjtGHmH7L9Hgdpm8bGTon3pg-ok91r3eq+Pz64GwT0Me21g@mail.gmail.com>
2015-10-05  0:27     ` Aditya Mahajan
2015-10-05  5:04       ` Erik Margraf

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).