From a8dd7520842afda024eff18c06263d2a10929bb1 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 29 Oct 2022 13:52:59 +0200 Subject: [PATCH] Continue fixing scitepress --- .../_latex-templates/scitepress-template-meta.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/{{cookiecutter.paper_repo_name}}/_latex-templates/scitepress-template-meta.tex b/{{cookiecutter.paper_repo_name}}/_latex-templates/scitepress-template-meta.tex index 0e75bc1..020e6ad 100644 --- a/{{cookiecutter.paper_repo_name}}/_latex-templates/scitepress-template-meta.tex +++ b/{{cookiecutter.paper_repo_name}}/_latex-templates/scitepress-template-meta.tex @@ -1,9 +1,6 @@ -{% raw %} -\title{ {{ cookiecutter.paper_title }} } - +\title{ {{cookiecutter.paper_title}} } \author{\authorname{ {{cookiecutter.main_contributor_name}}\sup{1}\orcidAuthor{0000-0000-0000-0000}, Second Author Name\sup{1}\orcidAuthor{0000-0000-0000-0000} and Third Author Name\sup{2}\orcidAuthor{0000-0000-0000-0000}} \affiliation{\sup{1}Institute of Problem Solving, XYZ University, My Street, MyTown, MyCountry} \affiliation{\sup{2}Department of Computing, Main University, MySecondTown, MyCountry} \email{\{f\_author, s\_author\}@ips.xyz.edu, t\_author@dc.mu.edu} } -{% endraw %}