-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.frontmatter
More file actions
38 lines (35 loc) · 912 Bytes
/
.frontmatter
File metadata and controls
38 lines (35 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: A Memo About Memos
subject: Memo Typesetting
author: Alejandro Revilla (\@apr)
date: 2024-07-24
keywords: [Typography]
titlepage: true
# titlepage-logo: jpos.jpg
lang: "en"
toc: true
toc-own-page: true
footer-center: jPOS.org (__REVISION__)
titlepage-rule-color: "360049"
titlepage-text-color: "FFFFFF"
titlepage-rule-color: "360049"
titlepage-rule-height: 0
titlepage-background: "backgrounds/background.pdf"
footnotes-pretty: true
header-includes:
- \usepackage{multicol}
- \usepackage{mdframed}
- \usepackage{graphicx}
- \usepackage{xcolor}
- \usepackage{pgfplots}
- \usepackage{amsmath}
- \pgfplotsset{compat=1.17}
- \usepackage{longtable}
- \usepackage{fontawesome5}
- \newcommand{\user}{\faIcon{user}}
- \usepackage{awesomebox}
pandoc-latex-environment:
noteblock: [note]
tipblock: [tip]
warningblock: [warning]
cautionblock: [caution]
importantblock: [important]