format: auto formatting
This commit is contained in:
15
lib.typ
15
lib.typ
@@ -244,7 +244,10 @@
|
|||||||
font: ("Roboto"),
|
font: ("Roboto"),
|
||||||
)
|
)
|
||||||
#if language == "zh" or language == "ja" [
|
#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 [
|
] else [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]
|
#text(accent-color, weight: "thin")[#author.firstname]
|
||||||
#text(weight: "bold")[#author.lastname]
|
#text(weight: "bold")[#author.lastname]
|
||||||
@@ -511,7 +514,10 @@
|
|||||||
font: ("Roboto"),
|
font: ("Roboto"),
|
||||||
)
|
)
|
||||||
#if language == "zh" or language == "ja" [
|
#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 [
|
] else [
|
||||||
#text(accent-color, weight: "thin")[#author.firstname]
|
#text(accent-color, weight: "thin")[#author.firstname]
|
||||||
#text(weight: "bold")[#author.lastname]
|
#text(weight: "bold")[#author.lastname]
|
||||||
@@ -619,7 +625,10 @@
|
|||||||
let letter-conclusion = {
|
let letter-conclusion = {
|
||||||
align(bottom)[
|
align(bottom)[
|
||||||
#pad(bottom: 2em)[
|
#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: "bold")[#author.firstname #author.lastname] \ \
|
||||||
#text(weight: "light", style: "italic")[ #linguify(
|
#text(weight: "light", style: "italic")[ #linguify(
|
||||||
"attached",
|
"attached",
|
||||||
|
|||||||
Reference in New Issue
Block a user