[NTG-context] Achieving different \cite styles
Max Chernoff
mseven at telus.net
Fri Dec 9 10:57:01 CET 2022
Hi Jethro,
> I am interested in being able to cite in different ways. By analogy, I
> refer to the \texcite{}, \parencite{} and other options available with
> biblatex in LaTeX. How do I achieve something like \textcite{} in
> ConTeXt?
Page 34 of the publications manual lists the various styles:
https://www.pragma-ade.nl/general/manuals/mkiv-publications.pdf#page=35
\parencite is like \cite[authoryear][article] and \textcite is like
\cite[authoryears][article]. The names are admittedly a little confusing,
but you can define your own wrappers with something like
\define\parencite[1]{\cite[authoryear][#1]}
\define\textcite[1]{\cite[authoryears][#1]}
-- Max
More information about the ntg-context
mailing list