@@ -36,6 +36,7 @@ This package provides one **cover letter** template and one **statement** templa
3636
3737#show: coverletter.with(
3838 font-type: "PT Serif",
39+ margin: (left: 2cm, right: 2cm, top: 3cm, bottom: 2cm),
3940 name: [example],
4041 address: [],
4142 contacts: (
@@ -63,6 +64,7 @@ This package provides one **cover letter** template and one **statement** templa
6364| Parameter | Description |
6465| --- | --- |
6566| ` font-type ` | The font type of the cover letter, e.g. "PT Serif" |
67+ | ` margin ` | Optional page margins as a single value or directional tuple |
6668| ` name ` | The name of the sender |
6769| ` address ` | The address of the sender |
6870| ` contacts ` | The contact information of the sender(text:[ ] , link: [ ] ) |
@@ -85,6 +87,7 @@ This package provides one **cover letter** template and one **statement** templa
8587
8688#show: statement.with(
8789 font-type: "PT Serif",
90+ margin: (left: 2cm, right: 2cm, top: 3cm, bottom: 2cm),
8891 name: [],
8992 address: [],
9093 contacts: (
@@ -107,6 +110,7 @@ This package provides one **cover letter** template and one **statement** templa
107110| Parameter | Description |
108111| --- | --- |
109112| ` font-type ` | The font type of the cover letter, e.g. "PT Serif" |
113+ | ` margin ` | Optional page margins as a single value or directional tuple |
110114| ` name ` | The name of the sender |
111115| ` address ` | The address of the sender |
112116| ` contacts ` | The contact information of the sender(text:[ ] , link: [ ] ) |
@@ -125,8 +129,8 @@ You just need to import the FontAwesome package at the beginning of the document
125129
126130### Cover Letter
127131
128- ![ Cover Letter Preview] ( https://minioapi.pjx.ac.cn/img1 /2024/08/79decf8975b899d31b9dc76c5466a01a.png )
132+ ![ Cover Letter Preview] ( https://img.pengjiaxin.com /2024/08/79decf8975b899d31b9dc76c5466a01a.png )
129133
130134### Statement
131135
132- ![ Statement Preview] ( https://minioapi.pjx.ac.cn/img1 /2024/08/0483a06862932e1e9a9f1589676ce862.png )
136+ ![ Statement Preview] ( https://img.pengjiaxin.com /2024/08/0483a06862932e1e9a9f1589676ce862.png )
0 commit comments