Strange bug with overviewpage module.
Hi, Some time ago, Hans had helped me to write an 'overviewpage' module, that makes it easy to show a overview of the important slides at the end of a presentation. I have tweaked this module slightly to be able to save an arbitrary page by using \saveoverviewpage{reference} and reuse the page by \useoverviewpage{reference} An example is: \usemodule[overviewpage] \setuppapersize[S4] \setupframedtext[rulethickness=3pt] \starttext \startframedtext \input ward \stopframedtext \saveoverviewpage{ward} \page \input tufte \page \scale[width=0.5\textwidth]{\useoverviewpage{ward}} \stoptext However, when I save a page that contains a framed box (as in the above example), the box looses its right frame when it is displayed again (see page 3 of the attached pdf). It appears that the left edge is twice as thick. Any idea why this is happening and how I can avoid this? Thanks, Aditya
Hi Aditya, Thanks for sharing, but here your module works fine… Please see the attached file. Best regards: OK
On 20 Dec 2014, at 06:51, Aditya Mahajan
wrote: Hi,
Some time ago, Hans had helped me to write an 'overviewpage' module, that makes it easy to show a overview of the important slides at the end of a presentation. I have tweaked this module slightly to be able to save an arbitrary page by using
\saveoverviewpage{reference}
and reuse the page by
\useoverviewpage{reference}
An example is:
\usemodule[overviewpage] \setuppapersize[S4]
\setupframedtext[rulethickness=3pt]
\starttext
\startframedtext \input ward \stopframedtext \saveoverviewpage{ward} \page
\input tufte \page
\scale[width=0.5\textwidth]{\useoverviewpage{ward}}
\stoptext
However, when I save a page that contains a framed box (as in the above example), the box looses its right frame when it is displayed again (see page 3 of the attached pdf). It appears that the left edge is twice as thick.
Any idea why this is happening and how I can avoid this?
Thanks, 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 ___________________________________________________________________________________
Hi Aditya, Now that you realize that your module works so well, I have two questions :—) How can one tweak your module so that in a presentation: 1) each overviewpage is included at the end; 2) each oveviewpage is clickabel and linked to the corresponding page of the presentation. If this is already implemented and if you have an example presentation, could you please share it? Best regards: OK
On 20 Dec 2014, at 08:20, Aditya Mahajan
wrote: On Sat, 20 Dec 2014, Otared Kavian wrote:
Hi Aditya,
Thanks for sharing, but here your module works fine… Please see the attached file.
Otared, thanks for testing! Updating ConTeXt does fix this issue.
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 ___________________________________________________________________________________
On Sun, 21 Dec 2014, Otared Kavian wrote:
Hi Aditya,
Now that you realize that your module works so well, I have two questions :—) How can one tweak your module so that in a presentation: 1) each overviewpage is included at the end; 2) each oveviewpage is clickabel and linked to the corresponding page of the presentation.
If this is already implemented and if you have an example presentation, could you please share it?
That was the original idea of the module. See: http://randomdeterminism.wordpress.com/2014/01/01/announcing-the-overview-mo... I am thinking of adding the abilityto manually create overview pages as well. Aditya
I am using the standalone context ( $ mtxrun --version gives me ==> ConTeXt TDS Runner Tool 1.31 ) I want to try the overview module. I copied the example given on the references html page, but context needs the module to parse it. How do I install a module? ( This one specifically if different from others in installation.) Regards On 2014年12月21日 10:50, Aditya Mahajan wrote:
On Sun, 21 Dec 2014, Otared Kavian wrote:
Hi Aditya,
Now that you realize that your module works so well, I have two questions :—) How can one tweak your module so that in a presentation: 1) each overviewpage is included at the end; 2) each oveviewpage is clickabel and linked to the corresponding page of the presentation.
If this is already implemented and if you have an example presentation, could you please share it?
That was the original idea of the module. See: http://randomdeterminism.wordpress.com/2014/01/01/announcing-the-overview-mo...
I am thinking of adding the abilityto manually create overview pages as well.
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 ___________________________________________________________________________________
On Sun, 21 Dec 2014, jdh wrote:
I am using the standalone context ( $ mtxrun --version gives me ==> ConTeXt TDS Runner Tool 1.31 )
I want to try the overview module. I copied the example given on the references html page, but context needs the module to parse it.
How do I install a module? ( This one specifically if different from others in installation.)
I wasn't sure whether others would be interested in the module, so I did not upload it to context garden. To test the module, download t-overviewpage.mkiv from https://raw.githubusercontent.com/adityam/context-overviewpage/master/t-over... and put it in the current directory. Aditya
Hi Aditya, Thanks for sharing your nice module. I think it would be nice and useful for many people to have this module accessible when updating or installing a stand alone ConTeXt. Best regards: OK
On 21 Dec 2014, at 19:50, Aditya Mahajan
wrote: On Sun, 21 Dec 2014, Otared Kavian wrote:
Hi Aditya,
Now that you realize that your module works so well, I have two questions :—) How can one tweak your module so that in a presentation: 1) each overviewpage is included at the end; 2) each oveviewpage is clickabel and linked to the corresponding page of the presentation.
If this is already implemented and if you have an example presentation, could you please share it?
That was the original idea of the module. See: http://randomdeterminism.wordpress.com/2014/01/01/announcing-the-overview-mo...
I am thinking of adding the abilityto manually create overview pages as well.
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 ___________________________________________________________________________________
participants (3)
-
Aditya Mahajan
-
jdh
-
Otared Kavian