Changes

Jump to navigation Jump to search
Add another (more) minimal example
\stopbackmatter
 
\stoptext
 
</texcode>
 
Here is another, more minimal example that additionally sets a default dataset and enables some tracing:
<texcode>
\startbuffer[testdata]
@Book{sometag,
author = {Some Person},
title = {An awesome title},
year = {1900},
publisher = {Foo},
}
@Article{someother,
author = {Some Otherperson},
title = {Another title},
year = {1900},
}
\stopbuffer
 
% enable tracing
\enabletrackers[publications, publications.crossref, publications.details, publications.cite, publications.strings]
 
\usebtxdataset[main][testdata.buffer]
\usebtxdefinitions[aps]
\setupbtx[dataset=main]
\definebtxrendering[bibrendering][aps][dataset=main]
 
\starttext
 
Some person said something \cite[sometag].
 
\placelistofpublications[bibrendering]
\stoptext
4

edits

Navigation menu