ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* which command would give the same effect as \pause in beamer ?
@ 2017-02-27 12:16 damien
  2017-02-27 14:37 ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: damien @ 2017-02-27 12:16 UTC (permalink / raw)
  To: ntg-context

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

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-27 12:16 which command would give the same effect as \pause in beamer ? damien
@ 2017-02-27 14:37 ` Hans Hagen
  2017-02-27 14:53   ` kaddour kardio
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2017-02-27 14:37 UTC (permalink / raw)
  To: ntg-context

On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr wrote:
> 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,

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

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-27 14:37 ` Hans Hagen
@ 2017-02-27 14:53   ` kaddour kardio
  2017-02-27 17:00     ` Otared Kavian
  0 siblings, 1 reply; 9+ messages in thread
From: kaddour kardio @ 2017-02-27 14:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

http://wiki.contextgarden.net/RawSteps is it still relevant dear Hans ?

On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen <pragma@wxs.nl> wrote:

> On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr wrote:
>
>> 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,
>>
>
> 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
> -----------------------------------------------------------------
>
> ____________________________________________________________
> _______________________
> 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/list
> info/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>



-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.

[-- Attachment #1.2: Type: text/html, Size: 3978 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-27 14:53   ` kaddour kardio
@ 2017-02-27 17:00     ` Otared Kavian
  2017-02-27 18:28       ` Mohammad Hossein Bateni
  0 siblings, 1 reply; 9+ messages in thread
From: Otared Kavian @ 2017-02-27 17:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

> On 27 Feb 2017, at 15:53, kaddour kardio <kaddourkardio@gmail.com> wrote:
> 
> http://wiki.contextgarden.net/RawSteps <http://wiki.contextgarden.net/RawSteps> is it still relevant dear Hans ?
> 
> On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen <pragma@wxs.nl <mailto:pragma@wxs.nl>> wrote:
> On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr <mailto:damien@thiriet.web4me.fr> wrote:
> 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,
> 
> 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 <http://www.pragma-ade.nl/> | www.pragma-pod.nl <http://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 <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________
> 
> 
> 
> -- 
> Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 6979 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-27 17:00     ` Otared Kavian
@ 2017-02-27 18:28       ` Mohammad Hossein Bateni
  2017-02-27 21:09         ` Otared Kavian
  0 siblings, 1 reply; 9+ messages in thread
From: Mohammad Hossein Bateni @ 2017-02-27 18:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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 <otared@gmail.com> wrote:

> 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
>
> On 27 Feb 2017, at 15:53, kaddour kardio <kaddourkardio@gmail.com> wrote:
>
> http://wiki.contextgarden.net/RawSteps is it still relevant dear Hans ?
>
> On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen <pragma@wxs.nl> wrote:
>
>> On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr wrote:
>>
>>> 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,
>>>
>>
>> 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
>> -----------------------------------------------------------------
>>
>> ____________________________________________________________
>> _______________________
>> 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/list
>> info/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ____________________________________________________________
>> _______________________
>>
>
>
>
> --
> Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>
>
>
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 7474 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-27 18:28       ` Mohammad Hossein Bateni
@ 2017-02-27 21:09         ` Otared Kavian
  0 siblings, 0 replies; 9+ messages in thread
From: Otared Kavian @ 2017-02-27 21:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

> On 27 Feb 2017, at 19:28, Mohammad Hossein Bateni <bateni@gmail.com> wrote:
> 
> 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 <https://github.com/bateni/rawsteps-mkiv>
> 
> On Mon, Feb 27, 2017 at 12:00 PM, Otared Kavian <otared@gmail.com <mailto:otared@gmail.com>> wrote:
> 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
> 
>> On 27 Feb 2017, at 15:53, kaddour kardio <kaddourkardio@gmail.com <mailto:kaddourkardio@gmail.com>> wrote:
>> 
>> http://wiki.contextgarden.net/RawSteps <http://wiki.contextgarden.net/RawSteps> is it still relevant dear Hans ?
>> 
>> On Mon, Feb 27, 2017 at 3:37 PM, Hans Hagen <pragma@wxs.nl <mailto:pragma@wxs.nl>> wrote:
>> On 2/27/2017 1:16 PM, damien@thiriet.web4me.fr <mailto:damien@thiriet.web4me.fr> wrote:
>> 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,
>> 
>> 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 <http://www.pragma-ade.nl/> | www.pragma-pod.nl <http://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 <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
>> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
>> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
>> wiki     : http://contextgarden.net <http://contextgarden.net/>
>> ___________________________________________________________________________________
>> 
>> 
>> 
>> -- 
>> Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.
>> ___________________________________________________________________________________
>> If your question is of interest to others as well, please add an entry to the Wiki!
>> 
>> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
>> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
>> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
>> wiki     : http://contextgarden.net <http://contextgarden.net/>
>> ___________________________________________________________________________________
> 
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 11030 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-28 17:27 damien
  2017-02-28 17:46 ` kaddour kardio
@ 2017-02-28 20:07 ` Henri Menke
  1 sibling, 0 replies; 9+ messages in thread
From: Henri Menke @ 2017-02-28 20:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

You can also find this directory on GitHub

https://github.com/contextgarden/context-mirror/tree/beta/doc/context/presentations

On 02/28/2017 06:27 PM, damien@thiriet.web4me.fr wrote:
> Thank you for all your answers.
> I will have a look at the texmf/doc/context/presentation file which is not bundled with my 2015 OpenBSD package (at least find did not return it) and keep on learning.
> 
> Have a nice day,
> 
> 
> Damien Thiriet
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

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

* Re: which command would give the same effect as \pause in beamer ?
  2017-02-28 17:27 damien
@ 2017-02-28 17:46 ` kaddour kardio
  2017-02-28 20:07 ` Henri Menke
  1 sibling, 0 replies; 9+ messages in thread
From: kaddour kardio @ 2017-02-28 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

OpenBSD? is context standalone available for this platfrom ?

On Tue, Feb 28, 2017 at 6:27 PM, <damien@thiriet.web4me.fr> wrote:

> Thank you for all your answers.
> I will have a look at the texmf/doc/context/presentation file which is not
> bundled with my 2015 OpenBSD package (at least find did not return it) and
> keep on learning.
>
> Have a nice day,
>
>
> Damien Thiriet
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>



-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue.Clinique EL ABRAR.

[-- Attachment #1.2: Type: text/html, Size: 2086 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: which command would give the same effect as \pause in beamer ?
@ 2017-02-28 17:27 damien
  2017-02-28 17:46 ` kaddour kardio
  2017-02-28 20:07 ` Henri Menke
  0 siblings, 2 replies; 9+ messages in thread
From: damien @ 2017-02-28 17:27 UTC (permalink / raw)
  To: ntg-context

Thank you for all your answers.
I will have a look at the texmf/doc/context/presentation file which is not bundled with my 2015 OpenBSD package (at least find did not return it) and keep on learning.

Have a nice day,


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

end of thread, other threads:[~2017-02-28 20:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 12:16 which command would give the same effect as \pause in beamer ? damien
2017-02-27 14:37 ` Hans Hagen
2017-02-27 14:53   ` kaddour kardio
2017-02-27 17:00     ` Otared Kavian
2017-02-27 18:28       ` Mohammad Hossein Bateni
2017-02-27 21:09         ` Otared Kavian
2017-02-28 17:27 damien
2017-02-28 17:46 ` kaddour kardio
2017-02-28 20:07 ` Henri Menke

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