My recipe project is progressing very well; the scripting is almost there, but I have one issue I have not found a way to resolve. It has a title page, a blank page, then two pages of outline. I have reset the page numbers to start at one for the first ‘chapter’, but the outline pages have the numbers 3 and 4. I just want them not displayed on those pages, but wherever I put set page(numbering: none) in the template it has no effect.
The whole thing is complex. It uses the packages:
droplet
gentle-clues
hydra
marginalia
with a number of customisations, and the whole is wrapped in the basis of ‘wonderous-book’, and much of the text content comes from included files. As a result, not being an experienced coder, I don’t know how to make an MWE that would exhibit the problem.
I’ve tried to create a read-only link to the project, but just get the alert:
Assuming there’s a pagebreak between the outline and the fist chapter anyway, I would just put the outline in its own page, or move the set page that sets the footer to after the outline.
That is the forum trying to render your link, which is not necessary. even if the forum post shows this, others will be able to click the share link. But you can also prevent the preview from triggering by wrapping the link in angle brackets: <https://typst.app/project/...>
In any case, I’d encourage you to add the relevant code to your post, and not rely on people checking out your project. It makes it easier for the people helping you.
Apologies for leaving this so long before answering… away for Christmas and New Year.
I am coming back to think about this. There is a new thread on basically the same question:
So I’ll follow that and see how @bluss’ suggestion is implemented to see If I can fit it into my code, while working out how to create a minimal example (the project in question is ca 2000 lines long with 150 lines of scripting at the beginning of main.typ before the “chapter” text).