review clem BPV for qrs
This commit is contained in:
parent
c5befd3f7d
commit
c43c18e9aa
3 changed files with 172 additions and 223 deletions
|
|
@ -82,7 +82,7 @@
|
|||
1
|
||||
}
|
||||
|
||||
set text(10pt, weight: "regular")
|
||||
set text(10pt, weight: 400)
|
||||
if it.level == 1 [
|
||||
#show: smallcaps
|
||||
#v(12pt, weak: true)
|
||||
|
|
@ -142,6 +142,36 @@
|
|||
}
|
||||
|
||||
set align(left)
|
||||
|
||||
// Display the authors list.
|
||||
//for i in range(calc.ceil(authors.len() / 3)) {
|
||||
// let end = calc.min((i + 1) * 3, authors.len())
|
||||
// let is-last = authors.len() == end
|
||||
// let slice = authors.slice(i * 3, end)
|
||||
// grid(
|
||||
// columns: slice.len() * (1fr,),
|
||||
// gutter: 12pt,
|
||||
// ..slice.map(author => align(center, {
|
||||
// text(12pt, author.name)
|
||||
// if "department" in author [
|
||||
// \ #emph(author.department)
|
||||
// ]
|
||||
// if "organization" in author [
|
||||
// \ #emph(author.organization)
|
||||
// ]
|
||||
// if "location" in author [
|
||||
// \ #author.location
|
||||
// ]
|
||||
// if "email" in author [
|
||||
// \ #link("mailto:" + author.email)
|
||||
// ]
|
||||
// }))
|
||||
// )
|
||||
|
||||
// if not is-last {
|
||||
// v(16pt, weak: true)
|
||||
// }
|
||||
//}
|
||||
v(40pt, weak: true)
|
||||
|
||||
// Start two column mode and configure paragraph properties.
|
||||
|
|
@ -151,7 +181,7 @@
|
|||
|
||||
// Display abstract and index terms.
|
||||
if abstract != none [
|
||||
//#set text(weight: "regular")
|
||||
#set text(weight: "regular")
|
||||
#h(1em) _Abstract_---#abstract
|
||||
|
||||
#if index-terms != () [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue