public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* markdown with svg figure to PDF
@ 2022-03-30 15:29 Aaron
       [not found] ` <ad23be68-9225-48f7-a774-96d15ada954dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron @ 2022-03-30 15:29 UTC (permalink / raw)
  To: pandoc-discuss


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

Hello everyone,

Is there any possible solutions to convert a markdown with svg figure into 
pdf ?

I need my figure to be in vector not bitmap. Although I can still use it, 
svg format will be more suitable. I need to make sure it won't go wrong 
when rendering on GitLab.

Thanks in advance and have a nice day.

-- 
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/ad23be68-9225-48f7-a774-96d15ada954dn%40googlegroups.com.

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

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

* Re: markdown with svg figure to PDF
       [not found] ` <ad23be68-9225-48f7-a774-96d15ada954dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-04-01  0:40   ` John MacFarlane
       [not found]     ` <yh480kzgl58wl1.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2022-04-01  0:40 UTC (permalink / raw)
  To: Aaron, pandoc-discuss


pandoc should handle this out of the box.
But for PDF output you may need to have an external program installed
(rsvg-convert). If pandoc can't find it, it will complain.


Aaron <mn714985-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hello everyone,
>
> Is there any possible solutions to convert a markdown with svg figure into 
> pdf ?
>
> I need my figure to be in vector not bitmap. Although I can still use it, 
> svg format will be more suitable. I need to make sure it won't go wrong 
> when rendering on GitLab.
>
> Thanks in advance and have a nice day.
>
> -- 
> 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/ad23be68-9225-48f7-a774-96d15ada954dn%40googlegroups.com.


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

* Re: markdown with svg figure to PDF
       [not found]     ` <yh480kzgl58wl1.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2022-04-01 18:37       ` Aaron
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron @ 2022-04-01 18:37 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks John

I referred to Pandoc installing web page 
<https://pandoc.org/installing.html> and installed  rsvg-convert. it worked.

John MacFarlane 在 2022年4月1日 星期五上午8:40:51 [UTC+8] 的信中寫道:

>
> pandoc should handle this out of the box.
> But for PDF output you may need to have an external program installed
> (rsvg-convert). If pandoc can't find it, it will complain.
>
>
> Aaron <mn71...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > Hello everyone,
> >
> > Is there any possible solutions to convert a markdown with svg figure 
> into 
> > pdf ?
> >
> > I need my figure to be in vector not bitmap. Although I can still use 
> it, 
> > svg format will be more suitable. I need to make sure it won't go wrong 
> > when rendering on GitLab.
> >
> > Thanks in advance and have a nice day.
> >
> > -- 
> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/ad23be68-9225-48f7-a774-96d15ada954dn%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/1cbf96fc-8ebb-4d3e-8a83-6e7dae82b8cen%40googlegroups.com.

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

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

end of thread, other threads:[~2022-04-01 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 15:29 markdown with svg figure to PDF Aaron
     [not found] ` <ad23be68-9225-48f7-a774-96d15ada954dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-04-01  0:40   ` John MacFarlane
     [not found]     ` <yh480kzgl58wl1.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2022-04-01 18:37       ` Aaron

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