-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
88 lines (78 loc) · 2.96 KB
/
metadata.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# ------------------------------------------------------------------------------
# Trivadis AG, Infrastructure Managed Services
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland
# ------------------------------------------------------------------------------
# Name.......: matadata.yml
# Author.....: Stefan Oehrli (oes) [email protected]
# Date.......: 2019.11.22
# Revision...:
# Purpose....: Metadata file for pandoc coversion
# Notes......:
# Reference..: --
# License....: Licensed under the Universal Permissive License v 1.0 as
# shown at http://oss.oracle.com/licenses/upl.
# ------------------------------------------------------------------------------
# Modified...:
# see git revision history for more information on changes/updates
# ------------------------------------------------------------------------------
title: "Trivadis Good Practice Guide Template"
subtitle: Template for Trivadis Good and Best Practice Guide for XYZ
author:
- Stefan Oehrli
# date is set by pandoc, uncomment the date line to explicitly set a date
#date: 2020 November 06
tvddocversion: 0.1.0
lang: en
# - Page settings --------------------------------------------------------------
papersize: a4
geometry:
- top=25mm
- bottom=25mm
- right=20mm
# - Titel Page -----------------------------------------------------------------
titlepage: true
titlepage-text-color: 000000
titlepage-rule-height: 0
# - TOC Config -----------------------------------------------------------------
toc: true
toc-own-page: true
toc-title: Table of Contents
toc-depth: 2
# - List of Tables / Figures ---------------------------------------------------
# lof: true
# lof-own-page: false
# lot: true
# lot-own-page: false
numbersections: true
links-as-notes: true
linkcolor: blue
# - Listings -------------------------------------------------------------------
listings: true
listings-disable-line-numbers: true
code-block-font-size: \scriptsize
# - LaTeX config ---------------------------------------------------------------
header-includes: |
\setcounter{page}{0}
\usepackage{sectsty}
\sectionfont{\clearpage}
\usepackage{awesomebox}
# - Pandoc Environment ---------------------------------------------------------
pandoc-latex-environment:
noteblock: [note]
tipblock: [tip]
warningblock: [warning]
cautionblock: [caution]
importantblock: [important]
# - Font settings --------------------------------------------------------------
# due to an issue with XeLaTeX with images in docker container the font family
# has to be set to a sanserif font like Helvetica (helvet)
# fontfamily: helvet
# For regular pandoc pdf generation with XeLaTeX mainfont is set to Nunito
mainfont: Nunito Sans SemiBold
monofont: Courier New
# - Logo settings --------------------------------------------------------------
# Local logo
# logo: images/TVDLogo2019.eps
# Container logo
logo: /trivadis/images/TVDLogo2019.eps
# --- EOF ----------------------------------------------------------------------