diff options
author | Hans Hagen <pragma@wxs.nl> | 2018-04-04 01:35:49 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2018-04-04 01:35:49 +0200 |
commit | 67b9965fe473d18f13ed4c40f1e4e008eb870322 (patch) | |
tree | 1fc107ceb55ed3f7dd6872fd3a2d304aeba684f7 /doc/context/sources/general/manuals | |
parent | 15ab7c153a96a9befc4e2c1774e701f3c941cc2d (diff) | |
download | context-67b9965fe473d18f13ed4c40f1e4e008eb870322.tar.gz |
2018-04-04 00:59:00
Diffstat (limited to 'doc/context/sources/general/manuals')
-rw-r--r-- | doc/context/sources/general/manuals/publications/publications-quick-example.tex | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/context/sources/general/manuals/publications/publications-quick-example.tex b/doc/context/sources/general/manuals/publications/publications-quick-example.tex index 14f70960f..06d5bd527 100644 --- a/doc/context/sources/general/manuals/publications/publications-quick-example.tex +++ b/doc/context/sources/general/manuals/publications/publications-quick-example.tex @@ -1,16 +1,21 @@ \usebtxdataset[mkiv-publications.bib] + \starttext -\startbodymatter -a citation: \cite[article,book] -\stopbodymatter +% \startbodymatter +a citation: \citation[article,book] +% \stopbodymatter + +\enabletrackers[publ*] -\startbackmatter - \startchapter[title=Bibliography] +% \startbackmatter +% \startchapter[title=Bibliography] \placelistofpublications - \stopchapter -\stopbackmatter +% \stopchapter +% \stopbackmatter + +% \ctxlua{inspect(publications.datasets.default.luadata)} \stoptext |