public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* How to remove the top boaderline of a table for PDF output?
@ 2021-11-03 23:53 kcho17-KQhtac8ZjM8
       [not found] ` <55757ef6-c970-421a-b89f-88aa3f8730e6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: kcho17-KQhtac8ZjM8 @ 2021-11-03 23:53 UTC (permalink / raw)
  To: pandoc-discuss


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



Hi!

I am making c.v. by using Pandoc markdown. I am wondering if there is any 
way to remove only the top boarderline of a table in Pandoc markdown? Here 
is my code:

[image: Screenshot 2021-11-03 184921.png]

I just want to keep the bottom line of the table while keeping the 
alignment. 

Thanks!

-- 
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/55757ef6-c970-421a-b89f-88aa3f8730e6n%40googlegroups.com.

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

[-- Attachment #2: Screenshot 2021-11-03 184921.png --]
[-- Type: image/png, Size: 41460 bytes --]

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

* Re: How to remove the top boaderline of a table for PDF output?
       [not found] ` <55757ef6-c970-421a-b89f-88aa3f8730e6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-11-04  8:11   ` gnpan
       [not found]     ` <7a0b7469-4d12-4ad4-b2d5-5e49d4178165n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: gnpan @ 2021-11-04  8:11 UTC (permalink / raw)
  To: pandoc-discuss


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

Try   \def\toprule{} under header-includes. 

On Thursday, 4 November 2021 at 01:53:52 UTC+2 kcho17-KQhtac8ZjM8@public.gmane.org wrote:

> Hi!
>
> I am making c.v. by using Pandoc markdown. I am wondering if there is any 
> way to remove only the top boarderline of a table in Pandoc markdown? Here 
> is my code:
>
> [image: Screenshot 2021-11-03 184921.png]
>
> I just want to keep the bottom line of the table while keeping the 
> alignment. 
>
> Thanks!
>
>

-- 
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/7a0b7469-4d12-4ad4-b2d5-5e49d4178165n%40googlegroups.com.

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

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

* Re: How to remove the top boaderline of a table for PDF output?
       [not found]     ` <7a0b7469-4d12-4ad4-b2d5-5e49d4178165n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-11-04  8:16       ` BPJ
       [not found]         ` <CADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0=DQ1vha0Tz0nVJGDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: BPJ @ 2021-11-04  8:16 UTC (permalink / raw)
  To: pandoc-discuss

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

\let\toprule\relax probably has less side effects.

Den tors 4 nov. 2021 09:12gnpan <g.panayotou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> skrev:

> Try   \def\toprule{} under header-includes.
>
> On Thursday, 4 November 2021 at 01:53:52 UTC+2 kcho17-KQhtac8ZjM8@public.gmane.org wrote:
>
>> Hi!
>>
>> I am making c.v. by using Pandoc markdown. I am wondering if there is any
>> way to remove only the top boarderline of a table in Pandoc markdown? Here
>> is my code:
>>
>> [image: Screenshot 2021-11-03 184921.png]
>>
>> I just want to keep the bottom line of the table while keeping the
>> alignment.
>>
>> Thanks!
>>
>> --
> 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/7a0b7469-4d12-4ad4-b2d5-5e49d4178165n%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/7a0b7469-4d12-4ad4-b2d5-5e49d4178165n%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/CADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0%3DDQ1vha0Tz0nVJGDA%40mail.gmail.com.

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

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

* Re: How to remove the top boaderline of a table for PDF output?
       [not found]         ` <CADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0=DQ1vha0Tz0nVJGDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2021-11-04 13:40           ` Kyoungmin Cho
  0 siblings, 0 replies; 4+ messages in thread
From: Kyoungmin Cho @ 2021-11-04 13:40 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Thanks to both of you! Your suggestions work great.

Best,
Kay

On Thu, Nov 4, 2021 at 3:16 AM BPJ <melroch-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> \let\toprule\relax probably has less side effects.
>
> Den tors 4 nov. 2021 09:12gnpan <g.panayotou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> skrev:
>
>> Try   \def\toprule{} under header-includes.
>>
>> On Thursday, 4 November 2021 at 01:53:52 UTC+2 kcho17-KQhtac8ZjM8@public.gmane.org wrote:
>>
>>> Hi!
>>>
>>> I am making c.v. by using Pandoc markdown. I am wondering if there is
>>> any way to remove only the top boarderline of a table in Pandoc markdown?
>>> Here is my code:
>>>
>>> [image: Screenshot 2021-11-03 184921.png]
>>>
>>> I just want to keep the bottom line of the table while keeping the
>>> alignment.
>>>
>>> Thanks!
>>>
>>> --
>> 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/7a0b7469-4d12-4ad4-b2d5-5e49d4178165n%40googlegroups.com
>> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F7a0b7469-4d12-4ad4-b2d5-5e49d4178165n%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7Cbc2560928a7c45692bd908d99f6b6eba%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637716106031287785%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=8dWV00UJWWoFLjAZdYyIuHq6%2FHfssjYxb1ZbwPmIahw%3D&reserved=0>
>> .
>>
> --
> 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/CADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0%3DDQ1vha0Tz0nVJGDA%40mail.gmail.com
> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0%253DDQ1vha0Tz0nVJGDA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7Cbc2560928a7c45692bd908d99f6b6eba%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637716106031297740%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=X90lEfJstcHMDUp3nzmrmZ%2BA%2FX1Wgk%2FR0usL4QzHtFE%3D&reserved=0>
> .
>

-- 
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/CAAXeR7mjXyckDjooU_%2BVpzRBaAFqMU47c5LU%2BoWEZUtcHFr92w%40mail.gmail.com.

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

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

end of thread, other threads:[~2021-11-04 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 23:53 How to remove the top boaderline of a table for PDF output? kcho17-KQhtac8ZjM8
     [not found] ` <55757ef6-c970-421a-b89f-88aa3f8730e6n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-11-04  8:11   ` gnpan
     [not found]     ` <7a0b7469-4d12-4ad4-b2d5-5e49d4178165n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-11-04  8:16       ` BPJ
     [not found]         ` <CADAJKhDpei3n-v1vPkuQ_M8hWnFhynXL0=DQ1vha0Tz0nVJGDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-11-04 13:40           ` Kyoungmin Cho

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