-
DescriptionHi, I would like to set margin notes so that they start at the same height as the title, rather than the main text, and I'm wondering if there's a built-in way to do that that I missed in the documentation. (minimal example below, the actual use will be for a CV where the margin notes are used to highlight some skills, and the default way to display them leads to unwanted whitespace) Cheers
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I don't think there's an easy way to do that right now, but you can try to hack it the old-fashioned latex way, by adding a rawblock like |
Beta Was this translation helpful? Give feedback.
-
You might want to try the flowfram package, it lets you define frames at specific locations. I used it for posters with quarto (minimal example here). |
Beta Was this translation helpful? Give feedback.
I don't think there's an easy way to do that right now, but you can try to hack it the old-fashioned latex way, by adding a rawblock like
`\vspace{-3em}`{=latex}
(you will likely need to tweak the amount of spacing)