This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprint.style
66 lines (57 loc) · 1.42 KB
/
print.style
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
pageSetup:
size: A4
width: null
height: null
margin-top: 5mm
margin-bottom: 5mm
margin-left: 5mm
margin-right: 5mm
margin-gutter: 0cm
spacing-header: 5mm
spacing-footer: 5mm
pageTemplates:
oneColumn:
frames: []
[0cm, 0cm, 100%, 100%]
showHeader : true
showFooter : true
defaultFooter : """
.. class:: headertable
+---------------------+-----------------------------+
|.. class:: left |.. class:: right |
| | |
| | ###Page###/###Total### |
+---------------------+-----------------------------+"""
defaultHeader : ""
#background : note.svg
styles:
left:
parent: bodytext
alignement: left
centerd:
parent: bodytext
alignement: center
right:
parent: bodytext
alignement: right
headertable:
parent: table
colWidths: [80%, 20%]
commands : []
notetable:
parent: table
colWidths: [10%, 90%]
commands : []
[VALIGN, [ 0, 0 ], [ -1, -1 ], TOP ]
[ROWBACKGROUNDS, [0, 0], [-1, -1], [aliceblue]]
code:
parent: literal
fontName: stdMono
leftIndent: 0
spaceBefore: 8
spaceAfter: 8
backColor: white
borderColor: white
borderWidth: 0.2
borderPadding: 6
fontSize: 10