[NTG-context] Questions on registers, and on processors used with registers

2015-10-04 Thread Rik Kabel

A few questions on registers, and on processors used with registers:

Can processors be used on entries in \setregisterentry? My tests so far 
have not been successful.


Can processors be used on one level of a two-level register 
{\index{Name+Processor->quotation precis}? Again, no success with attempts.


Can something other than page numbers be the indexed item?

I have a book with many quotations, each identified by a number 
(generated by \definelabel). For an index of quotations, it would be 
more useful to point to that quotation number than the page number.


Perhaps the last requirement would be served by building a list with the 
quote number and quotation precis, suppressing the page numbers with 
pagenumber=\gobbleoneargument. But placelist does not seem to behave as 
one would hope. The example in the wiki for setuplist (shown below) does 
not print the numbers (1., 2.) in the first braced argument to writetolist.


   \definelist[Reprints][criterium=all]

   \starttext
  \section{Sec 1}
  \writetolist[Reprints]{1.}{List entry A}
  \subsection{Subsec 1}
  \writebetweenlist[Reprints]{\hrule}
  \writetolist[Reprints]{2.}{List entry B}
  \completelist[Reprints]
   \stoptext

I would prefer a register solution to take advantage of similar 
formatting (column support and such) provided there, since this will 
appear with the book’s standard indices.


--
Rik
___
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
___

Re: [NTG-context] Adrian Frutiger

2015-10-04 Thread Rudolf Bahr

On Thu, Sep 17, 2015 at 10:32:29AM +0200, luigi scarso wrote:
> http://www.linotype.com/720-34866/adrianfrutigerremembered.html
> 
Thank you Luigi for pointing to an interesting article!

Rudolf
___
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
___

Re: [NTG-context] Adrian Frutiger

2015-10-04 Thread Philipp A.
yeah, thanks!

since i live next to the olympiadorf (olympic village of 1972), this
reminded me that i wanted to acquire the colors from then and build sth
with them.

hmm, maybe wikipedia’s copy of waldi

is close enough.

Rudolf Bahr  schrieb am So., 4. Okt. 2015 um 11:33 Uhr:

>
> On Thu, Sep 17, 2015 at 10:32:29AM +0200, luigi scarso wrote:
> > http://www.linotype.com/720-34866/adrianfrutigerremembered.html
> >
> Thank you Luigi for pointing to an interesting article!
>
> Rudolf
>
> ___
> 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
>
> ___
___
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
___

Re: [NTG-context] Section head without numbers, ToC with numbers

2015-10-04 Thread Aditya Mahajan

On Sun, 4 Oct 2015, Erik Margraf wrote:


On Sat, Oct 3, 2015 at 11:51 PM, Aditya Mahajan  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
___

Re: [NTG-context] Section head without numbers, ToC with numbers

2015-10-04 Thread Erik Margraf
This does the trick! Thank you!

On Mon, Oct 5, 2015 at 2:27 AM, Aditya Mahajan  wrote:

> On Sun, 4 Oct 2015, Erik Margraf wrote:
>
> On Sat, Oct 3, 2015 at 11:51 PM, Aditya Mahajan  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
___