The coeos theme

A deck built by the documentation site

Mickaël CANOUIL

An institute

Tuesday, the 4th of August, 2026

A slide

The theme styles the title slide, the headings, the footer, and the slide numbers.

Everything on this deck is the theme; nothing here is marked up for it.

Lists and code

  • A list item.
  • Another one.
summary(cars)

A table

A table styled by the theme.
Measurement Result
Absorbance 0.42
Retention time 3.1 min

Incremental content

  • Revealed in turn.
  • As usual.

Code annotations

model <- lm(dist ~ speed, data = cars)
summary(model)
1
Fit the model.
2
Read the fit back out.

A tabset

The theme steps a tabset through its tabs one fragment at a time.

Which is also what the PDF export follows.