public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Beamer immediately shows first item with incremental on
@ 2021-07-14 16:38 jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
       [not found] ` <d712f3b9-7745-480c-9573-db12200cd525n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2021-07-14 16:38 UTC (permalink / raw)
  To: pandoc-discuss


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

A simple md file (file.md):

```
Leading text:

::: incremental

- One
- Two

:::
```

The command:

```
> pandoc file.md -o file.pdf -t beamer
```

The output pdf shows the first list item along with the text, instead of 
not showing it until the next slide. This also happens if I use the -i 
switch instead of the div method. 

A bug?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d712f3b9-7745-480c-9573-db12200cd525n%40googlegroups.com.

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

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

* Re: Beamer immediately shows first item with incremental on
       [not found] ` <d712f3b9-7745-480c-9573-db12200cd525n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-07-14 17:45   ` jeremy theler
       [not found]     ` <CAK0Liym_VQGX+QDko80YjuxPeNsQKScsRr8JAJNEndDd=ZJFZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: jeremy theler @ 2021-07-14 17:45 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

Add a pause after the text and before the incremental div with

. . .



On Wed, Jul 14, 2021, 13:38 jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <jmuccigr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> A simple md file (file.md):
>
> ```
> Leading text:
>
> ::: incremental
>
> - One
> - Two
>
> :::
> ```
>
> The command:
>
> ```
> > pandoc file.md -o file.pdf -t beamer
> ```
>
> The output pdf shows the first list item along with the text, instead of
> not showing it until the next slide. This also happens if I use the -i
> switch instead of the div method.
>
> A bug?
>
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/d712f3b9-7745-480c-9573-db12200cd525n%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/d712f3b9-7745-480c-9573-db12200cd525n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAK0Liym_VQGX%2BQDko80YjuxPeNsQKScsRr8JAJNEndDd%3DZJFZg%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 2747 bytes --]

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

* Re: Beamer immediately shows first item with incremental on
       [not found]     ` <CAK0Liym_VQGX+QDko80YjuxPeNsQKScsRr8JAJNEndDd=ZJFZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2021-07-14 19:09       ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
       [not found]         ` <4094c560-7361-4da8-8686-5f1ae863431fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2021-07-14 19:09 UTC (permalink / raw)
  To: pandoc-discuss


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

That'll work, but it's a work-around what is a bug, no?

On Wednesday, 14 July 2021 at 13:45:15 UTC-4 Jeremy Theler wrote:

> Add a pause after the text and before the incremental div with 
>
> . . . 
>
>
>
> On Wed, Jul 14, 2021, 13:38 jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
>> A simple md file (file.md):
>>
>> ```
>> Leading text:
>>
>> ::: incremental
>>
>> - One
>> - Two
>>
>> :::
>> ```
>>
>> The command:
>>
>> ```
>> > pandoc file.md -o file.pdf -t beamer
>> ```
>>
>> The output pdf shows the first list item along with the text, instead of 
>> not showing it until the next slide. This also happens if I use the -i 
>> switch instead of the div method. 
>>
>> A bug?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "pandoc-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/d712f3b9-7745-480c-9573-db12200cd525n%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/d712f3b9-7745-480c-9573-db12200cd525n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/4094c560-7361-4da8-8686-5f1ae863431fn%40googlegroups.com.

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

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

* Re: Beamer immediately shows first item with incremental on
       [not found]         ` <4094c560-7361-4da8-8686-5f1ae863431fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-07-14 19:21           ` Joost Kremers
       [not found]             ` <87zguou2ap.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  2021-07-14 19:35           ` Jeremy Theler
  1 sibling, 1 reply; 7+ messages in thread
From: Joost Kremers @ 2021-07-14 19:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw
  Cc: jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org


On Wed, Jul 14 2021, jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> That'll work, but it's a work-around what is a bug, no?

I'd say no, not a bug. It works the same way in beamer if you create an
incremental list: the first item is shown immediately. You'd need to add a
`\pause` command before the list if you don't want that to happen.

-- 
Joost Kremers
Life has its moments


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

* Re: Beamer immediately shows first item with incremental on
       [not found]         ` <4094c560-7361-4da8-8686-5f1ae863431fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2021-07-14 19:21           ` Joost Kremers
@ 2021-07-14 19:35           ` Jeremy Theler
  1 sibling, 0 replies; 7+ messages in thread
From: Jeremy Theler @ 2021-07-14 19:35 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

It does not seem like a bug to me. I would have expected this behavior.

--
jeremy

On Wed, 2021-07-14 at 12:09 -0700, jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> That'll work, but it's a work-around what is a bug, no?
> 
> On Wednesday, 14 July 2021 at 13:45:15 UTC-4 Jeremy Theler wrote:
> > Add a pause after the text and before the incremental div with 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/89086a386b9f21171cc6b6eee6b4918b09c9bb91.camel%40seamplex.com.

[-- Attachment #2: Type: text/html, Size: 1554 bytes --]

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

* Re: Beamer immediately shows first item with incremental on
       [not found]             ` <87zguou2ap.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2021-07-14 19:36               ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
       [not found]                 ` <f9a06b94-9f77-4a71-81fa-292ba4acd9c8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2021-07-14 19:36 UTC (permalink / raw)
  To: pandoc-discuss


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

Yes, thatʻs how it works in Beamer, apparently, but thatʻs not the way it 
works in reveal.js (which doesnʻt show the first item right away), not is 
it the way Iʻd expect it to work. So Iʻd suggest this needs to be handled 
by pandoc inserting a pause before an incremental list in Beamer.

On Wednesday, 14 July 2021 at 15:24:19 UTC-4 Joost wrote:

>
> On Wed, Jul 14 2021, jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> > That'll work, but it's a work-around what is a bug, no?
>
> I'd say no, not a bug. It works the same way in beamer if you create an
> incremental list: the first item is shown immediately. You'd need to add a
> `\pause` command before the list if you don't want that to happen.
>
> -- 
> Joost Kremers
> Life has its moments
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f9a06b94-9f77-4a71-81fa-292ba4acd9c8n%40googlegroups.com.

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

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

* Re: Beamer immediately shows first item with incremental on
       [not found]                 ` <f9a06b94-9f77-4a71-81fa-292ba4acd9c8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-07-14 19:52                   ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
  0 siblings, 0 replies; 7+ messages in thread
From: jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org @ 2021-07-14 19:52 UTC (permalink / raw)
  To: pandoc-discuss


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

Let me add: it should work the same way across all the slide formats. 
reveal.js, s5, and Slidy behave the same way (= donʻt show the first list 
item right away). (I donʻt have the files for the other formats installed, 
so I donʻt know how they work.)

On Wednesday, 14 July 2021 at 15:36:14 UTC-4 jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:

> Yes, thatʻs how it works in Beamer, apparently, but thatʻs not the way it 
> works in reveal.js (which doesnʻt show the first item right away), not is 
> it the way Iʻd expect it to work. So Iʻd suggest this needs to be handled 
> by pandoc inserting a pause before an incremental list in Beamer.
>
> On Wednesday, 14 July 2021 at 15:24:19 UTC-4 Joost wrote:
>
>>
>> On Wed, Jul 14 2021, jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: 
>> > That'll work, but it's a work-around what is a bug, no? 
>>
>> I'd say no, not a bug. It works the same way in beamer if you create an 
>> incremental list: the first item is shown immediately. You'd need to add 
>> a 
>> `\pause` command before the list if you don't want that to happen. 
>>
>> -- 
>> Joost Kremers 
>> Life has its moments 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c9b850a2-d91d-40fb-9e59-dfe59a315e9en%40googlegroups.com.

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

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

end of thread, other threads:[~2021-07-14 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 16:38 Beamer immediately shows first item with incremental on jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found] ` <d712f3b9-7745-480c-9573-db12200cd525n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-14 17:45   ` jeremy theler
     [not found]     ` <CAK0Liym_VQGX+QDko80YjuxPeNsQKScsRr8JAJNEndDd=ZJFZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-07-14 19:09       ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found]         ` <4094c560-7361-4da8-8686-5f1ae863431fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-14 19:21           ` Joost Kremers
     [not found]             ` <87zguou2ap.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2021-07-14 19:36               ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found]                 ` <f9a06b94-9f77-4a71-81fa-292ba4acd9c8n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-14 19:52                   ` jmuc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2021-07-14 19:35           ` Jeremy Theler

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