Changes

Jump to navigation Jump to search
748 bytes added ,  09:55, 13 October 2012
Splitted from simple bibliography
Here is manual approach for simple bibliographies.

<texcode>
\definereferenceformat[cite][left={[},right={]}]
\defineitemgroup [bibliography] [levels=1]
\setupitemgroup [bibliography]
[symbol=n,
left={[},
right={]},
width=1.5em,
stopper=,
itemalign=flushright,
inbetween={\blank[4pt]}]

\appendtoks
\let \bibitem \itemgroupitem
\to \itemgroupcommands
</texcode>

Now you can use

<texcode>
\section{References}
\startbibliography
\bibitem[ref1] This is my first reference
\bibitem[ref2] This is the second reference
\stopbibliography
</texcode>

and use <code>\cite[ref1]</code> etc to refer to bibliography items.
98

edits

Navigation menu