ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* speaker notes in context presentations
@ 2018-01-03 10:34 Gour
  2018-01-03 13:32 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Gour @ 2018-01-03 10:34 UTC (permalink / raw)
  To: ntg-context

Hello!

I'm about to start working on series of slide-show presentations for
educational/teaching purposes...

While I was investigating the possibility of using (Pandoc) Markdowm to author
prsentation, I noticed that e.g. reveal.js
(https://github.com/hakimel/reveal.js) has capability to create 'speaker
notes':

"reveal.js comes with a speaker notes plugin which can be used to present
per-slide notes in a separate browser window. The notes window also gives you a
preview of the next upcoming slide so it may be helpful even if you haven't
written any notes. Press the 's' key on your keyboard to open the notes window.

A speaker timer starts as soon as the speaker view is opened. You can reset it
to 00:00:00 at any time by simply clicking/tapping on it."

However, just a thought that I would have to deal with downloading npm stuff,
running local server etc. instead of just having single PDF file is not
attractive to me at all.

However, I know that one can do it with LaTeX Beamer class - see e.g.

https://gist.github.com/andrejbauer/ac361549ac2186be0cdb

and there are even applications to help with that like pdfpc:

https://github.com/pdfpc/pdfpc

and wonder what would be the best way to do it in ConTeXt and/or whether
someone has some experience with ConTeXt-generated PDFs and e.g. pdfpc?


Sincerely,
Gour

-- 
One who sees inaction in action, and action in inaction,
is intelligent among men, and he is in the transcendental position,
although engaged in all sorts of activities.


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

* Re: speaker notes in context presentations
  2018-01-03 10:34 speaker notes in context presentations Gour
@ 2018-01-03 13:32 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2018-01-03 13:32 UTC (permalink / raw)
  To: ntg-context

On 1/3/2018 11:34 AM, Gour wrote:
> Hello!
> 
> I'm about to start working on series of slide-show presentations for
> educational/teaching purposes...
> 
> While I was investigating the possibility of using (Pandoc) Markdowm to author
> prsentation, I noticed that e.g. reveal.js
> (https://github.com/hakimel/reveal.js) has capability to create 'speaker
> notes':
> 
> "reveal.js comes with a speaker notes plugin which can be used to present
> per-slide notes in a separate browser window. The notes window also gives you a
> preview of the next upcoming slide so it may be helpful even if you haven't
> written any notes. Press the 's' key on your keyboard to open the notes window.
> 
> A speaker timer starts as soon as the speaker view is opened. You can reset it
> to 00:00:00 at any time by simply clicking/tapping on it."
> 
> However, just a thought that I would have to deal with downloading npm stuff,
> running local server etc. instead of just having single PDF file is not
> attractive to me at all.
> 
> However, I know that one can do it with LaTeX Beamer class - see e.g.
> 
> https://gist.github.com/andrejbauer/ac361549ac2186be0cdb
> 
> and there are even applications to help with that like pdfpc:
> 
> https://github.com/pdfpc/pdfpc
> 
> and wonder what would be the best way to do it in ConTeXt and/or whether
> someone has some experience with ConTeXt-generated PDFs and e.g. pdfpc?
adding comments is not too hard ... here is a probably unknown trick:

\setuppagecomment[state=start,location=right]

\starttext

\startpagecomment
     \input knuth
\stoppagecomment

\input ward

\page

\startpagecomment
     \input tufte
\stoppagecomment

\input klein

\stoptext

i remember using it for annotating presentations more than a decade ago

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2018-01-03 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03 10:34 speaker notes in context presentations Gour
2018-01-03 13:32 ` Hans Hagen

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