Skip to content

Commit

Permalink
feat: add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed May 9, 2024
1 parent bce251a commit c6769ee
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions src/fortuna.typ
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
#import "@preview/unequivocal-ams:0.1.0": ams-article, theorem, proof

#show: ams-article.with(
title: [Mathematical Theorems],
title: [Fortuna - A Randomness Beacon],
authors: (
(
name: "Ralph Howard",
department: [Department of Mathematics],
organization: [University of South Carolina],
location: [Columbia, SC 29208],
email: "[email protected]",
url: "www.math.sc.edu/~howard"
name: "Kasey White",
department: [Survey Corps],
organization: [Cardano Foundation],
location: [Dammstrasse 16, 6300 Zug, CH],
email: "[email protected]",
url: "https://github.com/microproofs"
),
(
name: "Lucas Rosa",
department: [Survey Corps],
organization: [Cardano Foundation],
location: [Dammstrasse 16, 6300 Zug, CH],
email: "[email protected]",
url: "https://rvcas.dev"
),
),
abstract: lorem(100),
Expand Down

0 comments on commit c6769ee

Please sign in to comment.