Bonjour à tous, I have not enought spaces between bibliographic elements (but too much spaces between two lines inside every bibliographic element) Is there any way for ajusting these spaces? Thank you very much in avance! I have the following configuration for my biblio \usemodule[bib] \setuppublications[ refcommand=num, numbering=yes, numbercommand=\myNumberCommand ] \def\myNumberCommand#1{[#1]} ... \starttext ... \section{Bibliographie} \placepublications ... \stoptext Maurice Diamantini http://www.ensta.fr/~diam
Hi, (almost) all of ConTeXt's normal list settings (\setuplist) apply to the publication list. So, \setuppublicationlist[before=\blank] should do the trick. Greetings, Taco On Wed, 28 Jan 2004 14:02:22 +0100, Maurice wrote:
Bonjour à tous,
I have not enought spaces between bibliographic elements (but too much spaces between two lines inside every bibliographic element)
Is there any way for ajusting these spaces?
Thank you very much in avance!
I have the following configuration for my biblio
\usemodule[bib] \setuppublications[ refcommand=num, numbering=yes, numbercommand=\myNumberCommand ] \def\myNumberCommand#1{[#1]} ...
\starttext ... \section{Bibliographie} \placepublications
... \stoptext
Maurice Diamantini http://www.ensta.fr/~diam
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- groeten, Taco
Le 29 janv. 04, à 16:08, Taco Hoekwater a écrit : Thank you very much, it does work! I don't yet have in head all the genericity of context, (although that's why I began to use it :-)
(almost) all of ConTeXt's normal list settings (\setuplist) apply to the publication list. So,
\setuppublicationlist[before=\blank]
should do the trick.
Greetings, Taco
-- Maurice
participants (2)
-
Maurice Diamantini
-
Taco Hoekwater