So I was using the modern technique template and I have been using it for a while but recently (couple of months ago) the template stopped working. The error it states, was that there was an unexpected argument fill. I don’t know how to fix this because I cant see any fill command stated in that specific code block.
#show: modern-technique-report.with(
title: [Project Name \ Multiline When too Long],
subtitle: [
*Fourth Edition*, \ by _H.L. Royden_ and _P.M. Fitzpatrick_
],
series: [Mathematics Courses \ Framework Series],
author: grid(
align: left + horizon,
columns: 3,
inset: 7pt,
[*Member*], [B. Alice], [qwertyuiop\@youremail.com],
[], [B. Alice], [qwertyuiop\@youremail.com],
[], [B. Alice], [qwertyuiop\@youremail.com],
[*Advisor*], [E. Eric], [qwertyuiop\@youremail.com],
),
date: datetime.today().display("[year] -- [month] -- [day]"),
background: image("bg.jpg"),
theme_color: rgb(21, 74, 135),
font: "New Computer Modern",
title_font: "Noto Sans",
)
This is the part where the error lies and I don’t get how to fix this.
The current fix I currently do is reverting the version to the older working version but this is not an optimal solution and so here I am.
Also sorry if I didnt choose the right tags, don’t really know where this question belongs under.