Add "pandoc-latex-template" from "https://git.knownelement.com/ExternalVendorCode/pandoc-latex-template.git@master"
git-vendor-name: pandoc-latex-template git-vendor-dir: vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template git-vendor-repository: https://git.knownelement.com/ExternalVendorCode/pandoc-latex-template.git git-vendor-ref: master
This commit is contained in:
1
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/build.sh
generated
vendored
Normal file
1
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/build.sh
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pandoc "document.md" -o "document.pdf" --from markdown --to beamer --template "../../eisvogel.tex" --listings
|
52
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/document.md
generated
vendored
Normal file
52
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/document.md
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
title: "Example PDF"
|
||||
author: [Author]
|
||||
date: "2019-06-16"
|
||||
subject: "Markdown"
|
||||
keywords: [Markdown, Example]
|
||||
lang: "en"
|
||||
...
|
||||
|
||||
# Vinaque sanguine metuenti cuiquam Alcyone fixus
|
||||
|
||||
Lorem markdownum Letoia, et alios: figurae flectentem annis aliquid Peneosque ab
|
||||
esse, obstat gravitate.
|
||||
|
||||
```java
|
||||
public class Example implements LoremIpsum {
|
||||
public static void main(String[] args) {
|
||||
if(args.length < 2) {
|
||||
System.out.println("Lorem ipsum dolor sit amet");
|
||||
}
|
||||
} // Obscura atque coniuge, per de coniunx
|
||||
}
|
||||
```
|
||||
|
||||
# Obscura atque coniuge, per de coniunx
|
||||
|
||||
- Vertitur iura tum nepotis causa motus.
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>This is the title of the page.</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="./image.jpg" alt="This is an image.">
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
# Scyrumve spiro subitusque mente
|
||||
|
||||
```{.sql caption="Pallas nuper longusque cratere habuisse sepulcro pectore fertur."}
|
||||
CREATE TYPE person_t AS (
|
||||
firstName VARCHAR(50) NOT NULL,
|
||||
lastName VARCHAR(50) NOT NULL
|
||||
);
|
||||
|
||||
CREATE Or REPLACE FUNCTION getFormattedName(person) RETURNS text AS
|
||||
$$ SELECT 'P: ' || initcap($1.firstName); $$
|
||||
LANGUAGE SQL;
|
||||
```
|
BIN
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/document.pdf
generated
vendored
Normal file
BIN
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/document.pdf
generated
vendored
Normal file
Binary file not shown.
BIN
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/preview.png
generated
vendored
Normal file
BIN
vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/beamer/preview.png
generated
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 KiB |
Reference in New Issue
Block a user