custom-titlepage: change color from "ffffff" to "FFFFFF"

to should avoid LaTeX complaining about a wrong color:

pandoc custom-titlepage/custom-titlepage.md -o custom-titlepage/custom-titlepage.pdf --from markdown --template ../eisvogel.latex --listings
Error producing PDF.
! Missing number, treated as zero.
<to be read again>
                   f
l.339 \color[HTML]{ffffff}
This commit is contained in:
Carsten Gips 2018-08-08 11:52:43 +02:00
parent cb29d33d8a
commit aed5f5e379

View File

@ -7,8 +7,8 @@ keywords: [Markdown, Example]
subtitle: "Aesculeae domus vincemur et Veneris adsuetus lapsum"
titlepage: true
titlepage-color: "06386e"
titlepage-text-color: "ffffff"
titlepage-rule-color: "ffffff"
titlepage-text-color: "FFFFFF"
titlepage-rule-color: "FFFFFF"
titlepage-rule-height: 1
...