ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* description
@ 2010-10-26 19:49 Herbert Voss
  2010-11-04 18:09 ` Problems with bib and \completepublications, \placepublications Michael Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Herbert Voss @ 2010-10-26 19:49 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

From the documentation page 236
( ConTEXt reference manual )

%-----------------------------------------------------
\definedescription
  [definition]
  [location=serried,
   headstyle=bold,width=broad,
   sample={icon}%% senseless here
  ]
\starttext

\definition{icon}

What for some languages looked like a handicap has now become a feature.
Thousands of words and concepts are already layed down in characters.
These characters therefore can be considered icons. \par

\stoptext
%-----------------------------------------------------

The setting location=serried is useless here in fact of the empty line
after \definition{icon}. If I delete the line and add another entry
like

\definition{iconize} some text here

then I can see that the setting sample={icon} has no meaning.
It is only taken into account _without_ location=serried.

Herbert
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Problems with bib and \completepublications, \placepublications
  2010-10-26 19:49 description Herbert Voss
@ 2010-11-04 18:09 ` Michael Murphy
  2010-11-04 19:04   ` Thomas A. Schmitz
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Murphy @ 2010-11-04 18:09 UTC (permalink / raw)
  To: ntg-context

I can't seem to get a list of publications. The only exception is when I 
use \placepublications directly after a chapter, which seems to work.

In particular, putting the list of references in a separate 'backmatter' 
doesn't work at all, either with \place- or \completepublications.

Minimal example is below. ConTeXt version is

2010.11.03 19:42

--

\setuppublicationlist[samplesize={BGT83},totalnumber=2]

\startpublication[k=Bailey,t=article,
a={{Bailey},{Swarztrauber}},y=1991,
n=1,s=BS91]
\artauthor[]{D.~H.}[D.~H.]{}{Bailey}
\artauthor[]{P.~N.}[P.~N.]{}{Swarztrauber}
\pubyear{1991}
\arttitle{The fractional {F}ourier transform and applications}
\journal{SIAM Rev.}
\volume{33}
\issue{3}
\pages{389--404}
\stoppublication

\startpublication[k=Bay1,t=article,
a={{Bayliss},{}},y=1983,
n=2,s=BGT83]
\artauthor[]{A.}[A.]{}{Bayliss}
\artauthor[]{C.~I.}[C.~I.]{}{Goldstein}
\artauthor[]{E.}[E.]{}{Turkel}
\pubyear{1983}
\arttitle{An iterative method for the {H}elmholtz equation}
\journal{J. Comp. Phys.}
\volume{49}
\pages{443--457}
\stoppublication

\starttext

\startbodymatter
I can cite single authors, like this \cite[Bailey], and I
can also do more than one citation \cite[Bailey,Bay1].

\blank[medium]

\placepublications
\completepublications

\stopbodymatter

\startbackmatter
\chapter{Backmatter publications}
\placepublications
\completepublications
\stopbackmatter

\stoptext

--
Michael Murphy
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Problems with bib and \completepublications, \placepublications
  2010-11-04 18:09 ` Problems with bib and \completepublications, \placepublications Michael Murphy
@ 2010-11-04 19:04   ` Thomas A. Schmitz
  2010-11-04 22:35     ` Michael Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas A. Schmitz @ 2010-11-04 19:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Nov 4, 2010, at 7:09 PM, Michael Murphy wrote:

> \starttext
> 
> \startbodymatter
> I can cite single authors, like this \cite[Bailey], and I
> can also do more than one citation \cite[Bailey,Bay1].
> 
> \blank[medium]
> 
> \placepublications
> \completepublications
> 
> \stopbodymatter
> 
> \startbackmatter
> \chapter{Backmatter publications}
> \placepublications[criterium=all]
                   ^^^^^^^^^^^^^^^

> \completepublications
> \stopbackmatter
> 
> \stoptext

Thomas
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Problems with bib and \completepublications, \placepublications
  2010-11-04 19:04   ` Thomas A. Schmitz
@ 2010-11-04 22:35     ` Michael Murphy
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Murphy @ 2010-11-04 22:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 04/11/2010 20:04, Thomas A. Schmitz wrote:
>> \placepublications[criterium=all]
>                     ^^^^^^^^^^^^^^^

That was disappointingly easy. Thanks.

-- 
Michael Murphy
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-11-04 22:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26 19:49 description Herbert Voss
2010-11-04 18:09 ` Problems with bib and \completepublications, \placepublications Michael Murphy
2010-11-04 19:04   ` Thomas A. Schmitz
2010-11-04 22:35     ` Michael Murphy

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