mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-23 08:02:22 +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
@ -1,10 +1,14 @@
|
||||
---
|
||||
title: "Example PDF"
|
||||
subtitle: "Example PDF"
|
||||
institute: "my home office"
|
||||
author: [Author]
|
||||
theme: default
|
||||
date: "2019-06-16"
|
||||
subject: "Markdown"
|
||||
keywords: [Markdown, Example]
|
||||
lang: "en"
|
||||
section-titles: true
|
||||
...
|
||||
|
||||
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||
@ -33,7 +37,7 @@ public class Example implements LoremIpsum {
|
||||
<title>This is the title of the page.</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="./image.jpg" alt="This is an image.">
|
||||
<img src="./image.jpg" alt="This is an image." />
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user