which command would give the same effect as \pause in beamer ?
Hello, I have been switching to conTEXt to prepare some of my teaching stuff. I have read the context ref manual, the wiki and browsed the web, but couldn't find anything related to so-called overlays in beamer (I justed greped mail archives for 2015–2017). What would be the conTEXt way to have a list or whatever else displayed in a slide in such a way that point 2 is hidden until you press space, and so on. In beamer, you would make it this way \begin{frame} \begin{itemize} \item 1 \pause \item 2 \pause \item 3 \end{frame} Or even better, \begin{frame} \begin{itemize}[<+->] \item 1 \item 2 \item 3 \end{frame} I read about \starthiding and \stophiding in the manual, but as far as I understand, this is not exactly what I am looking for. I don't think postponing would help either. Any suggestion will be welcome. I am using texlive 2015 version (nothing newer is available yet in OpenBSD). Have a nice day, Damien Thiriet
On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr wrote:
texmf/doc/context/presentations has examples ... you can have steps (pre-stepwise) 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 -----------------------------------------------------------------
http://wiki.contextgarden.net/RawSteps is it still relevant dear Hans ?
On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen
-- Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
Hi, If you use mkii you can still use RawSteps, but in mkiv it does not work properly and should be rewritten. However, as Hans indicates, one can use \startsetp and friends, as shown in the example presentations found in your directory texmf/doc/context/presentations Best regrads: OK
I once ported RawSteps to MkIV but have not touched it in a while (and
probably won't have time to anytime soon). Ten months ago, it used to work
almost fine.
https://github.com/bateni/rawsteps-mkiv
On Mon, Feb 27, 2017 at 12:00 PM, Otared Kavian
Dear Mohammad Hossein, Thank you for sharing this rawsteps-mkiv code: it works very smoothly and nicely: I haven’t done yet a real life presentation with it, but on your examples and a few other simple ones, your code works very well. Best regards: OK
participants (5)
-
damien@thiriet.web4me.fr
-
Hans Hagen
-
kaddour kardio
-
Mohammad Hossein Bateni
-
Otared Kavian