Hello everyone!
I am learning Typst and trying to move from LaTeX. Just a quick question about layout config. How can I define a double-sided document?
For reference, in LaTeX it is done with \documentclass[twoside]{article} or as default with the book class, but I couldn’t figured it out with Typst and the page function.
Thanks.