Custom Cross-Reference Type in a book: is there a way to associate each reference with a custom label? #8034
aborruso
started this conversation in
Feature Requests
Replies: 2 comments 11 replies
-
@cscheid can we do custom labels already ? I don't think so but I prefer to get your confirmation. Probably a new feature request if we don't have this. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
9 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
Hi,
I am creating an html book with quarto and I have added a Custom Cross-Reference Type, it's related to requirements:
One of it is in example the "requirement 4", and I refer to it using
@req-5
.It works: in the rendering I have
Requisito 4.1
, the prefix "Requisito" and chapter number first and then the order of the requirement (it is requirement number 5, but it is the only one I have written now).I would like to have no automatic number, and instead of this a custom suffix label for this item, so that I can write "look at
@req-5
" and to have in output "look at Requisito 5". And5
is the custom suffix I would like to have for requirement number five.Is there something like this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions