public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Hacked MultiColumn Tables Available
@ 2019-05-14 17:21 ivo welch
       [not found] ` <f2d2154d-53a1-478f-94c6-58cb42b26e23-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: ivo welch @ 2019-05-14 17:21 UTC (permalink / raw)
  To: pandoc-discuss


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


I have put a "multicolumn + numeric formatting for tables" hack written in 
perl into http://www.ivo-welch.info/pandoctbl/ .  When pandoc offers 
something better or at least standard, I will remove it.   It is not 
intended to last very long.  I needed these facilities for my own tables.

There is an md sample input file and an html sample output file.  Maybe it 
helps a few people.

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f2d2154d-53a1-478f-94c6-58cb42b26e23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Hacked MultiColumn Tables Available
       [not found] ` <f2d2154d-53a1-478f-94c6-58cb42b26e23-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-05-15  8:47   ` BPJ
       [not found]     ` <CADAJKhArqaoL9NFy_S8YSSC++ykLL-p1bV+CD5t80HBZmwyqug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: BPJ @ 2019-05-15  8:47 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Are you aware of Pandoc::Elements?

https://metacpan.org/pod/Pandoc::Elements

Den tis 14 maj 2019 19:22ivo welch <ivowel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> skrev:

>
> I have put a "multicolumn + numeric formatting for tables" hack written in
> perl into http://www.ivo-welch.info/pandoctbl/ .  When pandoc offers
> something better or at least standard, I will remove it.   It is not
> intended to last very long.  I needed these facilities for my own tables.
>
> There is an md sample input file and an html sample output file.  Maybe it
> helps a few people.
>
> --
> 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/f2d2154d-53a1-478f-94c6-58cb42b26e23%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/f2d2154d-53a1-478f-94c6-58cb42b26e23%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhArqaoL9NFy_S8YSSC%2B%2BykLL-p1bV%2BCD5t80HBZmwyqug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Hacked MultiColumn Tables Available
       [not found]     ` <CADAJKhArqaoL9NFy_S8YSSC++ykLL-p1bV+CD5t80HBZmwyqug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2019-05-15 22:07       ` ivo welch
       [not found]         ` <4116aa9c-5605-405f-9047-b60c7e2b132d-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: ivo welch @ 2019-05-15 22:07 UTC (permalink / raw)
  To: pandoc-discuss


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


I was not.  This would have made my life simpler and resulted in nicer 
code.  Alas, for my purposes, this one works for now:

[image: snappandoctbl.png]


On Wednesday, May 15, 2019 at 1:47:41 AM UTC-7, BP wrote:
>
> Are you aware of Pandoc::Elements?
>
> https://metacpan.org/pod/Pandoc::Elements
>
> Den tis 14 maj 2019 19:22ivo welch <ivo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> skrev:
>
>>
>> I have put a "multicolumn + numeric formatting for tables" hack written 
>> in perl into http://www.ivo-welch.info/pandoctbl/ .  When pandoc offers 
>> something better or at least standard, I will remove it.   It is not 
>> intended to last very long.  I needed these facilities for my own tables.
>>
>> There is an md sample input file and an html sample output file.  Maybe 
>> it helps a few people.
>>
>> -- 
>> 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-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>.
>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/f2d2154d-53a1-478f-94c6-58cb42b26e23%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/f2d2154d-53a1-478f-94c6-58cb42b26e23%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/4116aa9c-5605-405f-9047-b60c7e2b132d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

[-- Attachment #2: snappandoctbl.png --]
[-- Type: image/png, Size: 89640 bytes --]

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

* Re: Hacked MultiColumn Tables Available
       [not found]         ` <4116aa9c-5605-405f-9047-b60c7e2b132d-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-05-20  3:19           ` ivo welch
  0 siblings, 0 replies; 4+ messages in thread
From: ivo welch @ 2019-05-20  3:19 UTC (permalink / raw)
  To: pandoc-discuss


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


Here is plain use of multi-columns.  Actually, given the mess of desired 
table output, I think this ends up both reasonably easy to write and read.


[image: pdt.png]


ok, mine is a pre-hack and it works, but it would be way nicer as a 
standard pandoc table facility.




-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/07ea3e85-1bd7-4f4b-90a2-6daa5b7d5f01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

[-- Attachment #2: pdt.png --]
[-- Type: image/png, Size: 111194 bytes --]

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

end of thread, other threads:[~2019-05-20  3:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-14 17:21 Hacked MultiColumn Tables Available ivo welch
     [not found] ` <f2d2154d-53a1-478f-94c6-58cb42b26e23-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-05-15  8:47   ` BPJ
     [not found]     ` <CADAJKhArqaoL9NFy_S8YSSC++ykLL-p1bV+CD5t80HBZmwyqug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-05-15 22:07       ` ivo welch
     [not found]         ` <4116aa9c-5605-405f-9047-b60c7e2b132d-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-05-20  3:19           ` ivo welch

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