about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/copyright.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex/preamble/core/copyright.tex')
-rw-r--r--common/latex/preamble/core/copyright.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/latex/preamble/core/copyright.tex b/common/latex/preamble/core/copyright.tex
new file mode 100644
index 0000000..268b910
--- /dev/null
+++ b/common/latex/preamble/core/copyright.tex
@@ -0,0 +1,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>