ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Context replacement for bibitem
Date: Wed, 29 Aug 2007 09:23:38 +0200	[thread overview]
Message-ID: <115224fb0708290023t4a82e3at42c004b2536c4536@mail.gmail.com> (raw)
In-Reply-To: <alpine.WNT.0.999.0708282127200.3072@nqvgln>

Hi,

I think you like also a article from the Maps about thebibliography
in ConTeXt I found some time ago.

http://maps.aanhet.net/maps/pdf/27_14.pdf

Wolfgang

2007/8/29, Aditya Mahajan <adityam@umich.edu>:
> On Wed, 29 Aug 2007, Peter Schorsch wrote:
>
> > Hi,
> >
> > I have done a little with Context but I am still a beginner. As I can read
> > in the archive of this list, there is no possibility to divide the
> > bibliography into sections by the generated bibliography. If this
> > assumption is true, I would like to enter the bibitems into the
> > normal .tex-file. I was also reading the doc of the context-bib-module but
> > I couldn't find any context-replacement for \bibitem.
> >
> > Headings inside the bibliography are very important for my text and the
> > advantages of bibitem would simplify my data-entering, so I would be happy
> > for any hint/help how to realize this in Context.
> >
> > I don't want to go back to Latex but to declare my problem better: In Latex
> > a simplified example looks like:
> >
> > \begin{document}
> >
> > \section{hamha}
> > asdfklsj fk\cite{key-1}
> >
> > \section{dumdidim}
> > asdfsaff alfs hfdsj\cite{key-2}
> >
> > \begin{thebibliography}{1}
> > \subsection*{hamha}
> > \bibitem{key-1}erstes
> > \subsection*{dumdidim}
> > \bibitem{key-2}zweites
> > \end{thebibliography}
> >
> > \end{document}
>
> If you do not mind a little more markup.
>
> \definereferenceformat[cite][left={[},right={]}]
>
> \defineitemgroup
>    [bibliography]
>
> \setupitemgroup
>    [bibliography]
>    [levels=1,itemalign=flushright,left={[},right={]},stopper=,intro=yes]
>
> \setupitemgroup[bibliography][1][n,fit,broad]
>
>
> \starttext
>
> \section{hamha}
> asdfklsj fk~\cite[key-1]
>
> \section{dumdidim}
> asdfsaff alfs hfdsj~\cite[key-2]
>
> \subject{Bibliography}
>
> \subsubject{hamha}
>
> \startbibliography
> \item[key-1]  erstes
> \stopbibliography
>
> \subsubject{dumdidim}
> \startbibliography[continue]
> \item[key-2] zweites
> \stopbibliography
>
> \stoptext
>
> Actually, this will aslo work:
>
> \subject{Bibliography}
>
> \subsubject{hamha}
>
> \startbibliography
> \item[key-1]  erstes
> \subsubject{dumdidim}
> \startbibliography[continue]
> \item[key-2] zweites
> \stopbibliography
>
> Only the first subsubject needs to be outside the bibliography
> environment.
>
> Aditya
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


       reply	other threads:[~2007-08-29  7:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fb2aud$umi$1@sea.gmane.org>
     [not found] ` <alpine.WNT.0.999.0708282127200.3072@nqvgln>
2007-08-29  7:23   ` Wolfgang Schuster [this message]
2007-08-29 22:22     ` Peter Schorsch
2007-08-30  6:22       ` Wolfgang Schuster
2007-08-30 17:03         ` Peter Schorsch
2007-08-31  6:43           ` Wolfgang Schuster
2007-08-31 15:18             ` module-parameters Was: " Peter Schorsch
2007-08-31 18:02               ` Aditya Mahajan
2007-08-31 18:16                 ` Peter Schorsch

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=115224fb0708290023t4a82e3at42c004b2536c4536@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).