Squashed 'vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/' content from commit 24a8c00

git-subtree-dir: vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template
git-subtree-split: 24a8c009368843605c212159ad8449476db87d20
This commit is contained in:
2024-12-09 12:37:41 -06:00
commit 10aab78498
142 changed files with 5309 additions and 0 deletions

View File

@@ -0,0 +1 @@
pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --highlight-style kate

View File

@@ -0,0 +1,52 @@
---
title: "Example PDF"
author: [Author]
date: "2017-02-20"
subject: "Markdown"
keywords: [Markdown, Example]
lang: "en"
...
# Vinaque sanguine metuenti cuiquam Alcyone fixus
Lorem markdownum Letoia, et alios: figurae flectentem annis aliquid Peneosque
abesse obstat.
```java
public class Example implements LoremIpsum {
public static void map(String[] sortedLeft, Long[] sortedRight, int splitIndex) {
if(sortedLeft == null || sortedRight == null) {
System.err.println("Lorem ipsum dolor sit amet");
}
} // Obscura atque coniuge, per de coniunx
}
```
Porrigitur et Pallas nuper longusque cratere habuisse sepulcro pectore fertur
obscura atque coniuge.
```html
<!DOCTYPE html>
<html>
<head>
<title>This is the title of the page.</title>
</head>
<body>
<a href="http://example.com">This is a link.</a>
<img src="./image.jpg" alt="This is an image.">
</body>
</html>
```
Vertitur iura tum nepotis causa; motus. Diva virtus! Acrota destruitis vos
iubet quo et classis excessere.
```sql
CREATE TYPE person_t AS (
firstName VARCHAR(50) NOT NULL,
);
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
$$ SELECT 'P: ' || initcap($1.firstName); $$
LANGUAGE SQL;
```

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB