Hi there, using \cite[myreference] I will get a result like "[1]", or I could also change the "1" into some more detailed information such as a tag. However, I want to obtain something like "[1, section 2.1]". How can I achieve this? Thank you very much, Johann
Am 24.06.22 um 02:09 schrieb Johann Birnick via ntg-context:
Hi there,
using \cite[myreference] I will get a result like "[1]", or I could also change the "1" into some more detailed information such as a tag.
However, I want to obtain something like "[1, section 2.1]".
How can I achieve this?
\cite[righttext={section 2.1}][myreference] Hraban
Thanks! However, if I type \cite[righttext={, section 2.1}] is doesn't work anymore. Any ideas? Johann On Fri, 2022-06-24 at 09:24 +0200, Henning Hraban Ramm via ntg-context wrote:
Am 24.06.22 um 02:09 schrieb Johann Birnick via ntg-context:
Hi there,
using \cite[myreference] I will get a result like "[1]", or I could also change the "1" into some more detailed information such as a tag.
However, I want to obtain something like "[1, section 2.1]".
How can I achieve this?
\cite[righttext={section 2.1}][myreference]
Hraban ______________________________________________________________________________ _____ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ______________________________________________________________________________ _____
Works, thanks! On Fri, 2022-06-24 at 12:44 +0200, Wolfgang Schuster via ntg-context wrote:
Johann Birnick via ntg-context schrieb am 24.06.2022 um 11:59:
Thanks! However, if I type \cite[righttext={, section 2.1}] is doesn't work anymore. Any ideas?
What happens with
\cite[righttext={{, section 2.1}}]
or
\cite[righttext={\textcomma\ section 2.1}]
Wolfgang
______________________________________________________________________________ _____ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ______________________________________________________________________________ _____
participants (3)
-
Henning Hraban Ramm
-
Johann Birnick
-
Wolfgang Schuster