ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bib-mod: Formatting of Publication Lists and Cites
@ 2007-09-29 17:31 Peter Daum
  2007-10-01  7:08 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Daum @ 2007-09-29 17:31 UTC (permalink / raw)
  To: ntg-context

Hi all

I'd like to try to tell bib-mod to
- fill in a vertical space between the entries in the publication list (the distance parameter did not help); 
- format the author's name in the cite as small caps (I managed to do it for the list, but unfortunately stayed unsuccessful for the cite).

Do you have an idea how these issues could be solved?

Thanks very much!

Regards, Peter.
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___________________________________________________________________________________
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: Bib-mod: Formatting of Publication Lists and Cites
  2007-09-29 17:31 Bib-mod: Formatting of Publication Lists and Cites Peter Daum
@ 2007-10-01  7:08 ` Taco Hoekwater
  2007-10-01  9:29   ` Peter Daum
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2007-10-01  7:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Peter Daum wrote:
> Hi all
> 
> I'd like to try to tell bib-mod to - fill in a vertical space between
> the entries in the publication list (the distance parameter did not
> help); 

\setuppublicationlist[before={\setupwhitespace[5pt]}]

> - format the author's name in the cite as small caps (I
> managed to do it for the list, but unfortunately stayed unsuccessful
> for the cite).

This works: {\sc\cite[something]}, so just wrap that in macro:

     \def\sccite#1{{\sc\cite[#1]}}

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

* Re: Bib-mod: Formatting of Publication Lists and Cites
  2007-10-01  7:08 ` Taco Hoekwater
@ 2007-10-01  9:29   ` Peter Daum
  2007-10-01 12:05     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Daum @ 2007-10-01  9:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Taco

> > I'd like to try to tell bib-mod to - fill in a vertical space between
> > the entries in the publication list (the distance parameter did not
> > help); 
> 
> \setuppublicationlist[before={\setupwhitespace[5pt]}]

Works perfectly, thank you!

> This works: {\sc\cite[something]}, so just wrap that in macro:
> 
>      \def\sccite#1{{\sc\cite[#1]}}

Unforunately, this doesn't, at least for me. Your solution converts the whole cite to sc, including the extras. The latter I'd like to avoid. I'd like to see:


Hoekwater(2001, p. 55)
---------+++++++++++++
smallcaps 
         normal

This is "my" macro for the cites:
\define[2]\FCP{\footnote{\cite[extras={, #2}][#1]}}

Are there any other suggestions?

Thanks very much.

Best 
Peter


-------- Original-Nachricht --------
> Datum: Mon, 01 Oct 2007 09:08:57 +0200
> Von: Taco Hoekwater <taco@elvenkind.com>
> An: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Betreff: Re: [NTG-context] Bib-mod: Formatting of Publication Lists and Cites

> Peter Daum wrote:
> > Hi all
> > 
> > I'd like to try to tell bib-mod to - fill in a vertical space between
> > the entries in the publication list (the distance parameter did not
> > help); 
> 
> \setuppublicationlist[before={\setupwhitespace[5pt]}]
> 
> > - format the author's name in the cite as small caps (I
> > managed to do it for the list, but unfortunately stayed unsuccessful
> > for the cite).
> 
> This works: {\sc\cite[something]}, so just wrap that in macro:
> 
>      \def\sccite#1{{\sc\cite[#1]}}
> 
> 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
> ___________________________________________________________________________________

-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
___________________________________________________________________________________
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: Bib-mod: Formatting of Publication Lists and Cites
  2007-10-01  9:29   ` Peter Daum
@ 2007-10-01 12:05     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2007-10-01 12:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Peter Daum wrote:
> 
> 
> Hoekwater(2001, p. 55)
> ---------+++++++++++++
> smallcaps 
>          normal
> 
> This is "my" macro for the cites:
> \define[2]\FCP{\footnote{\cite[extras={, #2}][#1]}}

Something like this, then

   \define[2]\FCP{\footnote{{\sc\cite[author][#1]},
      (\cite[alternative=year,extras={, #2}][#1]})}

I hope you get the idea.

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

end of thread, other threads:[~2007-10-01 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-29 17:31 Bib-mod: Formatting of Publication Lists and Cites Peter Daum
2007-10-01  7:08 ` Taco Hoekwater
2007-10-01  9:29   ` Peter Daum
2007-10-01 12:05     ` Taco Hoekwater

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