Skip to content

Commit

Permalink
format: auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Jul 9, 2024
1 parent 85e9faf commit a6a6108
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@
font: ("Roboto"),
)
#if language == "zh" or language == "ja" [
#text(accent-color, weight: "thin")[#author.firstname]#text(weight: "bold")[#author.lastname]
#text(
accent-color,
weight: "thin",
)[#author.firstname]#text(weight: "bold")[#author.lastname]
] else [
#text(accent-color, weight: "thin")[#author.firstname]
#text(weight: "bold")[#author.lastname]
Expand Down Expand Up @@ -511,7 +514,10 @@
font: ("Roboto"),
)
#if language == "zh" or language == "ja" [
#text(accent-color, weight: "thin")[#author.firstname]#text(weight: "bold")[#author.lastname]
#text(
accent-color,
weight: "thin",
)[#author.firstname]#text(weight: "bold")[#author.lastname]
] else [
#text(accent-color, weight: "thin")[#author.firstname]
#text(weight: "bold")[#author.lastname]
Expand Down Expand Up @@ -619,7 +625,10 @@
let letter-conclusion = {
align(bottom)[
#pad(bottom: 2em)[
#text(weight: "light")[#linguify("sincerely", from: lang_data)#sym.comma] \
#text(weight: "light")[#linguify(
"sincerely",
from: lang_data,
)#sym.comma] \
#text(weight: "bold")[#author.firstname #author.lastname] \ \
#text(weight: "light", style: "italic")[ #linguify(
"attached",
Expand Down

0 comments on commit a6a6108

Please sign in to comment.