Wandmalfarbe / pandoc-latex-template

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

Title is blank on the cover page #344

Closed lgmorand closed 1 year ago

lgmorand commented 1 year ago

Hi

I'm using this template with several documents, I love it, thank you so much.

On the last one, I have a weird behavior: the title is missing (or invisible) on the titlepage. I tried to play with font color, I also tried several things but I can't get it. The weird thing is that if I remove the background, then the title is set and visible. It looks like the title is here but behind the background. The second weird thing is that the date is perfectly visible and also the title-rule (which I'd like to remove BTW)

image ``

Here is the markdown. What do I miss ?

---
title:
- 'AKS multitenancy whitepaper'
subject:
- 'AKS multitenancy whitepaper'
author-meta:
- 'Louis-Guillaume '
date:
- \today
date-meta:
- \today
keywords:
- 'AKS;whitepaper;guide;multitenant'
geometry:
- margin=1in
fontfamily:
- charter
header-includes:
titlepage: true
titlepage-text-color: |
  FF0000
titlepage-background: "cover.pdf"
colorlinks: true
page-background: "background.pdf"
---
lgmorand commented 1 year ago

I have the same exact issue using the demo template

---
title: "Vinaque sanguine metuenti cuiquam Alcyone fixus"
author: [Author Name]
date: "2017-02-20"
subject: "Markdown"
keywords: [Markdown, Example]
subtitle: "Aesculeae domus vincemur et Veneris adsuetus lapsum"
lang: "en"
titlepage: true,
titlepage-rule-color: "360049"
titlepage-background: "backgrounds/background1.pdf"
...

so title is missing, subtitle and date are OK

image

lgmorand commented 1 year ago

ok, I took the very last latext template and issue is not here anymore.