Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
5.96k stars 954 forks source link

logo-width does not work when using loge in PDF format #387

Open sebastianvoss opened 1 month ago

sebastianvoss commented 1 month ago

First of all, thanks a lot for this great template. It seems the logo-width attribute has no effect when using loge in PDF format and when there are other images (SVG or PDF) in the rest of the document.

Is this expected?

---
titlepage: true
titlepage-logo: "logo.pdf"
logo-width: 100mm
---

# Heading

Some image:

![](some.svg)