Package Information
- Last Updated
- Authors
- Robin Eklind
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/latex-lookalike:0.1.42. Import in your Typst file
Add this to your .typ file:
#import "@preview/latex-lookalike:0.1.4": *Version History
LaTeX styles for Typst
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):

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