ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Multipages registers
@ 2011-09-01 16:54 Pierre-François Bonnefoi
  2011-09-01 18:20 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre-François Bonnefoi @ 2011-09-01 16:54 UTC (permalink / raw)
  To: ntg-context


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

Hello,

I would like to be able to spread a registers on several slides from my lecture notes, with the possibility to include some text at the beginning of each of these slides :

first slide :	title
			index entries
next slides : 	title
			next index entries

I've not found the way to do this.

Kind regards,
Pierre-François Bonnefoi.
-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.


[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4834 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] 9+ messages in thread

* Re: Multipages registers
  2011-09-01 16:54 Multipages registers Pierre-François Bonnefoi
@ 2011-09-01 18:20 ` Wolfgang Schuster
  0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2011-09-01 18:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.09.2011 um 18:54 schrieb Pierre-François Bonnefoi:

> Hello,
> 
> I would like to be able to spread a registers on several slides from my lecture notes, with the possibility to include some text at the beginning of each of these slides :
> 
> first slide :	title
> 			index entries
> next slides : 	title
> 			next index entries
> 
> I've not found the way to do this.

Can you be more concrete, it’s not clear what do you want.

When you need a index entry which spans multiple pages you can write it with “\startregister[index][<identifier>]{<entries>} … \stopregister[index][<identifier>]”.

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

* Re: Multipages registers
@ 2011-09-25 18:41 Pierre-François Bonnefoi
  0 siblings, 0 replies; 9+ messages in thread
From: Pierre-François Bonnefoi @ 2011-09-25 18:41 UTC (permalink / raw)
  To: adityam; +Cc: mailing list for ConTeXt users


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

> Where is such a macro given in the garden. A quick search did not show it.
> 
> Aditya

Hum... It's a long time ago...I think I've heavily modified the initial macro...
Thank you for your much cleaner version.

Pierre-François.
-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.


[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4802 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] 9+ messages in thread

* Re: Multipages registers
  2011-09-18 18:41       ` Pierre-François Bonnefoi
@ 2011-09-19 14:04         ` Aditya Mahajan
  0 siblings, 0 replies; 9+ messages in thread
From: Aditya Mahajan @ 2011-09-19 14:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> I want to use the following macro taken from the ConTeXt garden :

> \define[1]\SlideTitle{\framed[height=1.5\lineheight,frame=off, 
> bottomframe=on, topframe=on, width=broad]{\leftaligned{\tfb \chapter 
> {#1}}\pagenumber}}

Ouch. There is no need to resort to such macros. A nicer definition will 
be something like (untested)

\definehead[SlideTitle][section-1]

\setuphead[SlideTitle][style=\tfb, command=\SlideTitleCommand]

\defineframed[SlideTitleFrame][height=....,align=right]

\def\SlideTitleCommand#1#2{\SlideTitleFrame{#1 \pagenumber}}

Where is such a macro given in the garden. A quick search did not show it.

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

* Re: Multipages registers
  2011-09-18 18:34     ` Wolfgang Schuster
@ 2011-09-18 18:41       ` Pierre-François Bonnefoi
  2011-09-19 14:04         ` Aditya Mahajan
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre-François Bonnefoi @ 2011-09-18 18:41 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

I want to use the following macro taken from the ConTeXt garden :
\define[1]\SlideTitle{\framed[height=1.5\lineheight,frame=off, bottomframe=on, topframe=on, width=broad]{\leftaligned{\tfb \chapter {#1}}\pagenumber}}

On 18 sept. 2011, at 20:34, Wolfgang Schuster wrote:

> 
> Am 18.09.2011 um 20:29 schrieb Pierre-François Bonnefoi:
> 
>> Hello Wolfgang,
>> 
>> You said that I can break the page before a new letter, but can I wrap this page with some chosen text like a title ?
> 
> What do want show in the title?
> 
> Wolfgang

-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.


[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4802 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] 9+ messages in thread

* Re: Multipages registers
  2011-09-18 18:29   ` Pierre-François Bonnefoi
@ 2011-09-18 18:34     ` Wolfgang Schuster
  2011-09-18 18:41       ` Pierre-François Bonnefoi
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-09-18 18:34 UTC (permalink / raw)
  To: Pierre-François Bonnefoi; +Cc: mailing list for ConTeXt users


Am 18.09.2011 um 20:29 schrieb Pierre-François Bonnefoi:

> Hello Wolfgang,
> 
> You said that I can break the page before a new letter, but can I wrap this page with some chosen text like a title ?

What do want show in the title?

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

* Re: Multipages registers
  2011-09-18 18:23 ` Wolfgang Schuster
@ 2011-09-18 18:29   ` Pierre-François Bonnefoi
  2011-09-18 18:34     ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre-François Bonnefoi @ 2011-09-18 18:29 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

Hello Wolfgang,

You said that I can break the page before a new letter, but can I wrap this page with some chosen text like a title ?

best regards,
Pierre-François.

On 18 sept. 2011, at 20:23, Wolfgang Schuster wrote:

> 
> Am 14.09.2011 um 11:54 schrieb Pierre-François Bonnefoi:
> 
>> Hello Wolfgang,
>> 
>> thank you for your answer.
>> 
>> It's not what I want.
>> 
>> Let me explain :
>> - when I join the registers to my presentation with \placeindex I obtain more than one slide ;
>> - so, I would like to be able to split this register into two or more slides with something like this :
>> 
>> \startslide
>> \placeindex[a-k]
>> \stopslide
>> 
>> \startslide
>> \placeindex[l-z]
>> \stopslide
>> 
>> Is this possible ?
> 
> No but you can tell context to break the page before a new letter.
> 
> Wolfgang

-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.


[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4802 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] 9+ messages in thread

* Re: Multipages registers
  2011-09-14  9:54 Pierre-François Bonnefoi
@ 2011-09-18 18:23 ` Wolfgang Schuster
  2011-09-18 18:29   ` Pierre-François Bonnefoi
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-09-18 18:23 UTC (permalink / raw)
  To: Pierre-François Bonnefoi; +Cc: mailing list for ConTeXt users


Am 14.09.2011 um 11:54 schrieb Pierre-François Bonnefoi:

> Hello Wolfgang,
> 
> thank you for your answer.
> 
> It's not what I want.
> 
> Let me explain :
> - when I join the registers to my presentation with \placeindex I obtain more than one slide ;
> - so, I would like to be able to split this register into two or more slides with something like this :
> 
> \startslide
> \placeindex[a-k]
> \stopslide
> 
> \startslide
> \placeindex[l-z]
> \stopslide
> 
> Is this possible ?

No but you can tell context to break the page before a new letter.

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

* Re: Multipages registers
@ 2011-09-14  9:54 Pierre-François Bonnefoi
  2011-09-18 18:23 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre-François Bonnefoi @ 2011-09-14  9:54 UTC (permalink / raw)
  To: schuster.wolfgang; +Cc: mailing list for ConTeXt users


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

Hello Wolfgang,

thank you for your answer.

It's not what I want.

Let me explain :
- when I join the registers to my presentation with \placeindex I obtain more than one slide ;
- so, I would like to be able to split this register into two or more slides with something like this :

\startslide
\placeindex[a-k]
\stopslide

\startslide
\placeindex[l-z]
\stopslide

Is this possible ?

best regards,
Pierre-François Bonnefoi.

Wolfgang Schuster wrote :
> Am 01.09.2011 um 18:54 schrieb Pierre-François Bonnefoi:
> 
> > Hello,
> > 
> > I would like to be able to spread a registers on several slides from my 
> > lecture notes, with the possibility to include some text at the beginning of 
> > each of these slides :
> > 
> > first slide : title
> >                       index entries
> > next slides :         title
> >                       next index entries
> > 
> > I've not found the way to do this.
> 
> Can you be more concrete, it’s not clear what do you want.
> 
> When you need a index entry which spans multiple pages you can write it with 
> “\startregister[index][<identifier>]{<entries>} … 
> \stopregister[index][<identifier>]”.
> 
> Wolfgang


-- 
Bonnefoi Pierre-Francois                |    E-mail : bonnefoi@unilim.fr
Universite de Limoges, Laboratoire XLIM |       Tel : 06 28 18 03 38
83, rue d'Isle                          |  Mrs. Peel, we're needed...
87000 Limoges - FRANCE                  |                 The Avengers.


[-- Attachment #1.2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4802 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] 9+ messages in thread

end of thread, other threads:[~2011-09-25 18:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01 16:54 Multipages registers Pierre-François Bonnefoi
2011-09-01 18:20 ` Wolfgang Schuster
2011-09-14  9:54 Pierre-François Bonnefoi
2011-09-18 18:23 ` Wolfgang Schuster
2011-09-18 18:29   ` Pierre-François Bonnefoi
2011-09-18 18:34     ` Wolfgang Schuster
2011-09-18 18:41       ` Pierre-François Bonnefoi
2011-09-19 14:04         ` Aditya Mahajan
2011-09-25 18:41 Pierre-François Bonnefoi

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