-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjmk.yaml
76 lines (69 loc) · 1.45 KB
/
jmk.yaml
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
# This is the standard/template style for JMK Engineering Reports. I am only changing the parts that make the documents look "good" as I go.
# Rev 0
# Date: 2022-03-19
#
# Revision History
#
# 0 - Initial version that is good enough to send to clients
pageSetup:
size: Letter
spacing-header: 10mm
spacing-footer: 10mm
margin-top: 1cm
margin-bottom: 1cm
margin-left: 2.5cm
margin-right: 2.5cm
fontsAlias:
stdFont: calibri
headingFont: Helvetica-Bold
styles:
normal:
parent: base
fontSize: 11
fontName: stdFont
heading:
parent: normal
fontName: headingFont
fontSize: 20
textColor: 17365D
heading1:
parent: heading
fontSize: 18
heading2:
parent: heading
fontSize: 16
heading3:
parent: heading
fontSize: 16
heading4:
parent: heading
fontSize: 14
heading5:
parent: heading
fontSize: 12
title:
parent: heading
fontSize: 30
txtheader:
parent: heading
headertable:
borderWidth: 1
borderColor: red
parent: heading
align: center
headerlogor:
align: center
headerlogol:
valign: middle
item-list:
# Added some space after a bulleted list to make things a bit cleaner
spaceAfter: 10pt
colWidths:
# The defualt is 20, but that only allows single digit numbers
- 30pt
# I left this as null
- null
bullet-list:
# Added some space after a bulleted list to make things a bit cleaner
spaceBefore: 0
spaceAfter: 10pt