forked from Cosmian/kms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathincludes.yml
More file actions
41 lines (41 loc) · 1.14 KB
/
includes.yml
File metadata and controls
41 lines (41 loc) · 1.14 KB
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
37
38
39
40
41
---
title: Cosmian KMS
subtitle: Key Management System
citation_package: biblatex
# bibliography:
# - biblio.bib
# - ../pandoc/cryptobib/crypto.bib
csl: https://raw.githubusercontent.com/citation-style-language/styles/master/ieee.csl
version: Version 1.2
author: |
Date: 08/04/2022 \linebreak Authors:
\linebreak \quad Bruno Grieder \quad CTO
\linebreak \quad Emmanuel Coste \quad VP Engineering
titlepage: true
titlepage-rule-height: 0
title-meta: packaged_doc_title
link-citations: true
toc-own-page: true
toc: true
toc-title: Table Of Contents
toc-depth: 3
titlepage-logo: ./pandoc/cosmian.png
logo-width: 200pt
lang: en-US
footer-left: Confidential
footer-center: © Copyright 2018-2024 Cosmian. All rights reserved
header-left: ./pandoc/favicon.png
header-includes:
- \setcounter{page}{0} # So that the titlepage is the zeroth page
pandoc-latex-admonition:
# order is important
- color: firebrick
classes: [admonition, danger]
- color: darkturquoise
classes: [admonition, info]
- color: forestgreen
classes: [admonition, important]
- color: dodgerblue
classes: [admonition, note]
- color: orange
classes: [admonition, warning]