public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Increasing header separation/inter-column separation in pipe tabes
@ 2021-10-06 19:10 R (Chandra) Chandrasekhar
       [not found] ` <3afc2e03-329d-2ea0-8c56-3ecd79b2753b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: R (Chandra) Chandrasekhar @ 2021-10-06 19:10 UTC (permalink / raw)
  To: pandoc-discuss

I am using pipe tables to generate epub3 output.

On the readers that I have tried out, the table headers seem too close 
to each other for easy visual separation. Is there any way to increase 
inter-column separation (or equivalently, achieve greater header 
separation) short of inserting dummy columns exclusively for this purpose?

Thanks.

Chandra


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

* Re: Increasing header separation/inter-column separation in pipe tabes
       [not found] ` <3afc2e03-329d-2ea0-8c56-3ecd79b2753b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2021-10-06 21:23   ` John MacFarlane
       [not found]     ` <yh480kh7dtg85l.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2021-10-06 21:23 UTC (permalink / raw)
  To: R (Chandra) Chandrasekhar, pandoc-discuss


Just pass in a custom style sheet using --css.
You can modify the default one, which can be generated
using

pandoc --print-default-data-file=pub.css

"R (Chandra) Chandrasekhar" <chyavana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> I am using pipe tables to generate epub3 output.
>
> On the readers that I have tried out, the table headers seem too close 
> to each other for easy visual separation. Is there any way to increase 
> inter-column separation (or equivalently, achieve greater header 
> separation) short of inserting dummy columns exclusively for this purpose?
>
> Thanks.
>
> Chandra
>
> -- 
> 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/3afc2e03-329d-2ea0-8c56-3ecd79b2753b%40gmail.com.


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

* Re: Increasing header separation/inter-column separation in pipe tabes
       [not found]     ` <yh480kh7dtg85l.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2021-10-07  5:35       ` R (Chandra) Chandrasekhar
  0 siblings, 0 replies; 3+ messages in thread
From: R (Chandra) Chandrasekhar @ 2021-10-07  5:35 UTC (permalink / raw)
  To: John MacFarlane, pandoc-discuss

Thank you.

For the record, I note these two points:

1. The default file is:

pandoc --print-default-data-file=epub.css

Note that the e in epub was inadvertently left out in the answer from @jgm.

2. I got the desired visual column separation with this in my css file:

table th, table td {
     padding-right: 0.5em;
     padding-left: 0.5em;
}

Chandra

On 07/10/2021 02:53, John MacFarlane wrote:
> 
> Just pass in a custom style sheet using --css.
> You can modify the default one, which can be generated
> using
> 
> pandoc --print-default-data-file=pub.css
> 
> "R (Chandra) Chandrasekhar" <chyavana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> 
>> I am using pipe tables to generate epub3 output.
>>
>> On the readers that I have tried out, the table headers seem too close
>> to each other for easy visual separation. Is there any way to increase
>> inter-column separation (or equivalently, achieve greater header
>> separation) short of inserting dummy columns exclusively for this purpose?
>>
>> Thanks.
>>
>> Chandra
>>
>> -- 
>> 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/3afc2e03-329d-2ea0-8c56-3ecd79b2753b%40gmail.com.


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

end of thread, other threads:[~2021-10-07  5:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 19:10 Increasing header separation/inter-column separation in pipe tabes R (Chandra) Chandrasekhar
     [not found] ` <3afc2e03-329d-2ea0-8c56-3ecd79b2753b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2021-10-06 21:23   ` John MacFarlane
     [not found]     ` <yh480kh7dtg85l.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-10-07  5:35       ` R (Chandra) Chandrasekhar

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