mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-10 23:12:59 +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"
|
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>
|
||||||
```
|
```
|
||||||
@ -49,4 +53,4 @@ CREATE TYPE person_t AS (
|
|||||||
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
|
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
|
||||||
$$ SELECT 'P: ' || initcap($1.firstName); $$
|
$$ SELECT 'P: ' || initcap($1.firstName); $$
|
||||||
LANGUAGE SQL;
|
LANGUAGE SQL;
|
||||||
```
|
```
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user