Abstract Category Keys

abstract

The keys in the abstract category control the arrangement and style of the abstract.

Key Value Type Example

font-color

Color
(default: $base-font-color)

abstract:
  font-color: #5C6266

font-size

Number
(default: 13.5)

abstract:
  font-size: 13

font-style

Font style
(default: $base-font-style)

abstract:
  font-style: italic

line-height

Number
(default: 1.4)

abstract:
  line-height: 1.2

padding

Measurement | Measurement[]
(default: 0)

abstract:
  padding: [0, 12, 0, 12]

text-decoration

Text decoration
(default: none)

abstract:
  text-decoration: underline

text-decoration-color

Color
(default: $abstract-font-color)

abstract:
  text-decoration-color: #0000FF

text-decoration-width

Measurement
(default: $base-text-decoration-width)

abstract:
  text-decoration-width: 0.5

text-transform

Text transform
(default: inherit)

abstract:
  text-transform: none

abstract-first-line

The keys in the abstract-first-line category control the style of the first line of the abstract.

Key Value Type Example

font-color

Color
(default: not set)

abstract:
  first-line:
    font-color: #AA0000

font-style

Font style
(default: not set)

abstract:
  first-line:
    font-style: bold

text-transform

Text transform
(default: inherit)

abstract:
  text-transform: smallcaps

abstract-title

The keys in the abstract-title category control the style and alignment of the title of an abstract.

Key Value Type Example

font-color

Color
(default: $base-font-color)

abstract:
  title:
    font-color: #333333

font-family

Font family name
(default: $base-font-family)

abstract:
  title:
    font-family: Noto Serif

font-kerning

none | normal
(default: inherit)

abstract:
  title:
    font-kerning: none

font-size

Number
(default: $base-font-size)

abstract:
  title:
    font-size: 13

font-style

Font style
(default: bold)

abstract:
  title:
    font-style: normal_italic

text-align

Text alignment
(default: center)

abstract:
  title:
    text-align: center

text-decoration

Text decoration
(default: none)

abstract:
  title:
    text-decoration: underline

text-decoration-color

Color
(default: $abstract-title-font-color)

abstract:
  title:
    text-decoration-color: #0000FF

text-decoration-width

Measurement
(default: $base-text-decoration-width)

abstract:
  title:
    text-decoration-width: 0.5

text-transform

Text transform
(default: inherit)

abstract:
  title:
    text-transform: captitalize