Initial commit

This commit is contained in:
Sebastian Rust
2023-03-08 14:01:45 +01:00
commit dd3a223a1c
17 changed files with 2769 additions and 0 deletions

20
.cookiecutter.json Normal file
View File

@@ -0,0 +1,20 @@
{
"_copy_without_render": [
"lib/*",
"fig/*",
"*.sty",
"*.lua"
],
"_output_dir": "/home/jack/Work/paper",
"_template": "https://github.com/aroig/cookiecutter-latex-paper",
"date": "2023-03-08",
"email": "harlequix@gmail.com",
"full_name": "Sebastian Rust",
"funding": "None",
"language": "english",
"project_name": "quic-message",
"project_slug": "quic-message",
"project_type": "paper",
"title": "The Title",
"url": "https://kom.tu-darmstadt.de"
}