mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-14 00:39:46 +00:00
feat: Updating document.md and new document.pdf
The following metadata was added to the document.md file: - subtitle, - institute, - section-titles and - theme
This commit is contained in:
parent
04e329698d
commit
512f1cb711
examples/beamer
@ -1,10 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: "Example PDF"
|
title: "Example PDF"
|
||||||
|
subtitle: "Example PDF"
|
||||||
|
institute: "my home office"
|
||||||
author: [Author]
|
author: [Author]
|
||||||
|
theme: default
|
||||||
date: "2019-06-16"
|
date: "2019-06-16"
|
||||||
subject: "Markdown"
|
subject: "Markdown"
|
||||||
keywords: [Markdown, Example]
|
keywords: [Markdown, Example]
|
||||||
lang: "en"
|
lang: "en"
|
||||||
|
section-titles: true
|
||||||
...
|
...
|
||||||
|
|
||||||
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||||
@ -33,7 +37,7 @@ public class Example implements LoremIpsum {
|
|||||||
<title>This is the title of the page.</title>
|
<title>This is the title of the page.</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="./image.jpg" alt="This is an image.">
|
<img src="./image.jpg" alt="This is an image." />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user