ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bibliography: How to get `\completepublications` to use different title?
@ 2011-12-10 21:32 Paul Menzel
  0 siblings, 0 replies; only message in thread
From: Paul Menzel @ 2011-12-10 21:32 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 1051 bytes --]

Dear ConTeXt folks,


reading the Wiki page [1] and the documentation [2] I could not find a
way to change the default used `\chapter` [3] to `\subject` which I
need, because the references have to be set without a number and my
“highest” level is `\section` otherwise.

Is there something similar to `\setupheadtext[en][pubs=References]` for
other settings? I do not know how the publication-enviroment(?) is
called.

        \setupbibtex[database=sample, sort=author]
        \setuppublications[alternative=apa, criterium=all] % Show reference numbers in the generated list.
        \starttext
        
        \section{Example}
        As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.
        
        \CONTEXT\ \contextmark\ \contextversion
        
        \completepublications
        \stoptext


Thanks,

Paul


[1] http://wiki.contextgarden.net/Bibliography
[2] http://dl.contextgarden.net/modules/bibmod-doc/doc/context/bib/bibmod-doc.pdf
[3] http://wiki.contextgarden.net/Titles

[-- Attachment #1.1.2: completepub.pdf --]
[-- Type: application/pdf, Size: 19406 bytes --]

[-- Attachment #1.1.3: completepub.tex --]
[-- Type: text/x-tex, Size: 330 bytes --]

\setupbibtex[database=sample, sort=author]
\setuppublications[alternative=apa, criterium=all] % Show reference numbers in the generated list.
\starttext

\section{Example}
As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.

\CONTEXT\ \contextmark\ \contextversion

\completepublications
\stoptext

[-- Attachment #1.1.4: sample.bib --]
[-- Type: text/x-bibtex, Size: 1125 bytes --]

% Also in the Wiki: <http://wiki.contextgarden.net/sample_bib>

@STRING{hh = {Hans Hagen}}

% Not defined and therefore commented out by removing the »@«
% http://www.ntg.nl/pipermail/ntg-context/2011/059402.html
ELECTRONIC{hh2010,
  author = hh,
  year = {2010},
  title = {Metafun. \CONTEXT\ mkiv},
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
}

@ARTICLE{hh2010a,
  author = hh,
  title = {The Font Name Mess},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {2-8},
  keywords = {context},
}

@ARTICLE{hh2010b,
  author = hh,
  title = {Grouping in Hybrid Environments},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {67-71},
  keywords = {context},
}

@BOOK{hh2010c,
  title = {MetaFun Book},
  publisher = {H$_2$O Books},
  year = {2010},
  author = hh,
  isbn = {978-94-90688-02-8},
  keywords = {metafun},
}

@BOOK{Eijkhout1991,
  title = {\TeX\ by Topic. A \TeX nician's Reference},
  publisher = {Addison-Wesley},
  year = {1991},
  author = {Victor Eijkhout},
  address = {London},
  keywords = {general},
}

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-10 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-10 21:32 Bibliography: How to get `\completepublications` to use different title? Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).