Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This package also contains a simple template, `progressive-layout`, which shows
#import "@preview/progressive-layout:1.0.0": progressive-layout, progressive-outline

// Apply the template to your document
#show: doc => progressive-layout(doc)
#show: progressive-layout

// Your headings...
= Chapter 1
Expand All @@ -47,8 +47,8 @@ This package also contains a simple template, `progressive-layout`, which shows

This package includes two files to demonstrate its usage:

- [`example.typ`](https://github.com/eusebe/progressive-layout/blob/main/example.typ): This file shows how the `progressive-outline` function works with different options.
- [`demo.typ`](https://github.com/eusebe/progressive-layout/blob/main/demo.typ): This file provides an example of how to use the `progressive-layout` template.
- [`example.typ`](example.typ): This file shows how the `progressive-outline` function works with different options.
- [`demo.typ`](demo.typ): This file provides an example of how to use the `progressive-layout` template.

## `progressive-outline` Parameters

Expand Down
Binary file modified demo.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion demo.typ
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// #import "lib.typ": progressive-layout, progressive-outline

// Apply the layout to the entire document
#show: doc => progressive-layout(doc, show-numbering: true)
#show: progressive-layout.with(show-numbering: true)

= First Section : General Introduction

Expand Down
Binary file modified example.pdf
Binary file not shown.