public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Bottomrule in tables in beamer output not visible?
@ 2023-03-23  5:30 Ant Eagle
       [not found] ` <bb027d19-3062-47a7-98b8-64d164808099n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Ant Eagle @ 2023-03-23  5:30 UTC (permalink / raw)
  To: pandoc-discuss


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

When I try the following MWE in pandoc markdown I get puzzlingly different 
output

```
## Slide title ##

| A  | B   | C  |
|:---|:---:|---:|
| 0  | 7   | 8  |
| 2  | 4   | 3  |
| 1  | 2   | 7  |

  : A table 
```

When I try

pandoc -f markdown -t pdf -s -o table.pdf table.md

I get what I expect:
[image: Screenshot 2023-03-23 at 15.54.34.png]
But when I try

pandoc -f markdown -t beamer -s -o table.pdf table.md

I get a missing bottomrule:
[image: Screenshot 2023-03-23 at 15.54.42.png]
Any ideas as to why? I'm not using any weird packages, etc., this is all 
absolutely default stuff. When comparing the .tex output for both latex and 
beamer, the code for the table itself is the same. So is this a bad 
interaction between longtable and beamer, or caused by something else in 
the beamer implementation in pandoc?

-- 
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/bb027d19-3062-47a7-98b8-64d164808099n%40googlegroups.com.

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

[-- Attachment #2: Screenshot 2023-03-23 at 15.54.34.png --]
[-- Type: image/png, Size: 31062 bytes --]

[-- Attachment #3: Screenshot 2023-03-23 at 15.54.42.png --]
[-- Type: image/png, Size: 33899 bytes --]

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

* Re: Bottomrule in tables in beamer output not visible?
       [not found] ` <bb027d19-3062-47a7-98b8-64d164808099n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2023-03-23  7:21   ` Albert Krewinkel
       [not found]     ` <87wn383p61.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Albert Krewinkel @ 2023-03-23  7:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

This is an instance of the problem reported here:
<https://github.com/jgm/pandoc/issues/8638>. The issue has been fixed in
the current development version.

You can test the fix by using a recent nightly build from here:
https://github.com/jgm/pandoc/actions/runs/4476692089

Ant Eagle <ant-DePdjkTX6oTpmi9iPZTz7g@public.gmane.org> writes:

> When I try the following MWE in pandoc markdown I get puzzlingly
> different output
>
> ```
> ## Slide title ##
>
> | A  | B   | C  |
> |:---|:---:|---:|
> | 0  | 7   | 8  |
> | 2  | 4   | 3  |
> | 1  | 2   | 7  |
>
>   : A table 
> ```
>
> When I try
>
>
> pandoc -f markdown -t pdf -s -o table.pdf table.md
>
>
> I get what I expect:
> Screenshot 2023-03-23 at 15.54.
> But when I try
>
>
> pandoc -f markdown -t beamer -s -o table.pdf table.md
>
>
> I get a missing bottomrule:
> Screenshot 2023-03-23 at 15.54.
> Any ideas as to why? I'm not using any weird packages, etc., this is
> all absolutely default stuff. When comparing the .tex output for both
> latex and beamer, the code for the table itself is the same. So is
> this a bad interaction between longtable and beamer, or caused by
> something else in the beamer implementation in pandoc?


-- 
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124

-- 
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/87wn383p61.fsf%40zeitkraut.de.


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

* Re: Bottomrule in tables in beamer output not visible?
       [not found]     ` <87wn383p61.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
@ 2023-03-23  9:49       ` Ant Eagle
  0 siblings, 0 replies; 3+ messages in thread
From: Ant Eagle @ 2023-03-23  9:49 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks! I did quickly search the bug reports but didn't spot that, sorry.

On Thursday, 23 March 2023 at 5:55:19 pm UTC+10:30 Albert Krewinkel wrote:

> This is an instance of the problem reported here:
> <https://github.com/jgm/pandoc/issues/8638>. The issue has been fixed in
> the current development version.
>
> You can test the fix by using a recent nightly build from here:
> https://github.com/jgm/pandoc/actions/runs/4476692089
>
> Ant Eagle <a...-DePdjkTX6oTpmi9iPZTz7g@public.gmane.org> writes:
>
> > When I try the following MWE in pandoc markdown I get puzzlingly
> > different output
> >
> > ```
> > ## Slide title ##
> >
> > | A  | B   | C  |
> > |:---|:---:|---:|
> > | 0  | 7   | 8  |
> > | 2  | 4   | 3  |
> > | 1  | 2   | 7  |
> >
> >   : A table 
> > ```
> >
> > When I try
> >
> >
> > pandoc -f markdown -t pdf -s -o table.pdf table.md
> >
> >
> > I get what I expect:
> > Screenshot 2023-03-23 at 15.54.
> > But when I try
> >
> >
> > pandoc -f markdown -t beamer -s -o table.pdf table.md
> >
> >
> > I get a missing bottomrule:
> > Screenshot 2023-03-23 at 15.54.
> > Any ideas as to why? I'm not using any weird packages, etc., this is
> > all absolutely default stuff. When comparing the .tex output for both
> > latex and beamer, the code for the table itself is the same. So is
> > this a bad interaction between longtable and beamer, or caused by
> > something else in the beamer implementation in pandoc?
>
>
> -- 
> Albert Krewinkel
> GPG: 8eed e3e2 e8c5 6f18 81fe e836 388d c0b2 1f63 1124
>

-- 
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/75ea1062-a64a-43e3-b223-020abf716547n%40googlegroups.com.

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

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

end of thread, other threads:[~2023-03-23  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  5:30 Bottomrule in tables in beamer output not visible? Ant Eagle
     [not found] ` <bb027d19-3062-47a7-98b8-64d164808099n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-23  7:21   ` Albert Krewinkel
     [not found]     ` <87wn383p61.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-03-23  9:49       ` Ant Eagle

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