ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Publication list indenting
@ 2009-05-18 15:56 Michael Bynum
  2009-05-18 21:18 ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Bynum @ 2009-05-18 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I am trying to get my bibliography list to have indenting on all but
the first line of each entry.  I tried to apply the solution from
http://wiki.contextgarden.net/Shaped_paragraphs but I can't get it to
work in the publication list.  I tried something like the following,
but neither seemed to have any effect on the indenting.

\definestartstop
  [exdent]
  [before={\startnarrower[left]\setupindenting[-\leftskip,yes]},
   after=\stopnarrower]

\setuppublicationlist[before={\startexdent},after={\stopexdent}]

or

\startexdent
\placepublicationlist
\stopexdent


Thanks,
Mike
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Publication list indenting
  2009-05-18 15:56 Publication list indenting Michael Bynum
@ 2009-05-18 21:18 ` Taco Hoekwater
  2009-05-19 14:21   ` Michael Bynum
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2009-05-18 21:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Hi Michael,

Michael Bynum wrote:
> I am trying to get my bibliography list to have indenting on all but
> the first line of each entry.  I tried to apply the solution from
> http://wiki.contextgarden.net/Shaped_paragraphs but I can't get it to
> work in the publication list.  

But doesn't it do that by itself? The apa (=default) style is like
that.

>                               I tried something like the following,
> but neither seemed to have any effect on the indenting.

That won't work, for sure.

Best wishes,
Taco

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Publication list indenting
  2009-05-18 21:18 ` Taco Hoekwater
@ 2009-05-19 14:21   ` Michael Bynum
  2009-05-20  7:39     ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Bynum @ 2009-05-19 14:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Yes, it does normally do that.  I just noticed that.  I originally had
set numbering=yes and I had to disable it in my document to get it to
align the desired way.  Is there a way to have the formatting of the
lines the default way but still enable numbering?

Thanks,
Mike


On Mon, May 18, 2009 at 5:18 PM, Taco Hoekwater <taco@elvenkind.com> wrote:
>
> Hi Michael,
>
> Michael Bynum wrote:
>>
>> I am trying to get my bibliography list to have indenting on all but
>> the first line of each entry.  I tried to apply the solution from
>> http://wiki.contextgarden.net/Shaped_paragraphs but I can't get it to
>> work in the publication list.
>
> But doesn't it do that by itself? The apa (=default) style is like
> that.
>
>>                              I tried something like the following,
>> but neither seemed to have any effect on the indenting.
>
> That won't work, for sure.
>
> Best wishes,
> Taco
>
> ___________________________________________________________________________________
> 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] 5+ messages in thread

* Re: Publication list indenting
  2009-05-19 14:21   ` Michael Bynum
@ 2009-05-20  7:39     ` Taco Hoekwater
  2009-05-20 12:15       ` Michael Bynum
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2009-05-20  7:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Michael Bynum wrote:
> Yes, it does normally do that.  I just noticed that.  I originally had
> set numbering=yes and I had to disable it in my document to get it to
> align the desired way.  Is there a way to have the formatting of the
> lines the default way but still enable numbering?

No, I do not think so, sorry.

Best wishes,
Taco

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Publication list indenting
  2009-05-20  7:39     ` Taco Hoekwater
@ 2009-05-20 12:15       ` Michael Bynum
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Bynum @ 2009-05-20 12:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

That's alright.  I'll just use linespacing or something.  Thanks for the help.
Mike



On Wed, May 20, 2009 at 3:39 AM, Taco Hoekwater <taco@elvenkind.com> wrote:
> Michael Bynum wrote:
>>
>> Yes, it does normally do that.  I just noticed that.  I originally had
>> set numbering=yes and I had to disable it in my document to get it to
>> align the desired way.  Is there a way to have the formatting of the
>> lines the default way but still enable numbering?
>
> No, I do not think so, sorry.
>
> Best wishes,
> Taco
>
> ___________________________________________________________________________________
> 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] 5+ messages in thread

end of thread, other threads:[~2009-05-20 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-18 15:56 Publication list indenting Michael Bynum
2009-05-18 21:18 ` Taco Hoekwater
2009-05-19 14:21   ` Michael Bynum
2009-05-20  7:39     ` Taco Hoekwater
2009-05-20 12:15       ` Michael Bynum

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