diff --git a/ams/main.typ b/ams/main.typ index 9e14f90..a896c74 100644 --- a/ams/main.typ +++ b/ams/main.typ @@ -1,6 +1,6 @@ #import "template.typ": * #show: ams-article.with( - title: "Mathematical Theorems", + title: [Mathematical Theorems], authors: ( ( name: "Ralph Howard", diff --git a/ams/template.typ b/ams/template.typ index 33e1667..48489a4 100644 --- a/ams/template.typ +++ b/ams/template.typ @@ -8,7 +8,7 @@ // it as an article in the style of the American Mathematical Society. #let ams-article( // The article's title. - title: "Paper title", + title: [Paper title], // An array of authors. For each author you can specify a name, // department, organization, location, and email. Everything but @@ -132,7 +132,7 @@ show math.equation: set text(weight: 400) // Configure citation and bibliography styles. - set bibliography(style: "springer-mathphys", title: "References") + set bibliography(style: "springer-mathphys", title: [References]) show figure: it => { show: pad.with(x: 23pt) diff --git a/dept-news/main.typ b/dept-news/main.typ index f0c8c32..14510a5 100644 --- a/dept-news/main.typ +++ b/dept-news/main.typ @@ -1,6 +1,6 @@ #import "template.typ": * #show: dept-news.with( - title: "Chemistry Department", + title: [Chemistry Department], edition: [ March 18th, 2023 \ Purview College diff --git a/dept-news/template.typ b/dept-news/template.typ index 4b8ddfd..fb00f52 100644 --- a/dept-news/template.typ +++ b/dept-news/template.typ @@ -5,7 +5,7 @@ // it as the fun newsletter of a college department. #let dept-news( // The newsletter's title. - title: "Newsletter title", + title: [Newsletter title], // The edition, displayed at the top of the sidebar. edition: none, diff --git a/fiction/main.typ b/fiction/main.typ index 893fa03..4428c73 100644 --- a/fiction/main.typ +++ b/fiction/main.typ @@ -1,6 +1,6 @@ #import "template.typ": * #show: book.with( - title: "Liam's Playlist", + title: [Liam's Playlist], author: "Janet Doe", dedication: [for Rachel], publishing-info: [ diff --git a/fiction/template.typ b/fiction/template.typ index be4ff33..942b97a 100644 --- a/fiction/template.typ +++ b/fiction/template.typ @@ -2,7 +2,7 @@ // it as a simple fiction book. #let book( // The book's title. - title: "Book title", + title: [Book title], // The book's author. author: "Author", diff --git a/ieee/main.typ b/ieee/main.typ index bba313c..5e4e827 100644 --- a/ieee/main.typ +++ b/ieee/main.typ @@ -1,6 +1,6 @@ #import "template.typ": * #show: ieee.with( - title: "A typesetting system to untangle the scientific writing process", + title: [A typesetting system to untangle the scientific writing process], abstract: [ The process of scientific writing is often tangled up with the intricacies of typesetting, leading to frustration and wasted time for researchers. In this paper, we introduce Typst, a new typesetting system designed specifically for scientific writing. Typst untangles the typesetting process, allowing researchers to compose papers faster. In a series of experiments we demonstrate that Typst offers several advantages, including faster document creation, simplified syntax, and increased ease-of-use. ], diff --git a/ieee/template.typ b/ieee/template.typ index b8cefa1..0deee18 100644 --- a/ieee/template.typ +++ b/ieee/template.typ @@ -2,7 +2,7 @@ // it as an article in the style of the IEEE. #let ieee( // The paper's title. - title: "Paper Title", + title: [Paper Title], // An array of authors. For each author you can specify a name, // department, organization, location, and email. Everything but