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: completepub.pdf
Description: Adobe PDF document

\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
% 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: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to