Skip to content

Commit

Permalink
add: indent list suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jskherman committed Jul 18, 2024
1 parent c7c4eb4 commit 8533314
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions template/template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
#let customrules(doc) = {
// add custom document style rules here
set page(
paper: "us-letter", // a4, us-letter
numbering: "1 / 1",
number-align: center, // left, center, right
margin: 1.25cm, // 1.25cm, 1.87cm, 2.5cm
paper: "us-letter", // a4, us-letter
numbering: "1 / 1", // you can comment out or remove this line to remove numbering
number-align: center, // left, center, right
margin: 1.25cm, // 1.25cm, 1.87cm, 2.5cm
)

// set list(indent: 1em) // indent bullet list for legibility
doc
}

Expand Down

0 comments on commit 8533314

Please sign in to comment.