diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-18 01:37:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-18 01:37:52 +0000 |
commit | 5c91b9f8a88e06f057a6a08b0a755a224d08e019 (patch) | |
tree | 57cfafb6bd6c146dcdfc911dbef8db622c6476bd /Master/texmf-dist/doc/context/bib | |
parent | 983736c2ab572e9a860c74f0f781b3decd282f13 (diff) |
context 17nov06 update
git-svn-id: svn://tug.org/texlive/trunk@2449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/bib')
-rw-r--r-- | Master/texmf-dist/doc/context/bib/bibmod-doc.pdf | bin | 271422 -> 301035 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/context/bib/bibmod-doc.tex | 27 |
2 files changed, 24 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/context/bib/bibmod-doc.pdf b/Master/texmf-dist/doc/context/bib/bibmod-doc.pdf Binary files differindex abf6359c179..1f74aca0964 100644 --- a/Master/texmf-dist/doc/context/bib/bibmod-doc.pdf +++ b/Master/texmf-dist/doc/context/bib/bibmod-doc.pdf diff --git a/Master/texmf-dist/doc/context/bib/bibmod-doc.tex b/Master/texmf-dist/doc/context/bib/bibmod-doc.tex index 6d25650dd0a..b64fd018c3a 100644 --- a/Master/texmf-dist/doc/context/bib/bibmod-doc.tex +++ b/Master/texmf-dist/doc/context/bib/bibmod-doc.tex @@ -46,7 +46,7 @@ \module [ file=bibmod-doc, - version=2006.03.13, + version=2006.11.04, title=Module Documentation, subtitle=Bibliographies, author={Taco Hoekwater}, @@ -60,7 +60,7 @@ The bibliographic module (\type{t-bib.tex}) takes care of references to publications and the typesetting of publication lists, as well as providing an interface between \BIBTEX and \CONTEXT. This manual -documents version 2006.08.08. +documents version 2006.09.15. The bibliographic subsystem consists of the main module \type{t-bib.tex}; four \BIBTEX\ styles (\type{cont-xx.bst}); and a set @@ -182,6 +182,14 @@ heading for \type{\completepublications} \NC title\NC The sectioning command.\NC\NR \stoptabulate +A fourth option can be used to nullify the printing of `year suffixes' +in cases where the author(s) has written multiple works within a +single year. + +\starttabulate[|l|p|] +\NC maybeyear\NC either \type{on} or \type{off}. Default is \type{on}\NC\NR +\stoptabulate + The other extra options are needed to control micro||typesetting of things that are buried deep within macros. There is a separate command to handle the larger layout options @@ -335,6 +343,10 @@ and select the parts that are needed for the current article. \setup{setupbibtex} \starttabulate[|l|p|] +\NC bibtex\NC The name (with possibly a pathname or even some option settings) + of the bibtex executable. This is passed on to texexec. The default value + is simply `bibtex'\NC\NR + \NC database\NC List of bibtex database file names to be used. The module will write a very short \type{.aux} file instructing \BIBTEX\ to create a (possibly very large) \type{\jobname.bbl} file, @@ -490,6 +502,15 @@ the default one, you most likely want to call \placepublications[criterium=all] \stoptyping +If you use a numeric list style combined with multiple , each +\type{\placepublications} or \type{\completepublications} commands, +by default each one restarts the displayed number. If you do not +like that, you can add an option argument like so: +\starttyping +\placepublications[option=continue] +\stoptyping + + The module uses the following defaults for the generated head: \starttyping \setupheadtext[en][pubs=References] @@ -569,7 +590,7 @@ and the meanings are as follows: \NC \type{firstnames} \NC individual (given) name(s)\NC\NR \NC \type{inits} \NC abbreviated form(s) of \type{firstnames}.\NC\NR \NC \type{von} \NC any bits of the family name that are normally disregarded in sorting\NC\NR -\NC \type{surname} \NC reaminder of the family (last) name\NC\NR +\NC \type{surname} \NC remainder of the family (last) name\NC\NR \stoptabulate |