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
|
extends: default
base:
font_family: Open Sans Light
font-size: 12
heading:
font_color: #78079a
font_size: 17
font:
catalog:
merge: true
Open Sans Light:
normal: OpenSans-Light.ttf
italic: OpenSans-LightItalic.ttf
bold: OpenSans-Semibold.ttf
bold_italic: OpenSans-SemiboldItalic.ttf
DejaVu Sans Mono:
normal: DejaVuSansMono.ttf
italic: DejaVuSansMono-Oblique.ttf
bold: DejaVuSansMono-Bold.ttf
bold_italic: DejaVuSansMono-BoldOblique.ttf
title_page:
align: right
logo:
top: 10%
title:
top: 75%
font_size: $heading_h1_font_size
font_color: #000000
font_style: bold
line_height: 0.9
subtitle:
font_size: $heading_h3_font_size
font_style: bold_italic
line_height: 1
authors:
margin_top: $base_font_size * 1.25
font_size: $base_font_size * 1.5
font_color: #000000
revision:
margin_top: $base_font_size * 1.25
admonition_label:
font_color: #c70909
font_style: bold
font_size: $heading_h2_font_size
page:
background_color: ffffff
layout: portrait
margin: [0.5in, 0.67in, 0.67in, 0.67in]
size: letter
footer:
height: 0.5in
border_color: #78079a
recto:
left:
content: '{page-number}'
right:
content: '© 2023 Bdale Garbee and Keith Packard. Creative Commons ShareAlike 3.0 License'
verso:
left:
content: $footer_recto_right_content
right:
content: '{page-number}'
codespan:
font_family: DejaVu Sans Mono
code:
font_family: DejaVu Sans Mono
|