Skip to content

Components

This theme provides several components for academic presentations.

Available Components

ComponentPurpose
TheoremTheorems, lemmas, definitions with auto-numbering
BlockBeamer-style colored blocks
StepsWorkflow/process visualization
KeywordsKeyword tags
ColumnsMulti-column layouts
HighlightText highlighting
CiteAcademic citations

Quick Example

markdown
<Theorem type="theorem" title="Pythagorean Theorem">

For a right triangle: $a^2 + b^2 = c^2$

</Theorem>

<Block type="info" title="Note">

Important information here.

</Block>

See individual component pages for detailed documentation.