Replies: 1 comment
-
Bookmark are automatically handled by LaTeX. If you find a command to do that, you'll likely need to use raw code:
See also the available options to configure the LaTeX template at https://quarto.org/docs/reference/formats/pdf.html. Edit: the following might be of interest: https://tex.stackexchange.com/questions/628506/adding-bookmarks-and-subbookmarks-manually-in-regular-latex-file. ---
title: "Quarto Playground"
format: pdf
---
This is a playground for Quarto.
## Markdown
This is a markdown cell.
Fake bookmark `\pdfbookmark[2]{Fake Bookmark}{X}`{=latex}
## Code
Code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I've been using quarto for a while now and I love its functionality. I have noticed that the default for rendering to pdf is to make bookmarks according to the headings. For example
would produce a simple pdf, with 3 levels of bookmarks (heading 4 does not produce a bookmark) all collapsed.
Do the authors of quarto know how I might create bookmarks without using a heading? This may look something like the below:
Where I could potentially create bookmarks for sub-listings a) and b) either via a shortcode or some class/identifier?
Beta Was this translation helpful? Give feedback.
All reactions