File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ $endif$
71
71
$if(region)$
72
72
region: "$region$",
73
73
$endif$
74
+ $if(abstract-title)$
75
+ abstract-title: [$abstract-title$],
76
+ $endif$
74
77
$if(abstract)$
75
78
abstract: [$abstract$],
76
79
$endif$
Original file line number Diff line number Diff line change 15
15
authors: (),
16
16
keywords: (),
17
17
date: none,
18
+ abstract-title: none,
18
19
abstract: none,
19
20
thanks: none,
20
21
cols: 1,
106
107
107
108
#if abstract != none {
108
109
block(inset: 2em)[
109
- #text(weight: "semibold")[Abstract ] #h(1em) #abstract
110
+ #text(weight: "semibold")[#abstract-title ] #h(1em) #abstract
110
111
]
111
112
}
112
113
]
Original file line number Diff line number Diff line change 39
39
authors: (),
40
40
keywords: (),
41
41
date: none,
42
+ abstract-title: none,
42
43
abstract: none,
43
44
thanks: none,
44
45
cols: 1,
130
131
131
132
#if abstract != none {
132
133
block(inset: 2em)[
133
- #text(weight: "semibold")[Abstract ] #h(1em) #abstract
134
+ #text(weight: "semibold")[#abstract-title ] #h(1em) #abstract
134
135
]
135
136
}
136
137
]
You can’t perform that action at this time.
0 commit comments