[NTG-context] Table on two pages (natural tables)

2017-01-10 Thread Fabrice Couvreur
Hello,
My table does not fit on the first page that contains the title of the
evaluation and I would like it to continue on the second page. I tried using
the key split = yes but my table moves to the second page and there is more
than the title of the first.
thank you,
Fabrice
___
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
___

[NTG-context] Chapter-subtitle and a short version of a( long) chapter title to fit in the header

2017-01-10 Thread Robert Blackstone
Dear all, 

Presently I’m restyling a PhD-dissertation to make it conform to the 
requirements of an external publisher.

One of the items is the form of the chapter-heads.
What would be needed on the first page of a chapter, Chapter 1 for instance, is:
 
- Chapter 1  (midaligned, boldface, smallish size (\tfa))
- some vertical space
- Chapter title (midaligned, SmallCaps, slanted, \tfc)
- some vertical space
- (for some chapters) Chapter subtitle, (midaligned, SmallCaps, slanted, \tfb 
or smaller)

Furthermore I would need a header with the chapter-title on the even-numbered 
pages and the section-title on the odd-numbered pages.
The problem here is that some of the chapter titles are too long for this and 
they overlap the pagenumbers in the header. 
That is why I would need a shorter form of the chapter title and in some cases 
a main title and a subtitle.

As far as I know, in the command to start a chapter there is no possibility to 
introduce, in addition to the special version of the title for the ToC, another 
special, shorter, version of the title for the header.   nor a subtitle. 

I use:

\startchapter[bookmark=,list={Accompaniment in the 16th and 17th century and 
the development of BC},marking=,reference=ch:HistDevel,title={Accompaniment in 
the sixteenth and seventeenth century and the development of basso 
continuo}]%[a=a,b=b]

For the headertexts I use what I found on  
http://wiki.contextgarden.net/Headers_and_Footers and it works quite well:

 %%%
\setupheadertexts[]
\setupheadertexts[\setups{text a}][][][\setups{text b}]

\startsetups[text a]
  \rlap{\sc \getmarking[section]}
  \hfill
  \llap{\pagenumber}
\stopsetups

\startsetups[text b]
  \rlap{\pagenumber}
  \hfill
  \llap{\sc \getmarking[chapter]}
\stopsetups
%%%

So my main problem is that I need, in the command \startchapter, a third form 
for the chapter title to fit in the header and a compatible version of the 
setup for the headertexts.

I did try to extract that from the ConTeXt wiki but I soon got lost.

Thanks  in advance for any help.

Best regards,

Robert Blackstone

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

Re: [NTG-context] keep interaction with \insertpages and \filterpages

2017-01-10 Thread Pablo Rodriguez
On 01/09/2017 01:15 PM, Hans Hagen wrote:
> On 1/9/2017 12:39 PM, Pablo Rodriguez wrote:
>> Dear list,
>>
>> is there a way to keep interaction in the resulting PDF document when
>> adding the whole document with \insertpages, or only some pages with
>> \filterpages?
> 
> \setupexternalfigures[interaction=all]

Many thanks for the reply, Hans.

Is there a way to keep internal document links (such as in the table of
contents)? They are all gone in the imposition (I use the commands above
for imposition).

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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
___