mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-21 01:51:18 +00:00
The example custom-titlepage
has a background and no logo.
This commit is contained in:
parent
49df77bfcb
commit
e6c05b46a3
@ -22,8 +22,10 @@ pandoc "beamer/beamer.md" -o "beamer/beamer.pdf" --from markdown --to beamer --t
|
||||
pdftoppm -r 150 -png "beamer/beamer.pdf" > "beamer/beamer.png"
|
||||
|
||||
echo "- custom-titlepage"
|
||||
pandoc "custom-titlepage/custom-titlepage.md" -o "custom-titlepage/custom-titlepage.pdf" --from markdown --template "../eisvogel.latex" -V "logo=custom-titlepage/logo-inverted.pdf" --listings
|
||||
pdftoppm -r 150 -png "custom-titlepage/custom-titlepage.pdf" > "custom-titlepage/custom-titlepage.png"
|
||||
cd "custom-titlepage"
|
||||
pandoc "custom-titlepage.md" -o "custom-titlepage.pdf" --from markdown --template "../../eisvogel.latex" --listings
|
||||
pdftoppm -r 150 -png "custom-titlepage.pdf" > "custom-titlepage.png"
|
||||
cd ".."
|
||||
|
||||
echo "- default-titlepage"
|
||||
pandoc "default-titlepage/default-titlepage.md" -o "default-titlepage/default-titlepage.pdf" --from markdown --template "../eisvogel.latex" --listings
|
||||
|
@ -6,11 +6,11 @@ subject: "Markdown"
|
||||
keywords: [Markdown, Example]
|
||||
subtitle: "Aesculeae domus vincemur et Veneris adsuetus lapsum"
|
||||
lang: "en"
|
||||
titlepage: true
|
||||
titlepage-color: "06386e"
|
||||
titlepage: true,
|
||||
titlepage-text-color: "FFFFFF"
|
||||
titlepage-rule-color: "FFFFFF"
|
||||
titlepage-rule-height: 1
|
||||
titlepage-rule-color: "360049"
|
||||
titlepage-rule-height: 0
|
||||
titlepage-background: "background.pdf"
|
||||
...
|
||||
|
||||
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 291 KiB After Width: | Height: | Size: 280 KiB |
Loading…
x
Reference in New Issue
Block a user