So the metadata value seems to be some kind of layout function object. I tried to call it using (), but then typst complained that it is content and can not be called. What am I doing wrong? How can that width value 160 be made the metadata value?
Aaaah okay. So layout behaves just like context in the way that everything that needs its information must happen inside of it. Alright, this solves my problem. Thank you very much :)