talal / ilm

A versatile, clean and minimal template for non-fiction writing. Ideal for class notes, reports, and books.
https://typst.app/universe/package/ilm
MIT No Attribution
65 stars 9 forks source link

Typst Universe "create project in app" resulted in an invalid document #11

Closed Andrew-S-Rosen closed 2 months ago

Andrew-S-Rosen commented 2 months ago

I tried using the "Create project in app" feature here, and it generated the following:


#show: ilm.with(
  title: "Chemical Reaction Engineering: ",
  authors: (
    (name: "Andrew S. Rosen", affiliation: "Princeton University"),
  ),
  // Insert your abstract after the colon, wrapped in brackets.
  // Example: `abstract: [This is my abstract...]`
  abstract: lorem(59),
)

However, I'm not sure this is accurate. For instance, authors is not valid.

I know how to properly use the ilm template but just wanted to report this.

talal commented 2 months ago

Hi,

I can not reproduce this issue. I created new projects using the Create project in app button from here and also the Start from template button from the projects dashboard page.

For me, the new projects were created using the template/main.typ file that Ilm ships with.

Can you please try creating a new project again and let me know if this issue still persists?

Andrew-S-Rosen commented 2 months ago

Oh goodness. This was on me... I must have accidentally clicked "Customize template" on the webpage. Sorry about that!