Universe

The aim of the latex-lookalike package is to re-create the look and feel of LaTeX for Typst.

The styling of different components are kept separate, so users are free to pick and choose which styles to use (see Styles).

Example document

# Compile example document.
typst compile example/example.typ

Styles

Outline style

// Style outline as LaTeX "Table of contents".
#show: latex-lookalike.style-outline

Before (default Typst style): before

After (with latex-lookalike.style-outline applied): after