On 2012-04-25 22:26, Kip Warner wrote:
> Hey list,
> 
> How do I set a reference to my bibliography. I don't mean a citation,
> but the complete list. I have a \completepublications already which
> dumps the list properly, but I cannot link to it. I tried
> \in{appendix}[References] and \in{appendix}[Publications], but neither
> works.

Like any other structure element? (Btw. I don’t know anything
about your document, but it may be wiser to not reference the
whole appendix, which may contain additional sections, but rather
only the part where the bibliography is located.)

This listing assumes you use only one bibliography on chapter
level.

········································································
\setupinteraction [state=start]

\startpublication [
  k=bh,
  t=book,
  a={Bringhurst},
  y=2008,
  n=2,
  s={Elements},
]
  \author[]{Robert}[]{}{Bringhurst}
  \pubyear{2008}
  \title{The Elements of Typographic Style}
  \edition{3.2}
  \city{Point Roberts WA, Vancouver}
\stoppublication

\starttext

\startbodymatter
  \startchapter[title=Whatever]
    For more info see the Bibliography on \at{page}[bib_chapter].
  \stopchapter
\stopbodymatter

\startappendices
  %% Old school: \chapter[bib_chapter]{References} ...?
  \startchapter[
    title=References,
    reference=bib_chapter,
  ]

    \placepublications[criterium=all]

  \stopchapter
\stopappendices

\stoptext \endinput
········································································

Regards
Philipp



> 
> -- 
> Kip Warner -- Software Engineer
> OpenPGP encrypted/signed mail preferred
> http://www.thevertigo.com



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


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpqbT0B909QK.pgp
Description: PGP signature

___________________________________________________________________________________
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