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:
Lukas 2022-06-16 02:10:41 +02:00
parent 04e329698d
commit 512f1cb711
No known key found for this signature in database
GPG Key ID: B68223E1A041C9F5
2 changed files with 6 additions and 2 deletions

View File

@ -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>
```
@ -49,4 +53,4 @@ CREATE TYPE person_t AS (
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
$$ SELECT 'P: ' || initcap($1.firstName); $$
LANGUAGE SQL;
```
```

Binary file not shown.