How to cross reference an entire chapter in a book with pdf output? #7226
Unanswered
nonsciencemark
asked this question in
Q&A
Replies: 1 comment
-
You should be able to add the This should be like the Doesn't it work that way for you ? |
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
If I have a book project with the
_quarto.yml
file:how can I reference an entire chapter? I know that I can reference sections inside chapters (e.g.
See Chapter @sec-introduction-section1
) but that givesSee Chapter 1.1
rather than justChapter 1
. Since the chapters are defined in the YAML, I can't (to my knowledge) add a{#sec-name}
identifier for use later, so not sure what to do?Beta Was this translation helpful? Give feedback.
All reactions