ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* index with more than one column?
@ 2018-08-26 15:37 Hans van der Meer
  2018-08-26 15:43 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans van der Meer @ 2018-08-26 15:37 UTC (permalink / raw)
  To: NTG ConTeXt


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

How do I produce an index with more than one column?

This produces one column only:
	\startchapter[title=\mytitle{Register}]
	\startcolumns[n=2]
		\placeregister[index]
	\stopcolumns

Nor did \placeregister[index][n=2] or \placeindex[n=2], with or without the columns envirenment, produce the result wanted.
The \startsimplecolumns[n=2] environment did produce two columns, but then played havoc with the textheight.

dr. Hans van der Meer



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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: index with more than one column?
  2018-08-26 15:37 index with more than one column? Hans van der Meer
@ 2018-08-26 15:43 ` Wolfgang Schuster
       [not found]   ` <128FC472-DEAE-4656-A494-492710E71C9D@ziggo.nl>
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2018-08-26 15:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans van der Meer


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

The real question is why do you get an index without two columns.

\starttext

\dorecurse{26}{\convertnumber{a}{#1}\expanded{\index{\convertnumber{a}{#1}}}}

\placeregister[index]%[n=3]

\stoptext



Hans van der Meer schrieb am 26.08.18 um 17:37:
> How do I produce an index with more than one column?
>
> This produces one column only:
> \startchapter[title=\mytitle{Register}]
> \startcolumns[n=2]
> \placeregister[index]
> \stopcolumns
>
> Nor did \placeregister[index][n=2] or \placeindex[n=2], with or 
> without the columns envirenment, produce the result wanted.
> The \startsimplecolumns[n=2] environment did produce two columns, but 
> then played havoc with the textheight.
>
> dr. Hans van der Meer
>
>
>
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: index with more than one column?
       [not found]   ` <128FC472-DEAE-4656-A494-492710E71C9D@ziggo.nl>
@ 2018-08-26 15:54     ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2018-08-26 15:54 UTC (permalink / raw)
  To: Hans van der Meer; +Cc: mailing users


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

Try it without the columns environment in your document, i.e.

\startchapter[title=\mytitle{Register}]
\placeregister[index]
\stopchapter


Hans van der Meer schrieb am 26.08.18 um 17:48:
> Could the following setup I used be the culprit?
>
> \setupregister[index][pagestyle=slanted,textstyle=small,alternative=A]
>
>
>> On 26 Aug 2018, at 17:43, Wolfgang Schuster 
>> <wolfgang.schuster.lists@gmail.com 
>> <mailto:wolfgang.schuster.lists@gmail.com>> wrote:
>>
>> The real question is why do you get an index without two columns.
>>
>> \starttext
>>
>> \dorecurse{26}{\convertnumber{a}{#1}\expanded{\index{\convertnumber{a}{#1}}}}
>>
>> \placeregister[index]%[n=3]
>>
>> \stoptext
>>
>>
>>
>> Hans van der Meer schrieb am 26.08.18 um 17:37:
>>> How do I produce an index with more than one column?
>>>
>>> This produces one column only:
>>> \startchapter[title=\mytitle{Register}]
>>> \startcolumns[n=2]
>>> \placeregister[index]
>>> \stopcolumns
>>>
>>> Nor did \placeregister[index][n=2] or \placeindex[n=2], with or 
>>> without the columns envirenment, produce the result wanted.
>>> The \startsimplecolumns[n=2] environment did produce two columns, 
>>> but then played havoc with the textheight.
>>>
>>> dr. Hans van der Meer
>>>
>>>
>>>
>>>
>>> ___________________________________________________________________________________
>>> 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://context.aanhet.net
>>> archive  :https://bitbucket.org/phg/context-mirror/commits/
>>> wiki     :http://contextgarden.net
>>> ___________________________________________________________________________________
>>
>
> met vriendelijke groet
> dr. Hans van der Meer
>
>


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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-08-26 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-26 15:37 index with more than one column? Hans van der Meer
2018-08-26 15:43 ` Wolfgang Schuster
     [not found]   ` <128FC472-DEAE-4656-A494-492710E71C9D@ziggo.nl>
2018-08-26 15:54     ` Wolfgang Schuster

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