public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Correctly convert back tightlist from latex to markdown
@ 2019-10-08 16:51 Gu Lu
       [not found] ` <48be16f3-b5ac-4bb3-8395-59eefb7aa12c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Gu Lu @ 2019-10-08 16:51 UTC (permalink / raw)
  To: pandoc-discuss


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

Dear Pandoc users/developpers,


I am trying to produce markdown *from latex*. 

However, regular lists (itemize environment) are converted to the "loose" 
type of list, i.e the markdown output has blank lines between each item:


* item1

* item2

* item3


While I would personally always prefer the markdown compact list format, 
this choice is consistent with the conversion from markdown *to latex* (where 
the \tightlist command is added to compact lists).


I therefore tried to add the \tightlist command to my itemize environments, 
but pandoc simply ignored it: it still produces loose markdown lists.

Is there a way to produce markdown compact lists from latex? Either by 
interpreting the \tightlist command when seen, or by simply converting all 
lists to compact using some command-line option?


Thanks a lot for your help.

-- 
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/48be16f3-b5ac-4bb3-8395-59eefb7aa12c%40googlegroups.com.

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

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

* Re: Correctly convert back tightlist from latex to markdown
       [not found] ` <48be16f3-b5ac-4bb3-8395-59eefb7aa12c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-10-08 17:04   ` John MacFarlane
       [not found]     ` <yh480k8spv1858.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2019-10-08 17:04 UTC (permalink / raw)
  To: Gu Lu, pandoc-discuss


\tightlist is sort of pandoc-specific, but we could make
the LaTeX reader sensitive to it.  Submit a request for
this on our GitHub issue tracker?

Gu Lu <guill.louvel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Dear Pandoc users/developpers,
>
>
> I am trying to produce markdown *from latex*. 
>
> However, regular lists (itemize environment) are converted to the "loose" 
> type of list, i.e the markdown output has blank lines between each item:
>
>
> * item1
>
> * item2
>
> * item3
>
>
> While I would personally always prefer the markdown compact list format, 
> this choice is consistent with the conversion from markdown *to latex* (where 
> the \tightlist command is added to compact lists).
>
>
> I therefore tried to add the \tightlist command to my itemize environments, 
> but pandoc simply ignored it: it still produces loose markdown lists.
>
> Is there a way to produce markdown compact lists from latex? Either by 
> interpreting the \tightlist command when seen, or by simply converting all 
> lists to compact using some command-line option?
>
>
> Thanks a lot for your help.
>
> -- 
> 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/48be16f3-b5ac-4bb3-8395-59eefb7aa12c%40googlegroups.com.


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

* Re: Correctly convert back tightlist from latex to markdown
       [not found]     ` <yh480k8spv1858.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2019-10-08 17:09       ` Gu Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Gu Lu @ 2019-10-08 17:09 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks, I wasn't sure this thing wasn't already implemented. I'll submit an 
issue then.
best,

Le mardi 8 octobre 2019 19:04:23 UTC+2, John MacFarlane a écrit :
>
>
> \tightlist is sort of pandoc-specific, but we could make 
> the LaTeX reader sensitive to it.  Submit a request for 
> this on our GitHub issue tracker? 
>
> Gu Lu <guill...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Dear Pandoc users/developpers, 
> > 
> > 
> > I am trying to produce markdown *from latex*. 
> > 
> > However, regular lists (itemize environment) are converted to the 
> "loose" 
> > type of list, i.e the markdown output has blank lines between each item: 
> > 
> > 
> > * item1 
> > 
> > * item2 
> > 
> > * item3 
> > 
> > 
> > While I would personally always prefer the markdown compact list format, 
> > this choice is consistent with the conversion from markdown *to latex* 
> (where 
> > the \tightlist command is added to compact lists). 
> > 
> > 
> > I therefore tried to add the \tightlist command to my itemize 
> environments, 
> > but pandoc simply ignored it: it still produces loose markdown lists. 
> > 
> > Is there a way to produce markdown compact lists from latex? Either by 
> > interpreting the \tightlist command when seen, or by simply converting 
> all 
> > lists to compact using some command-line option? 
> > 
> > 
> > Thanks a lot for your help. 
> > 
> > -- 
> > 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/48be16f3-b5ac-4bb3-8395-59eefb7aa12c%40googlegroups.com. 
>
>

-- 
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/f3e67254-04db-4af5-a04d-187dccbe7b8e%40googlegroups.com.

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

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

end of thread, other threads:[~2019-10-08 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 16:51 Correctly convert back tightlist from latex to markdown Gu Lu
     [not found] ` <48be16f3-b5ac-4bb3-8395-59eefb7aa12c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-08 17:04   ` John MacFarlane
     [not found]     ` <yh480k8spv1858.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-10-08 17:09       ` Gu Lu

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