-
Couldn't load subscription status.
- Fork 21
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Really like this template I'm running into issues using the page function with inner headings.
Code
#import "@preview/ilm:1.1.1": *
#show: ilm.with(
title: [Process Design - G11],
author: "",
abstract: [],
bibliography: bibliography("refs.bib"),
figure-index: (enabled: true),
table-index: (enabled: true),
listing-index: (enabled: true)
)
#page(flipped: true)[
= PID
#figure(
align(center)[#image("PID.svg", width: 100%)],
caption: [A figure to show the PID for the plant],
)
#table(
columns: 5,
[Gross numbers]
)
]Error
Pagebreaks are not allowed inside of containers line (failed in package "@preview/ilm:1.1.1")
Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working