diff --git a/charged-ieee/lib.typ b/charged-ieee/lib.typ index f3c469e..b83c6c6 100644 --- a/charged-ieee/lib.typ +++ b/charged-ieee/lib.typ @@ -21,6 +21,9 @@ // The result of a call to the `bibliography` function or `none`. bibliography: none, + // The IEEE pubid + pubid: none, + // How figures are referred to from within the text. // Use "Figure" instead of "Fig." for computer-related publications. figure-supplement: [Fig.], @@ -232,6 +235,19 @@ v(2pt) } + // if set, display the IEEE pubid. We place it at the bottom left of + // the first column + if pubid != none { + place( + bottom + left, + float: true, + box( + width: 100%, + align(left, text(8pt, pubid)) + ) + ) + } + // Display the paper's contents. body