Hi,
I find that when the lines pacing of the text is set by \setupinterlinespace, the line spacing of publication list is not affected at all. I am just wondering if it is possible to change the line spacing of the publication list produced by bibtex to make the article have a uniform look.
Thanks in advance.
Roy
Roy Zuo wrote:
Hi,
I find that when the lines pacing of the text is set by \setupinterlinespace, the line spacing of publication list is not affected at all.
Seems to work here, what version are you using?
Best wishes,
Taco
PS \setuppublicationlist[before={\setupinterlinespace[line=5pc]}] perhaps helps
Hi Taco,
Sorry for the late reply.
Your code works, and I am using the latest ConTeXt. However, if I change the code to
\setuppublicationlist[before={\setupinterlinespace[big]}]
it still has no effect. Any way, my problem is solved as your code works just fine.
Thanks a lot.
Roy
On 8/9/07, Taco Hoekwater taco@elvenkind.com wrote:
Roy Zuo wrote:
Hi,
I find that when the lines pacing of the text is set by \setupinterlinespace, the line spacing of publication list is not affected at all.
Seems to work here, what version are you using?
Best wishes,
Taco
PS \setuppublicationlist[before={\setupinterlinespace[line=5pc]}] perhaps helps
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 ___________________________________________________________________________________
Hi,
Sorry for the thread necromancy but I'd like to follow up on this below. :-) I too wanted to adjust linespacing with my bibliography. So I followed Taco's tip -- not exactly to the letter thought -- and did the following:
\setuppublicationlist[before={\setupinterlinespace[line=16pt]}]
This works, but this also messes up with my page header. My page header has bottomframe on, and on all pages but the last one, the text is slightly lower so that it almost overlaps the line. See the attached PDF, I included the last page (the correct one), with the one immediately preceding it. Compare the text "Références bilbiographiques" and its distance to the line, on both pages.
My header is setup like this:
\startsetups header:bodymatter \setupbackgrounds[header][text][frame=off,bottomframe=on] \setuppagenumbering[state=start,location={header,right},way=bytext,partnumber=no,conversion=numbers,style={\switchtobodyfont[lining]}] \setupheadertexts[{{\tx \getmarking[chapternumber]}. {\it\getmarking[chapter]}}][pagenumber] \stopsetups
So what can I do differently to avoid this?
Thanks, Jeff
On Thu, Aug 9, 2007 at 05:58, Taco Hoekwater taco@elvenkind.com wrote:
Roy Zuo wrote:
Hi,
I find that when the lines pacing of the text is set by \setupinterlinespace, the line spacing of publication list is not affected at all.
Seems to work here, what version are you using?
Best wishes,
Taco
PS \setuppublicationlist[before={\setupinterlinespace[line=5pc]}] perhaps helps
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 ___________________________________________________________________________________