ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Change line spacing of the publication list
@ 2007-08-09  8:35 Roy Zuo
  2007-08-09 10:58 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Roy Zuo @ 2007-08-09  8:35 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Change line spacing of the publication list
  2007-08-09  8:35 Change line spacing of the publication list Roy Zuo
@ 2007-08-09 10:58 ` Taco Hoekwater
  2007-08-16  3:20   ` Roy Zuo
  2008-11-09  2:20   ` Jeff Smith
  0 siblings, 2 replies; 4+ messages in thread
From: Taco Hoekwater @ 2007-08-09 10:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Change line spacing of the publication list
  2007-08-09 10:58 ` Taco Hoekwater
@ 2007-08-16  3:20   ` Roy Zuo
  2008-11-09  2:20   ` Jeff Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Roy Zuo @ 2007-08-16  3:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Change line spacing of the publication list
  2007-08-09 10:58 ` Taco Hoekwater
  2007-08-16  3:20   ` Roy Zuo
@ 2008-11-09  2:20   ` Jeff Smith
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Smith @ 2008-11-09  2:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-09  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09  8:35 Change line spacing of the publication list Roy Zuo
2007-08-09 10:58 ` Taco Hoekwater
2007-08-16  3:20   ` Roy Zuo
2008-11-09  2:20   ` Jeff Smith

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).