summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/sources
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-04 20:15:26 +0000
committerKarl Berry <karl@freefriends.org>2018-04-04 20:15:26 +0000
commitb8e3667229f98fc455cfd2b16302bd8f366af5ed (patch)
treed68f65580c1647769132c2e4cf6ec46bf6f392d9 /Master/texmf-dist/doc/context/sources
parent4e4627f37781e2ceb953152ae93e96e71b02a8b0 (diff)
context (current 4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/sources')
-rw-r--r--Master/texmf-dist/doc/context/sources/general/manuals/publications/publications-quick-example.tex19
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/context/sources/general/manuals/publications/publications-quick-example.tex b/Master/texmf-dist/doc/context/sources/general/manuals/publications/publications-quick-example.tex
index 14f70960fd8..06d5bd527c9 100644
--- a/Master/texmf-dist/doc/context/sources/general/manuals/publications/publications-quick-example.tex
+++ b/Master/texmf-dist/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