ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jaroslav Hajtmar <hajtmar@gyza.cz>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Change the appearance of a list of bibliography (\placepublications)
Date: Tue, 21 Jun 2011 13:11:10 +0200	[thread overview]
Message-ID: <4E007C4E.1040700@gyza.cz> (raw)

Hello ConTeXtist.

Is there any possibility to influence the appearance of a list of 
bibliography when I make it in MKIV minimals using the command 
\placepublications?
I am thinking in particular spacing, stoppers etc.
Specifically, I need to change the alignment of reference items and 
increase the gap between an item and the relevant literature item.

At this moment, the result looks like this:

...
[9]  item 9
[10]item 10
[11]item 11


but I want it to look as follows:

...
   [9]  item 9
[10]  item 10


Can someone please advise?

Thanx Jaroslav



Here is my example:


\setupbibtex[database={samplebib}]

% Content of file samplebib.bib :
%
% @MISC{1,note={item 1}}
% @MISC{2,note={item 2}}
% @MISC{3,note={item 3}}
% @MISC{4,note={item 4}}
% @MISC{5,note={item 5}}
% @MISC{6,note={item 6}}
% @MISC{7,note={item 7}}
% @MISC{8,note={item 8}}
% @MISC{9,note={item 9}}
% @MISC{10,note={item 10}}
% @MISC{11,note={item 11}}
% @MISC{12,note={item 12}}
% @MISC{13,note={item 13}}
% @MISC{14,note={item 14}}
% @MISC{15,note={item 15}}
%


\setuppublications[setupinteraction=start, alternative=ams, 
sorttype=cite, criterium=cite]


\setuppublicationlayout[misc]{%
\insertnote
}


\starttext

Cite \cite[2], \cite[1]. Next cite \cite[4], \cite[3], \cite[5] and 
\cite[6].

Other \cite[7], \cite[8], \cite[9], and \cite[10].

Last cite \cite[11] and \cite[12].



\blank[big]

List:

\placepublications %[criterium=all]

\stoptext

___________________________________________________________________________________
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:[~2011-06-21 11:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21 11:11 Jaroslav Hajtmar [this message]
2011-06-21 11:41 ` Pontus Lurcock

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=4E007C4E.1040700@gyza.cz \
    --to=hajtmar@gyza.cz \
    --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).