How to change column width in a Quarto pdf document?
I have a document for which I’d like to produce graphs and tables side-by-side. I’ve done hours of searching on the internet, and after lots of trial and error, found that adding the line “#| layout-ncol: 2” is the only thing that seems to actually get these things side-by-side. However, this format makes the graphs look pretty small. Is there any way to make the column with the graph in it wider so that it is more readable?