Changes

Jump to navigation Jump to search
1,141 bytes added ,  20:28, 5 September 2018
no edit summary
< [[Bibliography|Bibliography MkII]] | [[Bibliography_mkiv|Bibliography MkIV]] >
 
= Short approach =
Here is manual approach for simple bibliographies.
<texcode>
\definereferenceformat[cite][left={[},right={]}]
\defineitemgroup [bibliography] [levels=1]\setupitemgroup [bibliography][each]
[symbol=n,
left={[},
\appendtoks
\let \bibitem \itemgroupitem \let\startbibitem \startitemgroupitem \let\stopbibitem \stopitemgroupitem
\to \itemgroupcommands
</texcode>
</texcode>
and use <codecmd>\cite[ref1]</codecmd> etc to refer to bibliography items. [[Bibliography_mkiv#Simple_manual_bibliography|Here’s a similar approach]] using {{cmd|definedescription}}. = Easy approach =If you need a list of publications really quickly, simply use: <context source=yes>\define[1]\Lnk {\[\in[#1]\]} \setupinteraction[state=start] \starttext %\startbodymatter  A reference: see \Lnk{libA} p. 1 or visit \Lnk{libB}.  %\stopbodymatter %\startappendices \startsection[title={List of Publications}] % in appendices use chapter instead of section! {\tfx \startitemize[n][stopper={},left={\[},right={\]},distance=1em]  \startitem[libA] A. Bloch, {\it Pleasuredome}, AH-A Ltd., 2018 \stopitem \startitem[libB] {\blue http://wiki.contextgarden.net} (visited 31.12.2017) \stopitem \stopitemize } \stopsection %\stopappendices\stoptext</context>
194

edits

Navigation menu