-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.typ
56 lines (48 loc) · 1.57 KB
/
main.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#import "/jmlr.typ": jmlr
#import "/blindtext.typ": blindtext, blindmathpaper
#let affls = (
one: (
department: "Department of Statistics",
institution: "University of Washington",
location: "Seattle, WA 98195-4322",
country: "USA"),
two: (
department: "Division of Computer Science",
institution: "University of California",
location: "Berkeley, CA 94720-1776",
country: "USA"),
)
#let authors = (
(name: "Author One",
affl: "one",
email: "[email protected]"),
(name: "Author Two",
affl: "two",
email: "[email protected]"),
)
#show: jmlr.with(
title: [Sample JMLR Paper],
authors: (authors, affls),
abstract: blindtext,
keywords: ("keyword one", "keyword two", "keyword three"),
bibliography: bibliography("main.bib"),
appendix: include "appendix.typ",
pubdata: (
id: "21-0000",
editor: "My editor",
volume: 23,
submitted-at: datetime(year: 2021, month: 1, day: 1),
revised-at: datetime(year: 2022, month: 5, day: 1),
published-at: datetime(year: 2022, month: 9, day: 1),
),
)
= Introduction
#set math.equation(numbering: none) // There are no numbers in sample paper.
#blindmathpaper
Here is a citation @chow68.
= Acknowledgments and Disclosure of Funding
All acknowledgements go at the end of the paper before appendices and
references. Moreover, you are required to declare funding (financial activities
supporting the submitted work) and competing interests (related financial
activities outside the submitted work). More information about this disclosure
can be found on the JMLR website.