ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Philipp Gesang <gesang@stud.uni-heidelberg.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Referncing the Bibliography Appendix
Date: Thu, 26 Apr 2012 09:24:14 +0200	[thread overview]
Message-ID: <20120426072414.GA1250@phlegethon> (raw)
In-Reply-To: <1335418001.9739.0.camel@kip-laptop>


[-- Attachment #1.1: Type: text/plain, Size: 2464 bytes --]

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 #1.2: 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
___________________________________________________________________________________

  reply	other threads:[~2012-04-26  7:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26  5:26 Kip Warner
2012-04-26  7:24 ` Philipp Gesang [this message]
2012-04-28  2:13   ` Kip Warner
     [not found] ` <CALBOmsZLVJFjcGpKg8WVXOiLH-QjDUSMzJorhXuzK5iG1+E8Sw@mail.gmail.com>
2012-04-28  2:14   ` Kip Warner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120426072414.GA1250@phlegethon \
    --to=gesang@stud.uni-heidelberg.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).