public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Image within titlepage not rendered
@ 2018-01-01 14:53 David Doblas
  0 siblings, 0 replies; only message in thread
From: David Doblas @ 2018-01-01 14:53 UTC (permalink / raw)
  To: pandoc-discuss


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

I'm trying to compile a summary of a book and I'm encountering this issue. 
I have a document like this (My_markdown_document.md):

---
geometry: "left=3cm,right=3cm,top=2cm,bottom=2cm"
output: pdf_document
toc_depth : 3
---

\newpage

Bla bla bla

I also have a title page in a different document (titlepage.md):

\begin{centering}

\vspace{3 cm}

\Huge

{\bf Title}

![]{logo.png}

\vspace{3 cm}

\Large
John Doe
\today

\vspace{3 cm}

\end{centering}

\newpage


This title page and the logo are in a folder called "pics". For compiling 
the pdf, I use:



pandoc -smart --toc -B pics/titlepage.md My_markdown_document.md -o Summary.
pdf

I get a pdf but the image I intend to add to the title page gets rendered 
like:

![]logo.png

How can I include an image in my titlepage to be rendered in the final pdf.

Thanks in advance.

-- 
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/72376122-bb29-4b46-a330-bb8df592120b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-01 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-01 14:53 Image within titlepage not rendered David Doblas

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