87 lines
1.4 KiB
YAML
87 lines
1.4 KiB
YAML
page:
|
|
margins:
|
|
top: 2.0 # cm
|
|
bottom: 2.0
|
|
left: 3.0
|
|
right: 1.0
|
|
|
|
styles:
|
|
Normal:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
paragraph:
|
|
line_spacing: 1.5
|
|
first_line_indent: 12.5 # mm
|
|
space_after: 0
|
|
|
|
Heading 1:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
bold: true
|
|
color: "000000" # черный
|
|
paragraph:
|
|
alignment: center
|
|
space_before: 12
|
|
space_after: 6
|
|
keep_with_next: true
|
|
|
|
Heading 2:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
bold: true
|
|
color: "000000"
|
|
paragraph:
|
|
alignment: center
|
|
space_before: 10
|
|
space_after: 4
|
|
keep_with_next: true
|
|
|
|
Heading 3:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
bold: true
|
|
color: "000000"
|
|
paragraph:
|
|
alignment: center
|
|
space_before: 8
|
|
space_after: 4
|
|
keep_with_next: true
|
|
|
|
List Bullet:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
paragraph:
|
|
left_indent: 0.5 # cm
|
|
|
|
List Number:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
paragraph:
|
|
left_indent: 0.5
|
|
|
|
Caption:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 14
|
|
bold: false
|
|
color: "000000"
|
|
paragraph:
|
|
alignment: center
|
|
space_before: 4
|
|
space_after: 4
|
|
|
|
Table Grid:
|
|
font:
|
|
name: "Times New Roman"
|
|
size: 12
|
|
paragraph:
|
|
line_spacing: 1.0
|
|
|
|
colors:
|
|
LinkColor: "0000FF" |