blob: 268b9103cda2f189c3da8457a895de4a8ea1b79a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\ExplSyntaxOn
\cs_new_protected:Npn \SetAuthors #1
{
\tl_const:Nn \AuthorList {#1}
}
\cs_new_protected:Npn \SetYears #1
{
\tl_const:Nn \YearList {#1}
}
\ExplSyntaxOff
\usepackage[scale=2]{ccicons} % Typeset the cc icons
% TODO: Add a `\copyright` macro, that generates the copyright text automatically and
% language defined <2024-10-03>
|