Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio20002 committed Aug 16, 2024
1 parent af379a9 commit fc7d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typst-orange.typ
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
})
}

#let book(title: "", subtitle: "", date: "", author: (), paper-size: "a4", logo: none, cover: none, imageIndex:none, body, mainColor: blue,copyright: [], lang: "en", listOfFigureTitle: none, listOfTableTitle: none, supplementChapter: "Chapter", supplementPart: "Part", fontSize: 10pt, part_style: 0) = {
#let book(title: "", subtitle: "", date: "", author: (), paper-size: "a4", logo: none, cover: none, imageIndex:none, body, mainColor: blue, copyright: [], lang: "en", listOfFigureTitle: none, listOfTableTitle: none, supplementChapter: "Chapter", supplementPart: "Part", fontSize: 10pt, part_style: 0) = {
set document(author: author, title: title)
set text(size: fontSize, lang: lang)
set par(leading: 0.5em)
Expand Down

0 comments on commit fc7d715

Please sign in to comment.