\citation and \cite are synonyms
\nocitation and \nocite are synonyms

\cite and \nocite are traditional bibTeX usage (in LaTeX).

\nocitation (\nocite) is a hidden citation, i.e. it pulls an entry
from the dataset, including it in the bibliography list, but does not
render a reference in the text.

This is useful, for example, to force a reference tag at the place
where a table or figure is called, but to postpone the rendering of
the reference to the bibliography to figure later in the floated table
or figure.

\nocite does the same thing as \cite[none] [key]

Alan



On Sat, 19 Mar 2016 08:33:49 +0100
Wolfgang Schuster <schuster.wolfg...@gmail.com> wrote:

> Hi,
> 
> the bibliography module redefines the \citation two lines after the 
> first definition and drops the \citation{...} method, is this
> intended?
> 
> 
> Line 1386:
> 
> \unexpanded\def\citation  {\doifelsenextoptionalcs\btxlistcitation  
> \btxdirectlistcite}
> \unexpanded\def\nocitation{\doifelsenextoptionalcs\btxhiddencitation\btxdirecthiddencite}
> 
> \let\citation  \listcitation \let\cite  \citation
> \let\nocitation\nocitation   \let\nocite\nocitation
> 
> 
> Wolfgang
> _______________________________________________
> dev-context mailing list
> dev-context@ntg.nl
> https://mailman.ntg.nl/mailman/listinfo/dev-context



-- 
Alan Braslau
CEA DSM-IRAMIS-SPEC
CNRS UMR 3680
Orme des Merisiers
91191 Gif-sur-Yvette cedex FRANCE
tel: +33 1 69 08 73 15
fax: +33 1 69 08 87 86
mailto:alan.bras...@cea.fr
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to