l

latex-lookalike

@preview

LaTeX style for Typst.

v0.1.4
0BSD

Package Information

Last Updated

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/latex-lookalike:0.1.4

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/latex-lookalike:0.1.4": *

Version History

0.1.4
3a0ea8058cc6...
0.1.3
1e4843c1047b...
0.1.2
2826f356cc62...
0.1.1
eb05d285f9c0...
0.1.0
a491f5143866...

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):
before

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